.login-container {
  max-width: 500px;
  margin: 50px auto;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 480px) {
  .login-container {
    padding: 20px;
  }
}

.login-header {
  text-align: center;
  margin-bottom: 40px;
}

.login-header h1 {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 28px !important;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-group label {
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
  display: block;
}

.required {
  color: #e74c3c;
}

.form-control {
  height: 50px;
  font-size: 16px;
  border-radius: 8px;
  border: 2px solid #e1e5e9;
  padding: 0 15px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control:focus {
  border-color: #4a90e2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.btn-primary {
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background-color: #ff7830;
  border: none;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #e8631a;
  color: #ffffff;
}

.btn-primary:active:hover {
  background-color: #c94e11 !important;
}

.recaptcha-notice {
  font-size: 12px;
  color: #666;
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 1.4;
}

.recaptcha-notice a {
  color: #4a90e2;
  text-decoration: none;
}

.recaptcha-notice a:hover {
  text-decoration: underline;
}

.forgot-password-link {
  text-align: center;
  margin-top: 35px;
}

.forgot-password-link a {
  color: #4a90e2;
  text-decoration: none;
  font-size: 16px;
}

.forgot-password-link a:hover {
  text-decoration: underline;
}

.password-group {
  margin-bottom: 45px;
}

.forgot-container {
  max-width: 500px;
  margin: 50px auto;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 480px) {
  .forgot-container {
    padding: 20px;
  }
}

.forgot-header {
  text-align: center;
  margin-bottom: 40px;
}

.forgot-header h2 {
  color: #333;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}

.forgot-header p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-group label {
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
  display: block;
}

.required {
  color: #e74c3c;
}

.form-control {
  height: 50px;
  font-size: 16px;
  border-radius: 8px;
  border: 2px solid #e1e5e9;
  padding: 0 15px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control:focus {
  border-color: #4a90e2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.btn-primary {
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background-color: #ff7830;
  border: none;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #e8631a;
  color: #ffffff;
}

.btn-primary:active:hover {
  background-color: #c94e11 !important;
}

.recaptcha-notice {
  font-size: 12px;
  color: #666;
  position: absolute;
  bottom: -22px;
  left: 0;
  line-height: 1.4;
}

.recaptcha-notice a {
  color: #4a90e2;
  text-decoration: none;
}

.recaptcha-notice a:hover {
  text-decoration: underline;
}

.back-to-login {
  text-align: center;
  margin-top: 35px;
}

.back-to-login a {
  color: #4a90e2;
  text-decoration: none;
  font-size: 16px;
}

.back-to-login a:hover {
  text-decoration: underline;
}

.email-group {
  margin-bottom: 45px;
}

.head__login {
  ul {
    margin-right: 30px;

    a {
      transition: all 0.3s ease-out;

      &:hover,
      &:focus,
      &:active,
      &:active:focus {
        color: #ff7830;

        i {
          border-color: inherit;
        }
      }

    }
  }
}

.list-unstyled {
  ul {
    padding-left: 0;
    list-style: none;
  }
}

.site-login {
  &>ul {
    margin: 0;

    &>li {
      border-bottom: 1px solid #dcdcdc;

      &>a {
        padding: 13px 24px;
        color: #000;
        font-size: 18px;

        &:hover,
        &:focus,
        &:active,
        &:active:focus {
          color: #ff7830;
        }
      }
    }
  }
}