@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800&display=swap');
html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
    font-family: 'Roboto', serif !important;
    font-weight: 400;
    font-size: 14px;
    /* background: linear-gradient(to bottom,rgba(0,114,187,.15),rgba(20,59,100,.25),rgba(20,59,100,.35), rgba(20,59,100,.45), rgba(20,59,100,.55)), url("../images/Delhi-Airport-gal-2.jpg"); */
    background:url("../images/Delhi-Airport-gal-2.jpg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.form-signin {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
    background-color:rgba(255,255,255,0.55);
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.login-btn {
    color: #fff;
    background-color: #0066A4;
    border-color: #0066A4;
}

.login-btn:hover {
    color: #fff;
    background-color: #0072BB;
    border-color: #0072BB;
}


/* .bg-custom1 {
    background-color: #143B64;
} */
.bg-custom1 {
    background-color: rgba(0,0,0,0.2);
}
.dialgmr_logo{
    height: 45px;
    padding-bottom:2px;
}
.waisl_logo{
    height: 20px;
}

.footrtxt{
    font-size: 11px;
    margin-bottom: 0px;
}
.bg {
    animation:slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, rgba(114, 98, 180, 0.25) 50%, rgba(3, 49, 80, 0.2) 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
  }
  
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
  }
  
  .bg3 {
    animation-duration:5s;
  }
  @keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }
.st0 {
    display: none;
}

.st1 {
    display: inline;
}

.st2 {
    opacity: 0.29;
}

.st3 {
    fill: #FFFFFF;
}

.st4 {
    clip-path: url(#SVGID_2_);
    fill: #FFFFFF;
}

.st5 {
    clip-path: url(#SVGID_4_);
}

.st6 {
    clip-path: url(#SVGID_6_);
}

.st7 {
    clip-path: url(#SVGID_8_);
}

.st8 {
    clip-path: url(#SVGID_10_);
}

.st9 {
    fill: none;
}

.st10 {
    clip-path: url(#SVGID_12_);
}

.st11 {
    opacity: 0.7;
}

.st12 {
    clip-path: url(#SVGID_14_);
}

.st13 {
    opacity: 0.2;
}

.st14 {
    clip-path: url(#SVGID_16_);
}

.st15 {
    opacity: 0.3;
    fill: #FFFFFF;
    enable-background: new;
}

/* for pale yellow background color start*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-box-shadow: 0 0 0 30px #e3e3e6  inset !important;
    transition: background-color 5000s ease-in-out 0s;
    
}

.bgsimg{    
    /* background: linear-gradient(to right ,rgba(20,59,100,.95),rgba(20,59,100,.85), rgba(20,59,100,.65), rgba(20,59,100,.45),rgba(0,114,187,.45)), url("../images/bgs2.jpg"); */
    /* background: linear-gradient(to bottom,rgba(0,114,187,.15),rgba(20,59,100,.25),rgba(20,59,100,.35), rgba(20,59,100,.45), rgba(20,59,100,.55)), url("../images/Delhi-Airport-gal-2.jpg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}

.ilhbstitle{
    color: #0072BB;
    font-family: 'Roboto' !important;
}
.letterspace2{
    letter-spacing: 2px;
}

.pointers{
    list-style-type: none;
    color: #fff;
    font-size: 15px;
    margin-left:-25px;
   font-family: 'Roboto';
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto' !important;
}

.portaltitle{
    padding-top: 5px;
    border-bottom: 4px solid #1F7FC2;
}


