﻿
/*  login page   */
.login-body {
    height: 100vh;
    width: 100%;
    /*background-image: url(../Images/SP_BG.png);*/
    background-position-x: right;
    background-size: cover;
    position: relative;
}

    .login-body::after {
        content: "";
        position: absolute;
        background: rgba(32, 155, 96, 0.6);
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: -2;
    }

.login-header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 35px;
}

.login-logo {
    text-align: center;
}
.login-logo img{
    width: 120px;
}

.login-content {
    position: fixed;
    height: 100vh;
    width: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding: 10px 20px;
    background: #fff;
    border-radius: 0 30px 30px 0;
}

.welcome-label {
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #2b2b2b;
    font-family: 'Concert One', cursive;
}

.login-time {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 300;
}

.login-box {
    float: left;
    width: 100%;
}

.main-message-alert {
    /*float: left;*/
    width: 100%;
    padding: 0px 0px 10px 0px;
    text-align: center;
}

.success-message-alert {
    width: 100%;
    color: #04ac00;
    font-size: 14px;
    font-weight: 600;
    cursor: default;
}

    .success-message-alert span {
        font-size: 25px;
        display: block;
    }

.error-message-alert {
    width: 100%;
    color: #ff0000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: default;
}

    .error-message-alert span {
        font-size: 25px;
        display: block;
    }

.login-box-controlls {
    float: left;
    width: 100%;
    overflow:hidden;
    transform: scale3d(1, 1, 1);
    transition:all 0.4s ease;
}
.login-box-controlls.change-mode{
    transform: scale3d(-0.4, 0, -0.2);
}
ul.login-tabs {
    padding: 10px 0 15px 0;
    margin: 0;
    border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
}

    ul.login-tabs li {
        list-style-type: none;
        display: inline-block;
        font-size: 17px;
        margin-right: 15px;
        font-weight: 600;
        cursor: pointer;
        position: relative;
    }
    ul.login-tabs li.active{
        pointer-events:none;
    }
        ul.login-tabs li.active::after {
            position: absolute;
            content: "";
            background: #209b60;
            width: 100%;
            height: 2px;
            bottom: -17px;
            left: 0;
        }

.login-field {
    /*float: left;
    width: 40%;*/
    position: relative;
    /*border: 2px solid #DDD;*/
}

.left-border-0 {
    border-left: 0;
}

.right-border-0 {
    /*border-right: 0;*/
}

/*.divider::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 4px;
    width: 2px;
    background: #DDD;
    height: 90%;
}*/


.login-field > i {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 5;
    font-size: 15px;
    color: #000;
}

.login-field input {
    width: 100%;
    padding: 5px 8px 5px 30px;
    border: 0px;
    font-size: 18px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    outline: none !important;
}

