/*!
 *   Custom Style
 */

body {
  height: auto;
}

.header-ics2-logo {
  height: 70px; 
  max-width: 100%;
}

.header-ins-logo {
  height: 55px; 
  max-width: 100%;
}

.header-ptedii-logo {
  height: 55px; 
  width: 100%;
}

.login-ics2-logo {
  height: 200px; 
  max-width: 100%;
}

.header-divider {
  border-left: 2px solid #ccc; 
  height: 50px;
}

.table-width-100 {
  width:100%
}

.a-underlined {
  text-decoration: underline;
}

.navbar-navy, .bg-navy {
  background-color: #083a6e !important;
  color: #fff !important;
}

@media (min-width: 990px) and (max-width: 1350px) {
  .hide-between-990-1350 {
      display: none !important;
  }
}

.modal-max-width {
  max-width: 90%;
}

.reset_styles {
  all: revert;
}

p.p-title {
  font-weight: 700;
}

p#p-title-gray{
  color: #666666;
}

.card#card-forgot{
  max-width: 800px; 
}

.card-reset-password{
  margin-top: 6rem;
}

.auth-content-wrapper-bg {
  background-color: #dce4ec;
}