.login-signup {
  justify-content: center;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 50px 0;
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
}

.login-wrapper {
  padding: 50px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05) !important;
  border-radius: 24px !important;
  max-width: 600px;
  margin: auto;
  background: #ffffff !important;
  color: #1e293b;
  border: none !important;
  transition: transform 0.3s ease;
}

.login-box {
  padding: 50px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05) !important;
  border-radius: 24px !important;
  max-width: 600px;
  margin: auto;
  background: #ffffff !important;
  color: #1e293b;
  border: none !important;
  transition: transform 0.3s ease;
}

.login-wrapper:hover,
.login-box:hover {
  transform: translateY(-5px);
}

.login-signup .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-signin .form-control,
.login-box .form-control,
.login-wrapper .form-control {
  height: 54px;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  background-color: #f8fafc;
  padding: 10px 20px;
  font-size: 15px;
  color: #334155 !important;
  transition: all 0.3s ease;
}

.form-signin .form-control:focus,
.login-box .form-control:focus,
.login-wrapper .form-control:focus {
  box-shadow: 0 0 0 4px rgba(0, 170, 233, 0.1) !important;
  border-color: #00aae9 !important;
  background-color: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}


#remember .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #00aae9;
  background-color: #00aae9;
}

#remember label,
.forgot-password {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.forgot-password {
  color: #00aae9;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.forgot-password:hover {
  color: #0077b6;
}

.form-signin .iti {
  display: block;
}

.mb-3.field-loginform-rememberme {
  margin-bottom: 0 !important;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 4px;
  border-color: #cbd5e1;
  border-radius: 6px !important;
  cursor: pointer;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #00aae9 !important;
  border-color: #00aae9 !important;
  box-shadow: none;
}

.primary-color {
  color: #00aae9;
}

.auth-clients {
  display: inherit;
  list-style: none;
  overflow: auto;
  margin-bottom: 0;
}

.login-wrapper .auth-clients li {
  float: none;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
  max-width: 350px;
}

.login-wrapper .auth-link {
  border-radius: 12px;
  display: block;
  width: 100%;
  padding: 12px 0;
  transition: all 0.3s ease;
}

.login-wrapper .auth-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.facebook .auth-icon,
.google .auth-icon {
  display: inline-block;
  height: 24px !important;
  filter: brightness(0) invert(1);
}

.google .auth-icon {
  background: url("../img/google-logo.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 70px;
}

.facebook .auth-icon {
  background: url("../img/facebook.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100px;
}

.login-wrapper .facebook.auth-link {
  background-color: #1877f2;
}

.login-wrapper .google.auth-link {
  background-color: #ea4335;
}

#loginform-password {
  padding-right: 50px !important;
}

.login-txt {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px !important;
  color: #0f172a;
}

.login-box p,
.login-wrapper p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.field-loginform-password,
.field-user-password {
  position: relative;
}

.field-icon {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.3s ease;
}

.field-icon:hover {
  color: #00aae9;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
}

@media (max-width: 576px) {

  .login-wrapper,
  .login-box {
    padding: 30px 20px !important;
    border-radius: 16px !important;
  }
}