.main-body-container{
    max-width: unset;
    padding: 0;
    text-align: unset !important;
    color: #fff;
}
.welcome-section-wrapper{
    height: 100vh;
    background: url('/img/login_bg_v15_4.jpg')no-repeat;
    background-position: 0;
    background-size: cover;
    color: #fff;
    display:none;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    /* justify-content: center; */
    padding: calc(130px + 5%)  8% max(18vh, 30px);

}
.welcome-section-wrapper:before{
    content: '';
    background: rgba(0,0,0,.0);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.welcome-section-wrapper h1{
    font-size: 6.4em;
    letter-spacing: 1px;
    max-width: 85%;
    position: relative;
    z-index: 1;
    text-shadow: 0px 20px 20px #00000065;
    font-weight: bold;

}
.welcome-section-wrapper h3{
    position: relative;
    z-index: 1;
    max-width: 85%;
    text-shadow: 0px 20px 20px #00000065;
    font-size: 3em;
    font-weight: bold;
}

.main-login-container{
    /* background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%); */
    min-height: 100vh;
    padding: calc(130px + 5%) 12% 30px;
}
.welcome-section-wrapper , .main-login-container{
    min-height: 100%;
    width: 100%;
}

@media screen and (max-width: 990px){
    .main-login-container{
        padding: calc(130px + 5%) 9% 30px;
    }   
}
#header{
    text-align: unset;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 5%;
    z-index: 2;
}
#header .btn-lang{
    position: relative;
    top: unset;
    right: unset;
}
.row.main-wrapper{
    max-width: unset;
    margin: 0;
    background: transparent;
}

.login-actions .btn-login{
    background:  var(--secondary-color) !important; 
    border-radius: 25px;
}
.login-actions .btn-login:is(:hover, :focus,:active, :visited){
    opacity: .8;
    background:  var(--secondary-color) !important; 
}

.learning-never-stop-section{
    display: none;
}
.log-gm{
    background: transparent;
}
#login_wrapper :is(input[type=text], input[type=password]){
    border-radius: 25px;
    background: transparent;
    color: #fff; 
    border: 1px solid #fff;
}
#login_wrapper :is(input[type=text], input[type=password]):is(:focus,:active){
    border: 1px solid var(--primary-color);
}
.log-gm{
    border-top: 0;
    line-height: 1;
}
.log-gm p{
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
}
.log-gm p:after, .log-gm p:before{
    border-bottom: 1px solid #fff;
}
.btn-forgot , .password-wrapper i{
    color :#fff !important;
}
.main-login-container h4{
    color: #fff;
    font-size: 24px;
}
.login-with-links-wrapper{
    margin-top: 70px;
}
#login_wrapper input::placeholder { 
    color: #fff;
}
.login-with-links-wrapper .login-with-social-btn{
    border-radius: 25px;
    flex-direction: row;
    background: #fff !important;
    padding: 15px 30px !important;
    min-width: 190px;
    justify-content: center;
    position: relative;
}
.login-with-links-wrapper .login-with-social-btn :is(i, img){
    width: 40px;
    height: 40px;
    box-shadow: unset;
    font-size: 1.6em;
    margin: 0 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}
.login-with-links-wrapper .login-with-social-btn label{
    margin-bottom: 0;
}
.login-with-links-wrapper .login-with-social-btn label{
    margin-bottom: 0;
}
.login-form-box-top{
    padding: 15px 0;
}
.login-form-box-top .col-lg-12{
padding: 0;
}
#UserResetForm input[type=submit] , #UserResendUsernameForm input[type=submit] {
    border-radius: 25px;
    width: 100%;
}
#UserResetForm input[type=submit]:is(:hover, :active) , #UserResendUsernameForm input[type=submit]:is(:hover, :active) {
    width: 100%;
}
@media (min-width: 992px){
.login-grid-wrapper{
    display: grid;
    grid-template-columns: 62% auto;
}
.welcome-section-wrapper{
    display: flex;
}
}
@media (max-width: 550px){
    .login-with-links-wrapper .login-with-social-btn{
            min-width: 140px;
            margin: 0 5px;
    }
    .login-with-links-wrapper .login-with-social-btn :is(i, img){
       margin: 0 7px;
    }
}


#flashMessage, #authMessage{
    padding: 7px 30px;
    /* background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #e5301c; */
    margin-bottom: 3px;
    position: relative;
    color: #fff !important;
    background: rgb(229 48 28 / 75%);
    border-radius: 4px;
}
#flashMessage:before, #authMessage:before{
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f12a";
    font-family: Fontawesome;
    font-size: 12px;
    color: #fff;
    border: 1px solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.pk-government-logos-section{
    position: absolute;
    bottom: 15px;
}
/* .login-actions .btn-link.btn-forgot{
    width: auto;
} */
.login-actions .btn-forgot-container{
    text-align: left;
}
.btn-lang .btn{
    text-transform: uppercase;
    border-color: var(--primary-color);
}
.public-switch-language-btn .arrow-icon{
    color: var(--primary-color);
}
.classera_login_logo{
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, .45));
}
#signInButtonLive.btn-microsoft img{
    width: 50px;
    height: 50px;
}