@import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');
body{/*font-family: 'Poppins', sans-serif, arial, Verdana, Helvetica, sans-serif;*/font-family: "Mooli", serif; background-size: cover; text-align:left;}
.backlayer {
    height: 100%;
    width: 100%;
}
.backlayer .dark-header {
    background: #581f6b !important;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    box-shadow: 0px 5px 15px #0e365c80;
}
.backlayer .layerLeft {
    width: 100%;
    display: inline-block;
    background: linear-gradient(-45deg, #287b92, #0c3040, #287b92, #15425d);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding: 13px;
    position: relative;
    box-shadow: 0px 5px 15px #581f6b78;
}
.backlayer .logo {
    z-index: 1;
    width: 100%;
}
.backlayer .logo img {
    max-width: 578px;
    /*margin-top: 4px;*/
}
.error_page .login-page {
    background: transparent;
    border: 0px;
    margin: 4% auto 0 auto;
}
.error_404 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
}
.error_p {
    font-size: 14px;
    line-height: 20px;
    color: #979797;
}
.error_page .btn.btn-greensea, .lgt-frm .btn.btn-greensea {
    border-color: #FF9800;
}
.login-page .btn.btn-greensea, .admin-login-page .btn.btn-greensea {
    width: 100%;
}
.btn.btn-greensea {
    background-color: #FF9800;
    color: white;
    border-color: #FF9800;
    padding: 6px 40px;
    margin-right: 20px;
    border-radius: 50px;
    border: 2px #fff solid;
}
.btn.btn-greensea:hover {
    background-color: transparent;
    color: #FF9800;
    border-color: #FF9800;
}
.login-page {
    color: #fff;
    padding: 40px 30px;
    width: 360px;
    position: relative;
    background: rgba(0, 0, 0, 0.54);
    border: solid 5px rgba(255, 255, 255, 0.6);
}
.loginfooter-lgn {
    font-size: 0px;
    text-align: center;
    background: none 0% 0% repeat scroll rgb(220, 220, 220);
    padding: 8px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.white_content-new-1 {
    background: url(../../img/overlay.png) repeat scroll 0 0;
    float: left;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.popupboxouter {
    margin: 5% auto 0;
    width: 62%!important;
}
.popupbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 15px solid #008d8d;
    border-radius: 10px;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}
.close-1 {
    background: url(../../img/closebutton.png) no-repeat scroll 0 0;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 22px;
    position: absolute;
    right: 11px;
    top: 12px;
    width: 22px;
    z-index: 99;
}
/** student-login start **/
.student-login .form-section {
    min-height: 100vh;
    position: relative;
    text-align: center;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 20px 50px; 
}
.student-login .custom-form-inner {
    /*display: flex;*/
    padding: 50px 0; 
}
.student-login a {
    text-decoration: none;
    color: #535353;
}
.student-login .form-inner {
    max-width: 435px;
    width: 100%;
}
.student-login .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    position: absolute;
    border-radius: 2px;
    border: none;
    background-color: #fff;
    margin-left: -22px;
}
.student-login .form-check-input:focus {
    border-color: snow;
    outline: 0;
    box-shadow: none;
}
.student-login .form-check-input:checked {
    background-color: #f5c025!important;
    border: 1px solid #f5c025!important;
}
.student-login .form-section h3 {
    margin: 25px 0 25px;
    font-size: 22px; color:#fff;
}
.student-login .form-section h4 {
    margin: 18px 0 18px;
    font-size: 18px; color:#fff;
}
.student-login .form-section .form-group {
    margin-bottom: 25px;
    position:relative;
}
.student-login .form-section .form-control {
    padding: 11px 35px 9px;
    font-size: 16px;
    outline: none;
    height: 50px;
    color: #FFF;
    border-radius: 50px;
    font-weight: 500;
    border-bottom: 1px solid #0000002b;
    background: #ffffff4a;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
}
#R_txtLogin::placeholder, #R_txtPass::placeholder {
    color:#fff;
}
.student-login .form-section .form-check {
    margin-bottom: 0;
    float: left;
    padding: 0;
    margin-left: 24px;
}
.student-login .form-section .form-check-label {
    padding-left: 5px;
    font-size: 16px;
    color: #FFF;
}
.student-login .form-section a.forgot-password {
    font-size: 16px; color:#fff !important;
    /*float: right;*/
}
.student-login p.flexes {
    text-align: end;
}
.student-login .checkbox.form-group.clearfix {
    margin-bottom: 0px;
}
.student-login .form-section a.forgot-password:hover{
    color: #ffb108;
}
.student-login .logo {
    float: none;
}
.student-login .logo img {
    margin-bottom: -15px;
    height: 125px;
    float: none;
}
.student-login .btn-theme {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    border-radius: 50px!important;
    width: 100%;
}
.student-login .btn-theme:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 3px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}
.student-login .btn-theme:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}
.student-login .btn-lg{
    padding: 0 50px!important;
    line-height: 50px!important;
}
.student-login .btn{
    box-shadow: none!important;
}
.student-login .btn-primary{
    background: #FF9800!important;
    margin-top: 25px;
}
.student-login .btn-primary:hover {background: #ec8d00;border:0;}
.student-login .btn-primary:after {
    background: #ec8d00;
}
@media (max-width: 1200px){
    .student-login .name_wrap h1 {
        font-size: 40px;
    }
}

.student-login .home-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}
.student-login .form-group .custom-button-theme {margin-top:0px;}
.student-login .logo.cust-logo img {
    height: auto;
}
.student-login .cust-group-form a {color:#fff;}
.student-login .cust-group-form:hover a {text-decoration:underline;}
.student-login .form-group .custom-button {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #ff9800;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 50px;
    width: 100%;
    background: transparent;
    border: 1px solid #ff9800;
}
.student-login .form-group .custom-button:hover {
    color:#fff;
    background: #ff9800;
}
.student-login .form-section .form-group.cust-group-form {
    margin-bottom: 5px;
}
.popupbox .form-control {
    display: inline-block!important;
    width: 94%!important;
}
.student-login .form-section .form-control option {
    color: #000;
}
label.custom-label {
    color: #fff;
    font-size: 15px;
    float: left;
    margin-left: 20px;
    margin-bottom: 15px;
}
.ulformatlist {
    list-style-type: none;
    text-align: left;
    line-height: 25px;
}
.text-content {
    background: #00000069;
    padding: 0 15px;
    color:#fff;
}
.ovrflw .scroll-flw {
    height: 650px;
    overflow: auto;
}
.ovrflw .scroll-flw::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #edf3f5;
}
.ovrflw .scroll-flw::-webkit-scrollbar-thumb {
    background: #581f6b;
}
.student-login .btn-primary.custom-btn-border {background:transparent!important;border:1px solid #FFf;}
.student-login .btn-primary.custom-btn-border:hover {border:1px solid #FF9800;}
.ovrflow .scroll-flw {
    height: 370px;
    overflow: auto;
}
.ovrflow .scroll-flw::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #edf3f5;
}
.ovrflow .scroll-flw::-webkit-scrollbar-thumb {
    background: #666;
}
.ovrflow .scroll-flw p {line-height:normal; font-size:12px;}
/*.student-login .custom-homess {
    position: absolute;
    top: 20px;
    z-index: 1;
    color: #fff !important;
    right: 38%;
    background: #FF9800;
    margin-right:10px;
}*/
.student-login .custom-homes {
    position: absolute;
    top: 20px;
    z-index: 1;
    color: #fff !important;
    right: 20px;
    background: #FF9800;
}
.student-login .custom-home {
    position: absolute;
    top: 20px;
    z-index: 1;
    color: #fff !important;
    right: 24%;
    background: #FF9800;
}
.button-custom {
    display: inline-block;
    width: 100%;
}
.button-custom ul {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.button-custom ul li {
    display: inline-block;
}
.button-custom ul li a {
    color: #fff;
    background: #FF9800;
}
.custom-modal .modal-header {background:#581f6b;}
        .custom-modal .modal-title {color:#fff;}
        .custom-modal .modal-header .close {color:#fff;opacity: 1;}
        .custom-modal .main-login-table tr td {padding:4px;}
        .custom-modal .main-login-image img {border-radius:15px;margin-bottom:15px;}
.button-custom .custom-badge {position: absolute;top: 12px;margin-left: -17px;color:#fff;background:#ff0000;}
@media (max-width:769px) and (min-width:300px) {
    .student-login .logo.cust-logo img {
        height: 150px;
        width: 365px;
    }
    .student-login {
        background:#581f6b;
    }
    .student-login .form-section .form-control {
        width:100%!important;max-width:100%;
    }
    .student-login .form-section {
        padding: 20px;
    }
}