.form-label {
   display: block;
    color:#00FA9A;
    font-size: 35px;
    width: 53vw;
    text-align: left;
 }
.input {
    display: block;
    font-size: 35px;

   }
.form-input{
 max-width: 44vw;
}
#id_password1{
 max-width: 44vw;
}
#id_password2{
 max-width: 44vw;
}

.aut p{
    display: flex;
    justify-content: space-between;
}
.aut{
    width: 950px;
    height: auto;
    margin: 15px;
}
.form-error{
    font-size: 30px;
    color: red;
}

.btn_login{row justify-content-center
  height: 50px;
  width: 150px;
  background-color: #f1f1f1;
  color: black;
  font-size: 26px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  margin-right: 100px;
  border: 2.5px solid #00FA9A;
  margin-bottom: 30px;
  margin-right: 75vw;
}
.btn_login:hover {
  background-color: black;
  color: white;
  border: 2.5px solid #00FA9A;
}
#btn_reg{
width: 180px;
margin-right: 75vw;
}






