@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap);

:root{
    --shaip-primary-color: #3ccbda;
    --shaip-accent-color: #2f2a95;
}


body{
    margin: 0px;
}

*, *:before, *:after {
    box-sizing: border-box;
}

input, div, a, span, label, button, h1, h2, h3, h4, noscript{
    font-family: Roboto, "PT Sans", Verdana, Helvetica, Arial, Sans-Serif;
    font-family: Roboto, "PT Sans", Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    -webkit-filter: blur(0);

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.ezLoginWrapper{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    float:left;
    width: 30%;
    border-right: 10px solid var(--shaip-primary-color);
}
#ezLoginForm{
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 0;
    right: 0;
    z-index: 9999;
}
.info-msg{
    background: rgba(0, 0, 0, 0.6);
    border: 0.1em solid #FFF;
    padding: 10px 15px;
    color: #FFF;
    position: absolute;
    top: 18px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 360px;
    box-sizing: border-box;
    display: none;
}
.info-msg.showMsg {
    display: block;
}
.closeButton{
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 0;
    padding: 4px;
    background: rgba(200, 200, 200, 0.2);
    z-index: 9999;
    cursor: pointer;
}
#ezDialog{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 100px;
}
.ezDialog.info-msg{
    width: 70%;
    min-width: 600px;
    bottom: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    display: block;
}
.ezDialog.info-msg .dialogBody{
    overflow: auto;
    position: absolute;
    top: 60px;
    bottom: 0px;
    font-size: 17px !important;
    text-align: justify;
    padding-right: 20px;
}
.ezDialog.info-msg .dialogBody span {
    font-size: 14px !important;
}
.info-msg h4{
    margin: 0 0 5px 0;
    font-size: 14px;
}
.ezDialog.info-msg h4{
    font-size: 20px;
}
#ezLoginForm .ezFormElWrapper{
    text-align: left;
    position: relative;
}

#ezLoginForm .ezFormElWrapper h2.cardTitle{
    font-size: 20px;
    color: var(--shaip-accent-color);
    margin: 20px 0px;
    font-weight: 500;
}
#ezLoginForm .ezFormElWrapper input, #ezLoginForm .ezFormElWrapper img{
    margin-top: 30px;
}
#loginform3 .ezFormElWrapper input, #loginform3 .ezFormElWrapper img{
    margin-top: 15px;
}
#ezLoginForm .ezFormElWrapper img{
    width: 180px;
}
#ezLoginForm .ezFormElWrapper input[type="text"], #ezLoginForm .ezFormElWrapper input[type="password"]{
    background: #FFF;
    border: #EEE;
    padding: 10px 10px 10px 45px;
    display: block;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    color: #444;
    border-bottom: 1px solid black;
}
#ezLoginForm .ezFormElWrapper.ezForgotPswWrapper{
    /*text-align: right;*/
    margin-top: 30px;

}
#ezLoginForm .ezFormElWrapper.ezForgotPswWrapper a{
    font-size: 13px;
}
.ezForgotPswWrapper a{
    color: var(--shaip-primary-color);
    text-decoration: none;
}
#ezLoginForm .ezFormElWrapper.ezUserNameWrapper:before{
    content: "";
    position: absolute;
    width: 40px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    background: url("../images/user_icon.svg") left center no-repeat;
    z-index: 10;
}
#ezLoginForm .ezFormElWrapper.ezPasswordWrapper:before{
    content: "";
    position: absolute;
    width: 40px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    background: url("../images/key_icon.svg") left center no-repeat;
    z-index: 10;
}
#ezLoginForm .ezFormElWrapper input[type="submit"], #ezLoginForm .ezFormElWrapper input[type="button"], .cancel a{
    display: block;
    background: var(--shaip-primary-color);
    border: 0;
    color: #FFF;
    /*width: 100%;*/
    padding: 8px 10px;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    /*text-transform: uppercase;*/
    /*margin-top: 15px;*/
    border-radius: 5px;
}
#ezLoginForm .ezFormElWrapper input[type="submit"]:hover, #ezLoginForm .ezFormElWrapper input[type="button"]:hover{
    background: var(--shaip-accent-color);
}