.login-button {
    float: right;
}

    .login-button button {
        float: left;
        width: 100%;
        border: 0px;
        background: linear-gradient(to bottom, #2B6143 0%, #209b60 100%);
        padding: 5px 25px;
        color: #FFF;
        font-family: 'Concert One', cursive;
        font-size: 16px;
        color: #FFF;
        text-shadow: 0 0 3px #000;
        transform: skew(-15deg);
        border-radius: 13px 7px 13px 7px;
        outline: none !important;
    }

        .login-button button span {
            transform: skew(15deg);
            float: left;
        }

.login-links {
    float: left;
    width: 100%;
    padding: 10px 0 15px 0;
    font-size: 14px;
    color: #282828;
}

    .login-links span a {
        color: #000;
    }

.password-show{
    position: relative;
}
.password-show input{
    padding-right: 30px !important;
}
.pwd-show{
    position: absolute;
    right: 5px;
    top: 6px;
    content: "";
    width: 25px;
    height: 25px;
     text-align: center; 
    padding: 1px 0;
    color: #000;
    font-size: 15px;
}
.login-content .pwd-show{
    top: 8px;
}

/*----------forgot Password pop up start here ------------*/

.gp-model-lg .gp-model-content.m {
    width: 500px;
    left: calc(50% - 250px);
}

.gp-model-content.m .form-popup {
    border-radius: 15px;
    padding: 0px 0px 0px 0px;
}

.student-portal-forgot-section {
    width: 100%;
    overflow: hidden;
    min-height: 169px;
    position: relative;
}

    .student-portal-forgot-section ul {
        width: 300%;
        padding: 0;
        margin: 0;
        position: absolute;
        transition: all 0.6s ease;
    }

        .student-portal-forgot-section ul.tab-1 {
            left: 0;
        }

        .student-portal-forgot-section ul.tab-2 {
            left: -100%;
        }

        .student-portal-forgot-section ul.tab-3 {
            left: -200%;
        }

        .student-portal-forgot-section ul li {
            float: left;
            width: 33.3336%;
            list-style-type: none;
            display: inline-block;
        }

.student-forgot-section {
    width: 400px;
    margin: 0 auto;
    background: #fff;
}

.student-forgot-section-header {
    background: linear-gradient(to bottom, #2B6143 0%, #209b60 100%);
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 14px 14px 0px 0px;
}

    .student-forgot-section-header h3 {
        font-size: 20px;
        margin: 0;
    }

.student-forgot-section-body {
    padding: 25px 10px 0px 10px;
}

.student-forgot-section-footer {
    padding: 4px 10px;
    text-align: center;
}

.student-forgot-section .student-forgot-section-footer button {
    color: #fff;
    background: #2B6143;
    border: 1px solid #2B6143;
    transition: all 0.5s ease;
    cursor: pointer;
    font-weight: 600;
}

    .student-forgot-section .student-forgot-section-footer button:hover {
        box-shadow: none;
        background: #fff;
        color: #2B6143;
    }

.student-forgot-section .student-forgot-section-body .form-group .text-error {
    color: #ff0000;
    text-align: center;
}
/*.student-forgot-section .student-forgot-section-body .form-group.otp label{
  
    width: 100%;
}*/
.student-forgot-section .student-forgot-section-body .form-group.otp .otp-left {
    float: left;
    width: calc(100% - 80px);
}

.student-forgot-section .student-forgot-section-body .form-group.otp .otp-right {
    float: left;
    padding: 2px 0 0px 0;
    width: 80px;
    text-align: center;
    color: #1a3561;
}

.form-popup-body {
    box-shadow: 0 0 5px #fff;
    border-radius: 15px;
}

.student-forgot-section .student-forgot-section-body .form-group.otp {
    width: 273px;
    margin: 0 auto 30px auto;
}





.student-portal-forgot-section {
    width: 100%;
    overflow: hidden;
    /*min-height: 169px;*/
    /*min-height: 315px;*/
    min-height: 190px;
    position: relative;
}

.time-cal-otp {
    font-weight: 600;
    font-size: 18px;
}





/*----------forgot Password pop up End here ------------*/


.login-form-footer {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    left: 0;
}


.login-footer {
    position: fixed;
    padding: 20px 50px;
    bottom: 0;
    right: 0;
    line-height: 40px;
}

.login-footer-left {
    color: #555;
    font-weight: 600;
    font-size: 14px;
    cursor: default;
}

    .login-footer-left a {
        color: #209b60;
        text-decoration: underline;
    }
    .login-footer-left a:hover{
        text-decoration: none;
    }

.login-footer-right {
    float: right;
    text-align: right;
}

.admin-section {
    float: right;
    padding: 0px 10px;
}

    .admin-section a {
        color: #F15C5E;
        font-weight: 700;
        font-size: 15px;
        text-transform: uppercase;
    }

.login-footer-right a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    margin-left: 10px;
    color: #FFF;
}

    .login-footer-right a.facebook {
        background-color: #4668af;
    }

    .login-footer-right a.twitter {
        background-color: #00acee;
    }

    .login-footer-right a.pinterest {
        background-color: #c8232c;
    }

.lite-gray {
    color: #ccc;
}

.latest-posts-list .sppb-addon-content sppb-row .sppb-col-sm-12:first-child {
    display: none !important;
}



.login-main-content {
    padding: 20px;
    width: calc(100% - 350px);
    float: right;
    height: 100vh;
    position: relative;
    /*background:rgba(21, 52, 105, 0.7);*/
}

.login-main-title {
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    color: #fff;
    cursor: default;
}

    .login-main-title h1 {
        font-size: 30px;
    }

.login-inner-section {
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    bottom: 0;
    height: calc(100vh - 33%);
    background: #000;
    margin: 0 auto;
    border: 3px solid #fff;
    padding: 30px;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
}

    .login-inner-section img {
        width: 100%;
    }


/*----------------- Swiper Slider ---------------------*/


.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    transition: all 0.2s ease;
}

  

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-slide-active {
    width: 100% !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
    color: #fff !important;
}
.swiper-pagination-bullet{
    background: #000 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #116644 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 35px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 35px !important;
}

