/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); */
/* @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: 400;
} */

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Bold.ttf");
    font-weight: 600;
}


html {
    margin:0;
    transition: opacity 0.3s;
}
body{
    margin:0;
    /* background-image: linear-gradient(180deg, #36485F 0%, #18212C 100%); */
    font-family: 'Lato', sans-serif;
    font-style: normal;
    height:100%;
}
.waitScreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(66 66 66 / 65%);
    z-index: 99;
    color: #FFFFFF;
    font-size: 200%;
    text-align: center;
    z-index: 200;
    opacity: 0;
      transition: all .3s;
}
.spinCont{
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    max-height: 45px;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 0;
}
.spinChar{
    position: relative;
    top: 45%;
    font-size: 60%;font-family: Roboto;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
}
.textCenter{
    text-align:center;
}

.textLeft{
    text-align:left;
}
.container{
    width: 100%;
}

.stdText {
    color: #0033A0;
    font-size: 14px;
    letter-spacing: -0.9px;
    line-height: 29px;
    text-align: left;
    margin: 10px auto;
    font-style:normal;
  }

.stdText.textMd {
    font-size: 16px;
  }

.stdText.textLg {
    font-size: 20px;
}

.stdText.textXl {
    font-size: 22px;
}


.stdSubText {
    margin: 10px auto;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

.pointer{
    cursor:pointer;
}

.fontMontserrat{
    font-family: 'Montserrat', sans-serif;
}


.logoHead{
    width: 210px !important;
    height: 100px !important;
    background-image: url('../img/logo.svg'); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover; 
}
.logoLogin {
    width: 210px !important;
    background-image: url(../img/logo.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px !important;
}