.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 72px);
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}

.bg-otten-g{
  background-color: #0d6efd!important;
  padding-bottom: 1.4% !important;
}

.bg-otten-b{background-color: #0d6efd!important;}


.white{color: white!important;}
.warning{color:red;font-weight: bold;}

.bg-otten{
  background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-image: url('https://www.kibrispdr.org/data/756/office-background-hd-1.jpg')!important;
   /*  background-size: cover!important; */
    background-size: cover;
    background-position: center;
    box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
}

.wait *{
  cursor:wait!important;
}

.breadcrumb-item{
  cursor:pointer;
}

#login .login-page {
  min-height: 100vh;
  padding: 32px;
  background: #f6f9ff;
  display: flex;
  flex-direction: column;
}

#login .login-shell {
  width: min(1120px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 440px);
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.12);
}

#login .login-brand-panel {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #012970;
}

#login .login-brand-panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#login .login-brand-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(68, 90, 128, 0.72), rgba(65, 84, 241, 0.28));
}

#login .login-brand-overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

#login .login-brand-overlay img {
  width: min(240px, 70%);
  margin-bottom: auto;
}

#login .login-brand-overlay h1 {
  margin: 0 0 10px;
  font-family: "Nunito", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

#login .login-brand-overlay p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.6;
}

#login .login-card {
  min-height: 620px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

#login .login-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

#login .login-card-header img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

#login .login-card-header span {
  display: block;
  color: #798eb3;
  font-size: 0.92rem;
  font-weight: 600;
}

#login .login-card-header h2 {
  margin: 0;
  color: #012970;
  font-family: "Poppins", sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
}

#login .login-form h3 {
  margin: 0 0 18px;
  color: #012970;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

#login .login-form .form-control {
  min-height: 52px;
  border: 1px solid #dce3f0;
  border-radius: 5px;
  color: #2c384e;
  box-shadow: none;
}

#login .login-form .form-control:focus {
  border-color: #9aa8ff;
  box-shadow: 0 0 0 0.2rem rgba(65, 84, 241, 0.12);
}

#login .login-error {
  display: block;
  min-height: 22px;
  margin-bottom: 10px;
  color: #dc3545;
  font-weight: 700;
}

#login .login-submit,
#login .login-button-row .btn,
#login .login-register .btn {
  min-height: 44px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 700;
}

#login .login-link {
  display: inline-block;
  margin-top: 16px;
  color: #4154f1;
  font-weight: 600;
}

#login .login-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

#login .login-register {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #ebeef4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #5d6b82;
}

#login .login-register .btn,
#login .login-button-row .btn-light {
  border: 1px solid #dce3f0;
  color: #012970;
  background: #f6f9ff;
}

#login .login-footer {
  width: min(1120px, 100%);
  margin: 18px auto 0;
  color: #5d6b82;
  font-size: 0.9rem;
  text-align: center;
}

#login .login-footer a {
  color: #4154f1;
  font-weight: 700;
}

@media (max-width: 900px) {
  #login .login-page {
    padding: 18px;
  }

  #login .login-shell {
    grid-template-columns: 1fr;
  }

  #login .login-brand-panel {
    min-height: 240px;
  }

  #login .login-brand-overlay {
    padding: 28px;
  }

  #login .login-card {
    min-height: auto;
    padding: 30px;
  }
}

@media (max-width: 480px) {
  #login .login-page {
    padding: 0;
  }

  #login .login-shell {
    min-height: 100vh;
    border-radius: 0;
  }

  #login .login-brand-panel {
    display: none;
  }

  #login .login-card {
    padding: 24px;
  }
}