.cancel a{
    background: #333;
    color: #FFF;
    margin-top: 30px;
    text-decoration: none;
}

.forgotPasswordBtns{
    overflow: hidden; box-sizing: content-box;
}

.forgotPasswordBtns > div{
    float: left;  width: 50%
}
#footerBg{
    bottom: 0;
    height: 80px;
    left: 0;
    right: 0;
    position: absolute;
    background-size: cover;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #026EB7;

    background: -moz-linear-gradient(top, #026EB7 , #3093B5);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#026EB7), to(#3093B5));
    background: -webkit-linear-gradient(top, #026EB7, #3093B5);
    background: -o-linear-gradient(top, #026EB7, #3093B5);
    background: linear-gradient(to bottom, #026EB7, #3093B5);

}
/*
footer{
    bottom: 0;
    background: transparent;
    height: 80px;
    left: 0;
    right: 0;
    position: absolute;
    background-size: cover;
    display: table;
    table-layout: fixed;
    width: 100%;
    z-index: 999;
}
footer div{
    display: table-cell;
    color: #FFF;
    vertical-align: middle;
}
footer span, footer a{
    font-size: 12px;
}
footer .ezCopyright{
    display: block;
    line-height: 12px;
    padding-bottom: 5px;

}
footer div.ezCenter{
    text-align: center;
}
footer div.ezCenter span, footer div.ezCenter a{
    font-size: 14px;
}
footer div.ezCenter a{
    margin: 0 10px;
    color: #FFF;
    display: inline-block;
}
footer .ezFooter:first-child{
    padding-left: 50px;
}
footer .ezFooter:last-child{
    text-align: right;
    padding-right: 50px;
}
footer .ezFooter:last-child span{
    vertical-align: top;
    margin-top: 30px;
    display: inline-block;
}
footer .ezFooter:last-child img{
    height: 55px;
    width: 110px;
} */

.compatibility{
    color: #FFF;
    /* position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    z-index: 9991; */
    text-align: center;
    font-size: 14px;
}
.password-constrain-wrapper {
    width: inherit;
    display: inline-block;
    padding: 0.3125em 0em;
}

.password-constrain-spac {
    font-size: 13px;
    /*color: #FFF;*/
    display: block;
}

.password-constrain-spac span {
    visibility: hidden;
}

.password-constrain-spac.constrain-true {
    color: #BBB;
}

.password-constrain-spac.constrain-true span {
    visibility: visible;
}

.password-constrain-spac.constrain-false {
    color: #e7005e;
}

.rightPanel{
    width: 70%;
    float: right;
    background: url('../images/bhasha-login-img.svg'),linear-gradient(180deg,rgb(79 79 235),rgb(79 79 235));
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.rightPanel .tagline{
    position: absolute;
    color:white;
    font-size: 54px;
    line-height: normal;
    text-align: center;
}

.rightPanel .tagline span{
    font-size: 54px;
    color: var(--shaip-primary-color);
}

.rightPanel footer{
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: var(--shaip-primary-color);
}

/*
@media screen and (max-width: 870px){
    .ezDialog.info-msg {
        width: 600px;
    }
}*/

@media screen and (max-width: 760px){

    .ezLoginWrapper{
        background-position: center center;
        /*background-size: 115% 100%;*/
    }
    footer .ezFooter:first-child{
        padding-left: 10px;
    }
    footer .ezFooter:first-child, footer .ezFooter:last-child{
        padding-right: 35px;
    }
}
/*@media screen and (max-width: 640px){
    .ezLoginWrapper{
        background-position: center center;
        *//*background-size: 120% 80%;*//*
    }
    #ezLoginForm{
        *//*margin-top: 90px;*//*
    }
    footer{
        height: 110px;
    }
    footer .ezFooter:last-child span {
        margin-top: 0px;
    }
}*/

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 315px;
    height: 240px;
    bottom: -100px;
    -webkit-animation: square 90s infinite;
    -moz-animation: square 90s infinite;
    -o-animation: square 90s infinite;
    -ms-animation: square 90s infinite;
    animation: square 90s infinite;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
    left: 4%;
    bottom: -120px;
    background-image: url("../images/CloudIcon_1.svg");
}
.bg-bubbles li:nth-child(2) {
    left: 20%;
    bottom: -140px;
    background-image: url("../images/CloudIcon_2.svg");
    width: 280px;
    height: 200px;
    -webkit-animation-delay: 25s;
    -moz-animation-delay: 25s;
    -ms-animation-delay: 25s;
    -o-animation-delay: 25s;
    animation-delay: 25s;
    -webkit-animation-duration: 100s;
    -moz-animation-duration: 100s;
    -ms-animation-duration: 100s;
    -o-animation-duration: 100s;
    animation-duration: 100s;
}
.bg-bubbles li:nth-child(3) {
    left: 25%;
    background-image: url("../images/CloudIcon_3.svg");
    width: 250px;
    height: 175px;
    bottom: -130px;
    -webkit-animation-delay: 25s;
    -moz-animation-delay: 25s;
    -ms-animation-delay: 25s;
    -o-animation-delay: 25s;
    animation-delay: 25s;
    -webkit-animation-duration: 60s;
    -moz-animation-duration: 60s;
    -ms-animation-duration: 60s;
    -o-animation-duration: 60s;
    animation-duration: 60s;
}
.bg-bubbles li:nth-child(4) {
    left: 40%;
    background-image: url("../images/CloudIcon_4.svg");
    width: 200px;
    height: 130px;
    bottom: -190px;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -ms-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-duration: 70s;
    -moz-animation-duration: 70s;
    -ms-animation-duration: 70s;
    -o-animation-duration: 70s;
    animation-duration: 70s;
}
.bg-bubbles li:nth-child(5) {
    left: 70%;
    width: 150px;
    height: 100px;
    bottom: -210px;
    background-image: url("../images/CloudIcon_5.svg");
    -webkit-animation-duration: 60s;
    -moz-animation-duration: 60s;
    -ms-animation-duration: 60s;
    -o-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -ms-animation-delay: 20s;
    -o-animation-delay: 20s;
    animation-delay: 20s;

}
.bg-bubbles li:nth-child(6) {
    left: 80%;
    background-image: url("../images/CloudIcon_6.svg");
    width: 80px;
    height: 80px;
    bottom: -230px;
    -webkit-animation-delay: 13s;
    -moz-animation-delay: 13s;
    -ms-animation-delay: 13s;
    -o-animation-delay: 13s;
    animation-delay: 13s;
    -webkit-animation-duration: 70s;
    -moz-animation-duration: 70s;
    -ms-animation-duration: 70s;
    -o-animation-duration: 70s;
    animation-duration: 70s;
}
.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 97px;
    height: 83px;
    bottom: -170px;
    background-image: url("../images/CloudIcon_7.svg");
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -ms-animation-delay: 15s;
    -o-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 80s;
    -moz-animation-duration: 80s;
    -ms-animation-duration: 80s;
    -o-animation-duration: 80s;
    animation-duration: 80s;
    background-size: 100%;
    background-repeat: no-repeat;
}
/*.bg-bubbles li:nth-child(8) {
    left: 55%;
    background-image: url("../images/Cloud2_20.svg");
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
    left: 25%;
    background-image: url("../images/Cloud2_10.svg");
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}
.bg-bubbles li:nth-child(10) {
    left: 90%;
    background-image: url("../images/Cloud2_160.svg");
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}*/
@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-1200px);
        -moz-transform: translateY(-1200px);
        -ms-transform: translateY(-1200px);
        -o-transform: translateY(-1200px);
        transform: translateY(-1200px);
    }
}
@-moz-keyframes square {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-1200px);
        -moz-transform: translateY(-1200px);
        -ms-transform: translateY(-1200px);
        -o-transform: translateY(-1200px);
        transform: translateY(-1200px);
    }
}
@-ms-keyframes square {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-1200px);
        -moz-transform: translateY(-1200px);
        -ms-transform: translateY(-1200px);
        -o-transform: translateY(-1200px);
        transform: translateY(-1200px);
    }
}
@-o-keyframes square {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-1200px);
        -moz-transform: translateY(-1200px);
        -ms-transform: translateY(-1200px);
        -o-transform: translateY(-1200px);
        transform: translateY(-1200px);
    }
}
@keyframes square {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-1200px);
        -moz-transform: translateY(-1200px);
        -ms-transform: translateY(-1200px);
        -o-transform: translateY(-1200px);
        transform: translateY(-1200px);
    }
}
@-webkit-keyframes showLogin{
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
@-moz-keyframes showLogin{
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
@-ms-keyframes showLogin{
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
@-o-keyframes showLogin{
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
@keyframes showLogin{
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
#loginDiv{
    min-height: 220px;
    margin-top: 30px;
}
.ezFormElWrapper .ezUserNameWrapper input{
    margin-top: 0;
}
.info-msg{
    -webkit-animation: showLogin 0.6s;
    -moz-animation: showLogin 0.6s;
    -ms-animation: showLogin 0.6s;
    -o-animation: showLogin 0.6s;
    animation: showLogin 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.12,.55,.9,.44);
    -moz-transition-timing-function: cubic-bezier(.12,.55,.9,.44);
    -ms-transition-timing-function: cubic-bezier(.12,.55,.9,.44);
    -o-transition-timing-function: cubic-bezier(.12,.55,.9,.44);
    transition-timing-function: cubic-bezier(.12,.55,.9,.44);
}
#loginform1, #loginform3{
    -webkit-animation: showLogin 1.5s;
    -moz-animation: showLogin 1.5s;
    -ms-animation: showLogin 1.5s;
    -o-animation: showLogin 1.5s;
    animation: showLogin 1.5s;.
-webkit-transition-timing-function: cubic-bezier(.12,.55,.9,.44);
    -moz-transition-timing-function: cubic-bezier(.12,.55,.9,.44);
    -ms-transition-timing-function: cubic-bezier(.12,.55,.9,.44);
    -o-transition-timing-function: cubic-bezier(.12,.55,.9,.44);
    transition-timing-function: cubic-bezier(.12,.55,.9,.44);
}
#loginform2{
    -webkit-animation: showLogin 1s;
    -moz-animation: showLogin 0.6s;
    -ms-animation: showLogin 1s;
    -o-animation: showLogin 1s;
    animation: showLogin 1s;
    -webkit-transition-timing-function: cubic-bezier(.25,.52,.81,.53);
    -moz-transition-timing-function: cubic-bezier(.25,.52,.81,.53);
    -ms-transition-timing-function: cubic-bezier(.25,.52,.81,.53);
    -o-transition-timing-function: cubic-bezier(.25,.52,.81,.53);
    transition-timing-function: cubic-bezier(.25,.52,.81,.53);

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ezLoginWrapper {
        background-size: 75% 84%;
    }
}
.mCSB_draggerRail{
    background: rgba(238, 238, 238, 0.1) !important;
}


.loadMask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/loader_15_30.GIF") !important;
    opacity: 0.6;
    z-index: 100;
}
.loadMask.small {
    background-image: url("../images/loader_15_30.GIF") !important;

}
.loadMask.big {
    background-image: url("../images/loader_30_50.GIF") !important;
}

.topMargin30Px {
margin-top: 30px;
}
