﻿body{
    margin:0;
    padding:0;
}
main{
    background-image:url(../image/edited.jpg);
    height:100vh;
    background-position:center;
    background-size:cover;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.row{
   width:1366px;
    height:490px;
   
   
}
.col-md-4{
     background-color:white;
}
.control-label{
    display:inline;
}
.btnlogin{
    height:40px;
    border-radius:25px;
    background-color:cornflowerblue;
    color:white;
}
.form-control {
  border: 1px solid #ccc;
  border-radius:25px;
  background-color:white;
  color:black;
  height:40px;
}
.loginhead{
    text-align:center;
}
