

html {
    width: 100%;
    height: 100%;
}

.login-body {
    font-family: Calibri;
}




.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.logoBx {
    display: flex;
}

.Login-Left {
    background: #F5FBF2;
    width: 50%;
    padding-top: 30px;
}

.welcomeHd1 {
    font-size: 16px;
    margin-top: 20px;
}

.welcomeHd2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 20px;
}

.DownloadNow {
    font-size: 16px;
}

    .DownloadNow a {
        text-decoration: none;
    }

.mobilebox {
    background: url('/assets/Images/Mobile.png') top center no-repeat;
    min-height: 424px;
    width: 100%;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.mobileimg {
    margin-top: 38px;
    width: 179px;
    height: 354px;
}

.GreenBx {
    background: url('/assets/Images/GreenBg.png') top center no-repeat;
    padding-top: 135px;
    margin-top: -123px;
    position: relative;
    z-index: 0;
}

.eCareCon {
    border-bottom: 1px solid #fff;
    width: 332px;
    display: inline-block;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.eCareNo {
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: inline-block;
    width: 332px;
}

.ecaricon {
    display: inline-block;
}

.eacareNo {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    border-left: 1px solid #fff;
    margin: 0 0 0 7px;
    padding-left: 12px;
    line-height: 22px;
}

.eacareNo_hd {
    font-size: 16px;
    margin-bottom: 10px;
}

.eacareNo_No {
    font-size: 24px;
    font-weight: 700;
}

.time1 {
    font-size: 16px;
    color: #fff;
}

    .time1 span.fleft {
        line-height: 21px;
        padding-right: 33px;
        float: none;
    }

    .time1 span.fright {
        padding-left: 10px;
    }

.Copyright {
    font-size: 16px;
    color: #B9D7B1;
}

.Login-Right {
    padding: 33px 121px 0 124px;
    background: url('/assets/Images/loginBackground.jpg');
    background-size: cover;
    width: 50%;
}

.logo_name {
    max-width: 224px;
    display: inline-block;
    margin-bottom: 20px;
}

.loginLable {
    color: #1E1D0E;
    font-size: 16px;
    line-height: 24px; /* 133.333% */
    margin-bottom: 8px;
}

.login-danger {
    color: red;
}

.form-control {
    margin-bottom: 24px;
    height: 54px;
}

.profile-views {
    position: absolute;
    right: 28px;
    top: 60px;
    transform: translateY(-50%);
}

.login_bx {
    text-align: center;
    margin-top: 29px;
    margin-bottom: 10px;
}

.login {
    width: 100%;
    height: 56px;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    border: none;
    color: #fff;
    text-align: center;
    background: #63BF53;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 5px;
}

    .login:hover {
        background-image: linear-gradient(to right, #45a344, #50ad4a, #5bb84f, #66c255, #71cd5b);
    }

.ConParent {
    border-bottom: 1px solid #DFE5DB;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: inline-block;
    width: 332px;
    margin-top: 50px;
}

.contacticon {
    display: inline-block;
}

.ConParentNo {
    display: inline-block;
    color: #1E1D0E;
    vertical-align: middle;
    border-left: 1px solid #DFE5DB;
    margin: 0 0 0 7px;
    padding-left: 12px;
    line-height: 22px;
}

.ConParentNo_hd {
    font-size: 16px;
    margin-bottom: 10px;
}

.ConParent_No {
    font-size: 24px;
    font-weight: 700;
}

.contactLogin .time1 {
    font-size: 16px;
    color: #9FA297;
}

.forPass a {
    text-transform: uppercase;
    text-decoration: none;
    color: #63BF53;
    font-size: 16px;
}

.Social_Icon {
    height: 140px;
    position: absolute;
    top: 30px;
    margin: auto;
    width: 29px;
    left: 0;
}


    .Social_Icon a {
        display: inline-block;
        width: 29px;
        height: 26px;
        background-image: url('/assets/img/Socila-Media-Logo.png');
        background-repeat: no-repeat;
        margin: 0px 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-top: 10px;
        text-decoration: none;
    }

        .Social_Icon a:hover {
            background-image: url('/assets/img/Socila-Media-Logo_hover.png');
            text-decoration: none;
        }

        .Social_Icon a span {
            margin-left: 20px;
            font-weight: bold;
            color: #000;
            font-size: 16px;
            transition: all .3s ease-in;
            opacity: 0;
        }

        .Social_Icon a:hover span {
            margin-left: 34px;
            opacity: 1;
        }

        .Social_Icon a.instr {
            background-position: 3px -1px;
        }

        .Social_Icon a.twitter {
            background-position: 3px -37px;
        }

        .Social_Icon a.linkden {
            background-position: 3px -73px;
        }

        .Social_Icon a.youtube {
            background-position: 0px -109px;
        }




/*Index*/
.loginbox {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    max-width: 1029px;
    height: 622px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 539px;
    height: 347px;
}

    .loginbox .login-left {
        width: 539px;
        position: relative;
    }

.login_bx1 {
    text-align: center;
    margin-top: 20px;
}

.EnterSchoolCode {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-top: 25px;
    text-align: center;
    color: #606060;
    margin-bottom: 10px;
}

.inputCode {
    width: 210px;
    height: 38px !important;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
}

    .inputCode::placeholder {
        font-size: 11px;
    }

.login1 {
    width: 110px;
    height: 37px;
    outline: none;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 0.25rem;
    background-image: linear-gradient(to right, #d14c51, #db5359, #e55b60, #f06268, #fa6a70);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .login1:hover {
        background-image: linear-gradient(to right, #45a344, #50ad4a, #5bb84f, #66c255, #71cd5b);
    }

.login2 {
    width: 90px;
}

.powredby {
    text-align: center;
    margin-top: 50px;
}

.powredbyTxt {
    display: inline-block;
}

.powredbyimg {
    display: inline-block;
    border-left: 1px solid #d5d5d5;
    padding: 6px 0 6px 19px;
    margin-left: 19px;
}

.noteLogin {
    font-size: 11px;
    color: #5a5a5a;
    text-align: center;
    margin: 15px 0;
}

.copyrightLogin {
    background-image: linear-gradient(to right, #45a344, #50ad4a, #5bb84f, #66c255, #71cd5b);
    font-size: 10px;
    text-align: center;
    color: #fff;
    height: 48px;
    padding-top: 9px;
}


@media only screen and (max-width: 991px) {
    .loginbox {
        height: 361px;
    }

    .copyrightLogin {
        height: auto;
        padding-bottom: 9px;
    }

    .logoBx {
        display: block;
    }

    .Login-Left {
        width: 100%;
    }

    .Login-Right {
        padding: 41px 20px 0 20px;
    }
}
