:root {
  --red: #ff3838;
  --blue: #1494a9;
  --black: #000000;
  --white: #ffffff;
  --green: #11b76b;
  --gray-1: #fafcff;
  --gray-2: #f5f5f5;
  --gray-3: #ececec;
  --purple: #b12fad;
  --orange: #e86121;
  --yellow: #ffb100;
  --indigo: #6610f2;
  --body: #f8f7f6;
  --line: #E6E6E6;
  --border: #E3E2E1;
  --primary: #FA5E01;
  --secondary: #0C1028;
  --text-black: #41403F;
  --text-slate: #ECECEC;
  --primary-slate: #FFF9F5;
  --facebook: #3b5998;
  --linkedin: #0e76a8;
  --twitter: #00acee;
  --google: #E60023;
  --instagram: #F77737;
  --whatsapp: #25D366;
  --pinterest: #f0002a;
  --youtube: #FF0000;
}

.login {
  width: 100%;
  min-height: 100vh;
  max-width: none;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dff1ff;
}
@media (max-width: 767px) {
  .login {
    padding: 12px;
  }
}

.login-group {
  width: 100%;
  display: block;
}

.login-content {
  width: 100%;
}
.login-header {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
  text-align: center;
}
.login-header .pill {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(47, 114, 255, 0.12);
  color: #1c4ba0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.login-header h3 {
  margin: 0;
}
.login-header h5 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
}
.login-header p {
  margin: 0;
}
.login-content a {
  margin-bottom: 30px;
}
.login-content a img {
  width: 160px;
}
.login-content h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .login-content h3 {
    font-size: 25px;
  }
}
.login-content p {
  font-size: 16px;
  color: #7A6F69;
  margin-bottom: 30px;
}
.login-content h4 {
  font-size: 18px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .login-content h4 {
    font-size: 16px;
  }
}
.login-content nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.login-content nav button {
  font-size: 15px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 4px;
  text-align: center;
  text-transform: capitalize;
  color: var(--white);
}
@media (max-width: 575px) {
  .login-content nav button {
    font-size: 14px;
  }
}
.login-content nav button:nth-child(1) {
  background-color: #008BF0;
}
.login-content nav button:nth-child(2) {
  background-color: #00B2D9;
}
.login-content nav button:nth-child(3) {
  background-color: #7A4BFF;
}
.login-content nav button:nth-child(4) {
  background-color: #00BC29;
}
.login-content nav button:nth-child(5) {
  background-color: #FF7624;
}
.login-content nav button:nth-child(6) {
  background-color: #A55FFF;
}
.login-content nav button:nth-child(7) {
  background-color: #FF5391;
}

.login-form {
  margin-bottom: 30px;
}
.login-form button {
  width: 100%;
  margin-top: 10px;
}

.login-banner {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
}
@media (max-width: 767px) {
  .login-banner {
    display: none;
  }
}
.login-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-banner div {
  position: absolute;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  padding: 20px;
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.login-banner blockquote {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .login-banner blockquote {
    font-size: 18px;
  }
}
.login-banner label {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 991px) {
  .login-banner label {
    font-size: 14px;
  }
}

.alertClose{ 
  width: 20px !important;
}

.alert{
  padding: 10px 10px 10px 10px;
}

.alert-dismissible .btn-close{
  padding: 5px;
}

.forgotPass{
  color: #0C1028;
  text-decoration: underline;
}


.forgotPass:hover{
  color: #0C1028;
  text-decoration: underline;
}

.btn-close:focus{
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0); 
}

.login-helper{
  margin-top: 18px;
  font-size: 14px;
  color: #4b4a48;
}

.login-helper a{
  font-weight: 600;
  color: #0C1028;
  text-decoration: underline;
}

.login-helper a:hover{
  color: #0C1028;
}

.login-hero{
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.login-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.18) 100%);
  z-index: 1;
}

.login-hero .glass-card{
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  max-width: 420px;
  font-size: 13px;
  line-height: 1.5;
}

.login-brand{
  text-align: center;
  margin-bottom: 18px;
}

.login-brand img{
  max-height: 60px;
  width: auto;
  margin-bottom: 10px;
}

.login-brand h6{
  margin: 0;
  color: #1d1c1a;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.login-brand p{
  margin: 4px 0 0;
  color: #343230;
  font-size: 13px;
}

.login-form button.btn-inline,
.input-glow{
  width: 100%;
}

.login-form .form-control{
  border: 1px solid #d3dfea;
  background: rgba(255,255,255,0.9);
}

.login-form .form-control:focus{
  border-color: #2f72ff;
  box-shadow: 0 0 0 0.15rem rgba(47,114,255,0.25);
}

.btn.btn-inline{
  background: linear-gradient(180deg, #3f86ff 0%, #2f72ff 100%);
  border: 1px solid #2f72ff;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  box-shadow: 0 8px 16px rgba(47,114,255,0.28);
  transition: all 0.18s ease;
}

.btn.btn-inline:hover{
  background: linear-gradient(180deg, #2f72ff 0%, #285fda 100%);
  border-color: #285fda;
  color: #fff;
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 10px 22px rgba(40,95,218,0.32);
}

.btn.btn-inline:focus{
  color: #fff;
  box-shadow: 0 0 0 0.18rem rgba(47,114,255,0.25);
}