body{
    background-color:rgb(240, 240, 240);
}
body.center-form {
    min-height: 100vh;
  }

  div.center-form {
    position: relative;
    min-height: 100vh;

  }

  div.center-form > form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: white;
    padding-top: 10%;
    padding-left: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
    box-shadow: 5px 2px 8px rgb(156, 156, 156);
    border-radius: 15px;
  }
.login input[type="submit"]{
    background-color: #810e0e;
    border: none;
    color: white;
    border-radius: 15px;
    padding-top: 5%;
    padding-left: 15%;
    padding-bottom: 5%;
    padding-right: 15%;
    position: relative;
    margin-left: 25%;
}
.login input[type="text"]{

    border-bottom:1px solid rgb(99, 99, 99);
    border-top: none;
    border-left: none;
    border-right: none;
}
.login label{
    color:#810e0e;
}
.login input[type="password"]{

    border-bottom:1px solid rgb(99, 99, 99);
    border-top: none;
    border-left: none;
    border-right: none;
}
.img{
    margin-top: -75px;
    padding-bottom:45px;
}