body,
html {
  height: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.site-login {
  box-shadow: 0px 1px 10px #acacac;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  width: 25%;
}

.site-login * {
  background-color: white;
}

.btn-success {
  background-color: #57b846;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  width: 100px;
}
.back {
  background-color: #57b846;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  width: 100px;
}
#login-form {
  margin-top: 30px;
}

#loginform-username {
  outline: none;
  border: none;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 32px;
  background: transparent;
  padding: 0 5px;
  border-bottom: 2px solid #d9d9d9;
}

#loginform-password {
  outline: none;
  border: none;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 32px;
  background: transparent;
  padding: 0 5px;
  border-bottom: 2px solid #d9d9d9;
}
#loginform-email {
  outline: none;
  border: none;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 32px;
  background: transparent;
  padding: 0 5px;
  border-bottom: 2px solid #d9d9d9;
}
#users-otp {
  outline: none;
  border: none;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 32px;
  background: transparent;
  padding: 0 5px;
  border-bottom: 2px solid #d9d9d9;
}
#password-password1 {
  outline: none;
  border: none;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 32px;
  background: transparent;
  padding: 0 5px;
  border-bottom: 2px solid #d9d9d9;
}
#password-password2 {
  outline: none;
  border: none;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 32px;
  background: transparent;
  padding: 0 5px;
  border-bottom: 2px solid #d9d9d9;
}
