.login-page {
  padding-top: 3rem;
  min-height: 90vh;
  font-family: "Source Sans Pro";
}
.login-page .container-section {
  display: flex;
  flex-direction: column;
  min-height: calc(90vh - 10rem);
}
.login-page .form-title {
  font-style: normal;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000000;
  text-align: center;
  margin-bottom: 2.5rem;
}
.login-page .section-form {
  flex: 1;
  display: flex;
  align-items: center;
}
.login-page .section-form .section-content {
  width: 55rem;
}
.login-page .section-form .form-authentication {
  width: 26.375rem;
  max-width: 100%;
  margin: auto;
  padding: 1.875rem 2.75rem;
  background: #F4F4F4;
  border-radius: 0.94rem;
  min-height: 30.563rem;
  display: flex;
  flex-direction: column;
}
.login-page .section-form .form-authentication .div-bottom {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.login-page .section-form .div-status {
  margin-bottom: 3rem;
}
.login-page .section-form .div-status p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.56rem;
  line-height: 2rem;
  margin-bottom: 0;
  text-align: center;
}
.login-page .section-form .form-group {
  text-align: center;
  margin-bottom: 1.5rem;
}
.login-page .section-form label {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.55rem;
  margin-bottom: 0.313rem;
  text-align: center;
}
.login-page .section-form .form-control {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #716A6A;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.95rem;
  text-align: center;
}
.login-page .section-form .btn-auth {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.55rem;
  color: #FFFFFF;
  padding: 0.5rem 1.75rem;
  background: #00CC33;
  border-radius: 0.94rem;
  margin-bottom: 2rem;
}
.login-page .section-form .form-col-password {
  position: relative;
}
.login-page .section-form .form-col-password .form-control {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.login-page .section-form .form-col-password .btn-show-hide {
  padding: 0.2rem;
  position: absolute;
  top: 2.15rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page .section-form .form-col-password .btn-show-hide svg {
  width: 1.25rem;
  height: auto;
}
.login-page .section-form .btn-auth:hover {
  border: 1px solid rgb(22, 57, 103);
  background-color: rgb(22, 57, 103);
  color: white;
}
.login-page .section-form .div-remember-me {
  display: flex;
  align-items: center;
  font-style: italic;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.45rem;
  color: #C4C4C4;
  margin-bottom: 1.625rem;
}
.login-page .section-form .div-remember-me .checkbox-remember-me {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
}
.login-page .section-form .forgot-pw {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.login-page .section-form .forgot-pw a {
  color: rgb(0, 122, 255);
}
.login-page .section-form .forgot-pw a:hover {
  color: rgba(0, 122, 255, 0.75);
}
.login-page .section-form .div-img-lock {
  text-align: center;
}
.login-page .section-form .div-img-lock img {
  width: 16rem;
  height: auto;
}

/*# sourceMappingURL=login.css.map */
