/*Write your custom style or CSS code here*/

/* KGNHOST branded login / register / password-reset pages */
.tt-auth-wrap{
  --primary: #0B3D91;
  background: linear-gradient(180deg, #EAF1FC 0%, #FFFFFF 55%) !important;
}

.tt-auth-wrap .tt-form-wrap .tt-form-container{
  border-radius: 20px;
  box-shadow: 0 10px 40px -10px rgba(11, 61, 145, 0.18);
  max-width: 920px;
}

.kgn-login-logo img,
.kgn-login-logo-img{
  display: block;
  height: 42px;
  width: auto;
  max-width: 100%;
}

.tt-auth-wrap .logo-img{
  height: 38px;
  width: auto;
  max-width: 220px;
}

.tt-auth-wrap .form-control{
  border-radius: 10px !important;
}

.tt-auth-wrap .input-group-text{
  border-radius: 10px 0 0 10px !important;
}

.tt-auth-wrap #login.btn-primary{
  background: linear-gradient(90deg, #FF6B1A 0%, #F7931E 100%) !important;
  border: none !important;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 28px;
  box-shadow: 0 8px 20px -6px rgba(255, 107, 26, 0.5);
}
.tt-auth-wrap #login.btn-primary:hover{
  opacity: 0.92;
}

.kgn-login-panel{
  background: linear-gradient(135deg, #1E5FCE 0%, #0B3D91 100%) !important;
  display: flex !important;
  align-items: center;
}
.kgn-login-panel-inner{
  position: relative;
  z-index: 1;
}
.kgn-login-panel-inner h2{
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 14px;
}
.kgn-login-panel-inner p{
  color: #D6E4FA;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 28px;
}
.kgn-login-highlights{
  list-style: none;
  margin: 0;
  padding: 0;
}
.kgn-login-highlights li{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #EAF1FC;
  font-size: 0.9rem;
}
.kgn-login-highlights li i{
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 991px){
  .kgn-login-panel{
    display: none !important;
  }
}
