/*=====================================
    Login Layout
=====================================*/
.login-wrapper {
  min-height: 100vh;
  background: url("../images/login-bg.png") center center / cover no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 60px;
  position: relative;
}
.login-panel {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-logo {
  margin-bottom: 24px;
}
.login-logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
.login-card {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 38px 42px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.18);
}
/*=====================================
    Header
=====================================*/
.login-card-header {
  text-align: center;
  margin-bottom: 30px;
}
.login-card-header h1 {
  font-size: 34px;
  font-weight: 700;
  color: #767691;
  line-height: 1.1;
  margin-bottom: 6px;
}
.login-card-header h1 span {
  color: var(--primary);
}
.login-card-header p {
  margin: 0;
  color: #767691;
  font-size: 18px;
  letter-spacing: 0.5px;
}
/*=====================================
    Inputs
=====================================*/
.login-input {
  height: 56px;
  border: 1px solid #d9dde8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 18px;
  transition: 0.3s;
}
.login-input:focus-within {
  border-color: var(--primary);
}
.login-input .input-group-text {
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #fff;
  color: #9d9d9d;
  font-size: 22px;
  padding: 0;
}
.login-input .form-control {
  border: 0;
  box-shadow: none;
  font-size: 18px;
  padding: 0 14px;
  color: #555;
  height: 54px;
}
.login-input .form-control::placeholder {
  color: #9b9b9b;
}
.login-input iconify-icon {
  font-size: 30px;
}
.password-toggle {
  cursor: pointer;
}
/*=====================================
    Links
=====================================*/
.login-links {
  margin-bottom: 14px;
}
.login-links a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}
.login-links a:hover {
  color: var(--primary);
}
.login-options {
  margin-bottom: 22px;
}
.login-options .custom-control-label {
  font-size: 16px;
  color: #555;
}
/*=====================================
    Login Button
=====================================*/
.btn-login {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  border: 0;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-login:hover {
  color: #fff;
  background: #d3062a;
}
.login-arrow {
  position: absolute;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  row-gap: 5px;
  column-gap: 5px;
}
/*=====================================
    Register
=====================================*/
.login-register {
  text-align: center;
  margin-top: 22px;
  color: #444;
  font-size: 16px;
}
.login-register a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}
/*=====================================
    Footer
=====================================*/
.login-footer {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
/*=====================================
    Responsive
=====================================*/
@media (max-width: 991.98px) {
  .login-wrapper {
    justify-content: center;
    padding: 30px;
    flex-direction: column;
  }
  .login-footer {
    position: static;
    transform: none;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .login-wrapper {
    padding: 20px;
    background-position: left center;
  }
  .login-panel {
    max-width: 100%;
  }
  .login-logo img {
    max-width: 260px;
  }
  .login-card {
    padding: 28px 22px;
    border-radius: 18px;
  }
  .login-card-header h1 {
    font-size: 32px;
  }
  .login-card-header p {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .login-footer {
    font-size: 12px;
  }
  .login-options .custom-control-label {
    font-size: 13px;
    line-height: 1.5;
  }
}
.login-card.signup-card {
  padding-top: 30px;
  padding-bottom: 30px;
}

.login-options .custom-control-label a {
  color: var(--primary);
  text-decoration: none;
}
.login-options .custom-control-label a:hover {
  text-decoration: underline;
}
.signup-wrapper {
  background: url("../images/signup-bg.png") center center / cover no-repeat;
}
/*=====================================
    OTP Page
=====================================*/
.otp-wrapper {
  background: url("../images/otp-bg.png") center center / cover no-repeat;
}
.otp-card {
  padding: 55px 42px;
}
.otp-card .login-card-header {
  margin-bottom: 42px;
}
.otp-card .login-card-header h1 {
  font-size: 40px;
}
.otp-card .login-card-header p {
  font-size: 17px;
  color: #333;
  margin-top: 10px;
}
.otp-card .login-input {
  margin-bottom: 38px;
}
.otp-card .form-control {
  letter-spacing: 18px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #e5092f;
}
