﻿.main-body-container {
    max-width: unset;
    padding: 0;
    text-align: unset !important;
    color: #fff
}

.welcome-section-wrapper {
    height: 100vh;
    background: url('../img/kids-school-bus.jpg')no-repeat;
    background-position: 0;
    background-size: cover;
    color: #fff;
    display: none;
    position: relative
}

    .welcome-section-wrapper:before {
        content: '';
        background: rgba(0,0,0,.2);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 0
    }

    .welcome-section-wrapper h1 {
        font-size: 5.4em;
        letter-spacing: 1px;
        max-width: 85%;
        position: relative;
        z-index: 1
    }

    .welcome-section-wrapper h3 {
        position: relative;
        z-index: 1;
        max-width: 85%
    }

.main-login-container {
    min-height: 100vh
}

.welcome-section-wrapper, .main-login-container {
    padding: calc(130px + 5%) 8% 30px;
    min-height: 100%;
    width: 100%
}

.main-login-container {
    padding: calc(130px + 5%) 12% 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%
}

    #header .btn-lang {
        position: relative;
        top: unset;
        right: unset
    }

.row.main-wrapper {
    max-width: unset;
    margin: 0;
    background: 0 0
}

.login-actions .btn-login {
    background: var(--primary-color) !important;
    border-radius: 25px
}

    .login-actions .btn-login:is(:hover,:focus,:active,:visited) {
        opacity: .8;
        background: var(--primary-color) !important
    }

.learning-never-stop-section {
    display: none
}

.log-gm {
    background: 0 0
}

#login_wrapper :is(input[type=text],input[type=password]) {
    border-radius: 25px;
    background: 0 0;
    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: 0 0
    }

    .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
}

@media(min-width:992px) {
    .login-grid-wrapper {
        display: grid;
        grid-template-columns: 62% auto
    }

    .welcome-section-wrapper {
        display: block
    }
}

@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;
    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
}
