﻿
.textcla p {
    font-size: 20px;
    text-align: center;
    padding: 0px 0px 30px 0;
    color: #474747 !important;
}

.checkbox-container {
    margin-top: 7px;
}

.play-app-1 {
    width: 70%
}

.play-app-2 {
    width: 70%
}

.textcla p a {
    font-size: 26px;
    text-align: center;
    color: #474747 !important;
    padding: 15px 0px 0px 0px;
}

.StudentLoginBox {
    border-radius: 10px;
    color: #000000;
    width: 400px;
    text-align: center;
    padding: 24px 20px;
    margin: 0 auto;
    background-color: #ffffff94;
    opacity: 1;
}


.StudentLoginBox2 {
    border-radius: 10px;
    color: #000000;
    width: 400px;
    margin: 8px auto;
    background-color: #ffffff94;
    opacity: 1;
}


.login-footer-right {
    margin-top: auto;
}

.pdf_img {
    width: 15%;
}

.backtologin {
    margin-top: 7px;
    float: left;
    cursor: pointer;
    font-size: 13px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #3e3b3b;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #32d228;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        padding-top: 2px;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #004580;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '\2713\0020';
            position: absolute;
            top: 5px;
            left: 5px;
            font-size: 13px;
            font-weight: 700;
            line-height: 0.8;
            color: #004580;
            transition: all .2s;
            font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

.forgot-link {
    cursor: pointer;
}

.forgotpassword-container {
    display: none;
    margin-top: 40px !important;
}

.give-call {
    padding: 0px 20px;
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

label:hover:before {
    border: 2px solid #4778d9 !important;
}

.login-main-wraper {
    display: flex;
    background: #FFF;
}

    .login-main-wraper input, .login-main-wraper input:focus {
        border: 0px;
        width: 100% !important;
        height: 41px;
        padding: 0px 15px;
        font-size: 12px;
        outline: 0;
    }

.float-width {
    float: left;
    width: 100%;
}

.school-logo {
    width: auto;
    max-height: 80px;
}

.school-name {
    margin-left: 15px;
    margin-top: 38px;
    width: 60%;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #6d6d6d;
    letter-spacing: 1px;
}

.login-input {
    position: relative;
    border: 1px #004580 solid;
    height: 43px;
    margin-bottom: 20px;
    clear: both;
}

#btn_Login {
    margin-top: 10px;
}

.help-block {
    color: red;
    letter-spacing: 1px;
}

.login-input-2 {
    position: relative;
    border: 1px #004580 solid;
    height: 43px;
    float: left;
    clear: both;
    width: 100%;
}

.loginbtn {
    background-color: #009972;
    width: 50px !important;
    max-width: 109px;
    margin: auto;
    border-radius: 4px;
    color: #FFF;
    height: 34px !important;
    line-height: 37px;
    letter-spacing: 1px;
}

.login-lbl {
    position: absolute;
    left: 8px;
    top: -12px;
    color: #004580;
    background-color: #FFF;
    margin-left: 5px;
    padding: 1px 4px;
    font-size: 13px;
}

.smal-color {
    color: #000;
    font-size: 12px;
}

.float-width.account-heading, .hello-user {
    color: #004580;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}



.hello-user {
    color: #FFF;
    margin-top: 20px;
}

.float-width.right-sidebox-1 {
    margin-bottom: auto;
}

.right-sidebox-2 {
    padding: 19px;
    text-align: center;
}

.float-width.text-center.title-1 {
    font-size: 15px;
    letter-spacing: 1px;
}

.right-side {
    height: 100vh;
}

.right-sideinner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100vh;
}

.right-side, .right-side a {
    color: #FFF;
}

.account-heading {
    margin-top: 51px;
}

.time-size {
    font-size: 16px;
    padding: 15px;
}

.student-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    background: rgba(165, 165, 165, 0.6);
    letter-spacing: 1px;
    background: rgba(204, 203, 203, 0.6);
}

.logo-c {
    background: rgba(255, 255, 255, 0.5);
    padding-right: 15px;
}

.footer-applink, .footer-applink a {
    color: #474747;
    font-size: 14px;
    margin-top: 24px;
}

.right-side {
    background: url(../../../../images/loginbg-green.png) left top;
    padding-left: 0;
}

.footer-linkbar {
    margin: 0px 10px;
}

.login-left-wrper {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 450px;
}

.float-width.footer-customercare {
    font-size: 15px;
    margin-top: 20px;
}

.footer-rights {
    font-size: 13px;
}

    .footer-rights, .footer-rights a {
        color: #FFF;
        margin-top: 10px;
    }

/*.play-app-1 {
            margin-top: 29px;
            width: 120px;
        }*/

/*.play-app-2 {
            margin-top: 29px;
            width: 140px;
        }*/

.login-main-wraper {
    overflow-x: hidden;
}

.logo-main-w {
    width: 100%;
    text-align: center;
}

.password-toggle {
    top: 11px;
    position: absolute;
    right: 15px;
}

.forgot-radiobutton {
    margin-bottom: 30px;
}

#lblSchoolName {
    font-size: 32px;
    display: block;
    font-weight: 800;
}

