body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}
.form-control:focus {
    box-shadow: none;
}

/** 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 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 .form-group {
    margin-bottom: 25px;
    position:relative;
}
.student-login .form-section .form-control {
    padding: 11px 35px 9px;
    font-size: 16px;
    outline: none;
    height: 55px;
    color: #000;
    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%;
    height:55px;
}
.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: 55px!important;
}
.student-login .btn{
    box-shadow: none!important;
}
.student-login .custom-home {
    position: absolute;
    top: 20px;
    z-index: 1;
    color: #fff !important;
    right: 20px;
    background:#FF9800;
}
.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: 55px;
    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;
}
@media (max-width:769px) and (min-width:300px) {
    .student-login .logo.cust-logo img {
        height: auto;
        width: 100%;
    }
    .student-login {
        background:#033d75;
    }
    .student-login .form-section .form-control {
        width:100%!important;max-width:100%;
    }
}