.mobile-login-logo{
    display:none;
    padding: 15px 10px;
}
.mobile-login-logo img{
    max-width: 120px;
    border:1px solid #ccc;
}
.mobile-login-form-footer{
    display: none;
    width: 100%;
    text-align:center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    cursor: default;
}

/*Custom popup-1 Start*/
.custom-popup-1{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 3px #000;
}
.custom-popup-1-header{
    width: 100%;
    color: #2b6143;
    position: relative;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.custom-popup-1-header-close{
    position: absolute;
    right: 2px;
    top: 2px;
    color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: none;
    border: none;
    outline: none !important;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.custom-popup-1-header-close:hover{
    color: #ff0000;
    transform: rotate(180deg);
}
.custom-popup-1-body{
    padding: 10px 15px;
}
.custom-otp-box{
    width: 100%;
    overflow: hidden;
    min-height: 210px;
    position: relative;
}
.custom-otp-box .form-group{
    margin-bottom: 20px;
}
.custom-otp-box .form-group label{
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: 600;
}
.custom-otp-box .form-control{
    color: #000;
    height: 30px;
}
.custom-otp-box .pwd-show{
    top: 3px;
    color: #7c7b7b;
}
.custom-otp-box .form-control:focus{
    border-color: #898989 !important;
}
.custom-otp-box .text-error{
    font-size: 12px;
    line-height: 14px;
}

.custom-otp-box ul {
    width: 300%;
    padding: 0;
    margin: 0;
    position: absolute;
    transition: all 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-otp-box ul.tab-1 {
    left: 0;
}

.custom-otp-box ul.tab-2 {
    left: -100%;
}

.custom-otp-box ul.tab-3 {
    left: -200%;
}

.custom-otp-box ul li {
    float: left;
    width: 33.3336%;
    list-style-type: none;
    display: inline-block;
    padding: 0 50px;
}
.otp-timer-block{
    width: 100%;
    position: relative;
}
.otp-timer-block .otp-time{
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #ed9900;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
}
.custom-otp-btn-box{
    width: 100%;
    text-align: center;
}
.custom-otp-btn {
    font-size: 16px;
    border: 1px solid var(--primary-color);
    padding: 2px 20px;
    border-radius: 4px;
    outline: none !important;
    color: var(--secondary-color);
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.custom-otp-btn.active{
    color: #fff;
    background: var(--secondary-color);
    border: 1px solid var(--primary-color);
}
.btn-orange{
    background: #db8d00 !important;
    border-color: #b77600 !important;
}
.btn-orange:hover{
    color: #db8d00 !important;
    background: #fff !important;
    border-color: #b77600 !important;
}
.btn-red{
    background: #d34a4a !important;
    border-color: #9d3737 !important;
}
.btn-red:hover{
    color: #d34a4a !important;
    background: #fff !important;
    border-color: #9d3737 !important;
}

.custom-otp-btn:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    /*box-shadow: 0 0 10px #1a3561;*/
}

/*------------------------ Responsive Start Here --------------------------*/

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {
    .login-content{
        width: 300px;
    }
    .login-inner-section{
        width: 90%;
    }
    .login-main-title h1{
        font-size: 26px;
    }
    .login-main-content{
        width: calc(100% - 300px);
    }
}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {
.login-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 90%);
}
.mobile-login-logo{
    display:block;
}
.login-header{
    display: none;
}
.login-main-content{
    display: none;
}
.login-content{
    width: 70%;
    height: 300px;
    border-radius: 10px;
}
.login-footer-left{
    display: none;
}
.mobile-login-form-footer{
    display: block;
    color: #fff;
}
.mobile-login-form-footer a{
    color: #48ec9e;
}
.login-box{
    position: relative;
}
.main-message-alert{
    position: absolute;
    top: -90px;
    left:0;
    right: 0;
    margin: 0 auto;

}

ul.login-tabs{
    padding: 5px 0 10px 0;
    margin-bottom: 20px;
}
ul.login-tabs li.active::after{
    bottom: -12px;
}








}

@media only screen and (max-width: 576px) {
.mobile-login-logo img{
    max-width: 150px;
}
    .login-content{
        width: 90%;
    }
}

@media only screen and (max-width: 320px) {}






/*  Red and Yellow */

.login-button button {
    background: linear-gradient(to bottom, #da2128 0%, #da2128 100%);
}
ul.login-tabs li.active::after {
    background: #f1ce00;
}
.login-footer-left a {
    color: #da2128;
}
.login-footer-left a:hover {
    color: #f1ce00;
}
.login-body::after {
    background: rgba(241, 206, 0, 0.4);
}