#lblSchoolAddress {
    font-size: 14px;
    display: block;
    margin-top: 12px;
    font-style: oblique;
    letter-spacing: 1px;
}

@media(max-width:992px) {
    .right-side {
        margin-top: 20px;
    }

    .float-width.account-heading, .hello-user {
        font-size: 14px;
        margin-bottom: 45px;
    }

    .login-left-wrper {
        position: relative;
        top: 0%;
        transform: translateY(0%);
    }


    .school-name {
        font-size: 12px;
        font-weight: normal;
        width: 100%;
        margin-top: 5px;
    }

    .school-logo {
        width: auto;
        max-height: 90px;
        margin-top: 5px;
    }

    .float-width.account-heading {
        font-size: 14px;
        margin-top: 24px;
        text-align: left;
        padding-left: 4px;
        margin-bottom: 30px;
    }

    .login-input-2 {
        margin-bottom: 11px;
    }

    .login-input {
        clear: both;
        margin-bottom: 33px;
    }

    .play-app-1 {
        width: 100px;
    }

    .play-app-2 {
        width: 120px;
    }

    .student-footer {
        position: relative;
    }

    .logo-main-w {
        width: 100%;
        text-align: center;
    }

    .right-sidebox-2 {
        margin-top: 0px;
    }

    .right-side {
        height: 86vh;
    }
}

.googel-btn:hover {
    background-color: #2a3ea1;
    color: #FFF !important;
}

.googel-btn {
    cursor: pointer;
    width: 100%;
    max-width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    text-decoration: none !important;
    border-radius: 0px;
    padding: 0px 15px 0px 0px;
    margin: auto;
    margin-top: 5px;
    letter-spacing: 1px;
    border: 1px #645d54 solid;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
}

    .googel-btn img {
        margin-right: 8px;
        width: 16px;
        margin-top: 2px;
    }

.ortext {
    border-top: 1px #a9a9a9 solid;
    margin-top: 36px;
    text-align: center;
    position: relative;
    height: 22px;
}

    .ortext span {
        display: inline-block;
        background: #FFF;
        padding: 13px 6px;
        position: absolute;
        left: 0px;
        right: 0px;
        width: 110px;
        margin: auto;
        text-align: center;
        top: -25px;
        font-weight: 700;
        font-size: 12px;
    }

.login-text {
    color: #4386f7;
    font-size: 15px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .login-main-wraper {
        overflow-x: unset;
        display: unset;
    }

    .login-left-wrper {
        position: unset
    }

    .float-width {
        float: unset;
    }

    .StudentLoginBox2 {
        width: auto;
    }

    .right-side {
        padding-left: 15px;
    }

    #linkgoogleplay {
        margin-bottom: 15px;
    }

    .StudentLoginBox {
        width: auto;
    }

    .play-app-1 {
        width: 100px;
        margin-bottom: 15px;
    }

    .right-side {
        height: auto;
    }
}

/*///////////*/
#errorMsgDIV .modal-body i {
    width: 63px;
    display: block;
    margin: auto;
    margin-bottom: 11px;
}

#errorMsgDIV i {
    background: #e30a0a1f;
    padding: 14px;
    border-radius: 50%;
    font-size: 35px;
    color: #e30a0a;
    margin-right: 15px;
}

.custom-modal {
    overflow-y: auto;
}

.custom-modal {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}

.modal-header .close {
    position: absolute;
    top: 9px;
    right: 8px;
    color: #000;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    /*color: #000;*/
    text-shadow: 0 1px 0 #fff;
    /*opacity: .5;*/
}

#errorMsgDIV .modal-content {
    border-radius: 25px;
}

#errorMsgDIV .modal-body span {
    font-size: 15px;
}

#errorMsgDIV .modal-body .close {
    position: absolute;
    right: 12px;
    top: 7px;
    z-index: 1;
}

#successMsgDIV .modal-body span {
    font-size: 15px;
}

#successMsgDIV .modal-body img {
    width: 70px;
    display: block;
    margin: auto;
    margin-bottom: 11px;
}

#successMsgDIV .modal-body {
    text-align: center;
    padding: 20px 50px;
}

    #successMsgDIV .modal-body span {
        font-size: 15px;
    }

    #successMsgDIV .modal-body .close {
        position: absolute;
        right: 12px;
        top: 7px;
        z-index: 1;
    }


#clientname {
    font-size: 30px;
    font-weight: 700;
    font-family: Sora;
}

.twowayauth h4 {
    font-size: 22px;
    font-family: Sora;
}

.otpsendmsg p {
    font-size: 13px;
    color: #434343;
    font-weight: 400;
    font-family: 'Sora';
}

#mobileLastDigit, .email_id {
    font-weight: bold;
}

#mobileLastDigit, .errormessage {
    color: red;
}

.formgroupcustom input {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 15px;
    z-index: 1;
}

    .formgroupcustom input:focus {
        border: 1px solid #a09f9f !important;
        box-shadow: 1px 1px 8px 0px #0c9bff66;
        transition: 0.5s;
        background: #efefef !important;
        font-size: 15px !important;
    }

.reset a, #btnProceed {
    background: #fff !important;
    color: #005bab;
    font-size: 15px;
    font-family: 'Sora';
    border: 1px solid #005bab;
    border-radius: 10px;
}


