.login-section {
  padding: 39px 35px 70px 30px;
  position: relative;
}
.login-section > input {
  margin-bottom: 10px;
  font-size: 0.8125rem;
  padding: 0.5rem 0.75rem;
}
.login-section > .btn-section {
  display: flex;
  justify-content: space-between;
}
.login-section > .btn-section > .btn {
  display: inline-flex;
  padding: 0;
  height: 35px;
  width: 120px;
  justify-content: center;
  align-items: center;
}
.login-section #lost_pwd_button {
  position: absolute;
  right: 7px;
  top: 47px;
}
/*# sourceMappingURL=page.css.map */