html,
body{
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-weight: 700;
    height: 100%;
    width: 100%;
}

#app_login {
    min-height : calc(92vh  - 80px);

}
#app_login h1 {
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 30px;
  font-size: 30px;
  font-weight: 700;
}

#app_login label {
  font-size: 15px;
  font-weight: 700;
  width: 100%;
}

#app_login .item_row p {
  width: 100%;
  color: red;
}

#app_login .item_row {
  /* width: 60%; */
  margin: 10px auto;
  font-size: 15px;
  font-weight: 700;
}
#app_login .item_row .item_title {
    color: black !important;
}

#app_login .item_link_forgot,
.item_button {
  text-align: center;
}
#app_login .item_link_forgot a {
  color: #1e34a3;
  font-size: 15px;
  font-weight: 700;
}

#app_login a:not(a.btn):hover{
    text-decoration: underline;
}

#app_login input {
  border-radius: 5px;
}
#app_login .btn {
  width: 100%;
  margin: auto;
}

#app_login .btn_back_to_home {
  width :20%;
  border: 1px solid #6D6565;
  float: left ;
  background-color: #f1f1f1;
  color: #6D6565;
}

#app_login button {
    font-size: 15px;
    font-weight: 700;
}
#app_login .btn-login {
  margin-bottom : 20px;

}
.btn-login:hover {
  /* background-color: green !important; */
}


#app_login .btn-register {
    font-size: 15px;
    font-weight: 700;
}

.box--login {
  max-width: 800px;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 4px;
}
.box--item {
    flex:1;
    margin:50px;
}
.box--login  button {
    height: 40px;
}

.box-reset-pass{
    display:  flex;
    align-items: center;
}
