body,
html {
  height: 100%;
  background-repeat: no-repeat;
}

.login-page-container {
  height: 100vh;
  display: grid;
  grid-template-columns: 60% 40%;
}

.login-page-left {
  height: 100vh;
}

.login-page-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-page-right {
  background-color: #f2f5f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  overflow: auto;
}

.logo-header {
  height: 13%;
  width: 70%;
  padding: 10px 0px;
}

.logo-header img {
  max-width: 100%;
  min-height: 100%;
  cursor: pointer;
}

.login-page-right-container {
  height: 80%;
  width: 70%;
}

.footer {
  position: absolute;
  bottom: 0px;
  height: 5%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #484949;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.footer p a {
  color: #fb8c00;
}

.header {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  text-align: start;
  margin-bottom: 5px;
}

.header h2 {
  color: #fb8c00;
  font-weight: 700;
  line-height: 26px;
  font-size: 22px;
  margin-bottom: 15px;
}

.header p {
  color: #484949;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

form {
  width: 100%;
}

.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

.form-forgot-password #inputEmail {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-forgot-password input[type="email"],
.form-forgot-password input[type="password"],
.form-forgot-password input[type="text"],
.form-forgot-password select,
.form-forgot-password button {
  padding: 14px 12px;
  height: 45px;
  width: 100%;
  font-size: 14px;
  display: block;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin input[type="text"]:focus::placeholder,
.form-signin input[type="password"]:focus::placeholder {
  color: transparent;
}

.form-forgot-password .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgb(104, 145, 162);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgb(104, 145, 162);
}

.btn-form-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
  flex-wrap: wrap;
}

.btn.btn-save {
  flex: 1;
  background-color: #5d9d52;
  padding: 15px 32px;
  margin: 0 50px;
  font-weight: 700;
  font-size: 16px;
  height: 52px;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.btn.btn-save:hover:enabled {
  cursor: pointer;
}

.btn.btn-save:focus {
  outline: none;
}

.btn.btn-save:hover {
  background-color: #4b8b40;
}

.form-forgot-password {
  margin-top: 30px;
}

.btn-form-actions .icon-spinner {
  margin-right: 10px;
}

.error-field {
  border: 1px solid #ff7171;
}

.error-text {
  color: #ff7171;
  min-height: 20px;
  display: flex;
  align-items: flex-end;
  text-align: justify;
}

.error-icon {
  height: 100%;
}

.error-container {
  display: flex;
  align-items: center;
  gap: 10px;
  visibility: hidden;
  min-height: 25px;
}

.error-container.error-show {
  visibility: visible;
}

.back-to-login-container {
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

.back-to-login-container a {
  font-size: 16px;
  text-decoration: none;
  margin-left: 5px;
  color: #3581e4;
}

.back-to-login-container a:hover {
  color: #2e71c8;
}

@media screen and (max-width: 768px) {
  .logo-header {
    height: 10%;
    width: 80%;
  }

  .login-page-right {
    justify-content: first baseline;
    height: 100vh;
    position: unset;
  }

  .login-page-right-container {
    height: 80%;
    width: 80%;
  }

  .header {
    margin-bottom: 0px;
  }

  .header h2 {
    font-size: 18px;
  }

  .header p {
    font-size: 12px;
    font-weight: 500;
  }

  .form-forgot-password input[type="email"],
  .form-forgot-password button {
    height: 35px;
  }

  .btn-container {
    margin-top: 0px;
  }

  .btn.btn-save {
    padding: 5px 15px;
    height: 35px;
    margin: 0px 1px;
  }

  .footer {
    font-size: 12px;
    line-height: 0px;
  }

  .btn-form-actions .btn.btn-save {
    margin-top: 0;
  }
}

@media screen and (max-width: 450px) {
  .login-page-container {
    height: 90vh;
    grid-template-columns: 100%;
  }

  .login-page-left {
    display: none;
  }

  .logo-header img {
    max-width: 100%;
    min-height: 100%;
  }

  .btn-form-actions {
    flex-direction: column;
  }
}
