/** GLOBAL CLASSES **/

body {
    font-family: 'Montserrat', sans-serif;
    color: #424242;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}
/** Login 43 start **/
.portal-login{
    background: url(/images/2023/login-background.jpg) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.portal-login .container{
    max-width: 1000px;
    margin: 0 auto;
}

.portal-login a {
    text-decoration: none;
}

.portal-login .login-inner-form {
    color: #cccccc;
    position: relative;
}

.portal-login .form-check-input:checked {
    display: none;
}

.portal-login .bg-color-8 {
    justify-content: center;
    align-items: center;
    padding: 50px;
    background: #fff;
}

.portal-login .form-box{
    width: 100%;
    text-align: center;
}

.portal-login .login-inner-form .form-group {
    margin-bottom: 25px;
}

.portal-login .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

    .portal-login .login-inner-form .form-control {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        outline: none;
        color: #424242;
        border-radius: 3px;
        border: 1px solid transparent;
        background: #eceaea;
        padding: 14.5px 45px 14.5px 20px;
    }

.portal-login .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.portal-login .login-inner-form .form-box i {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 20px;
    color: #424242;
}

.portal-login .login-inner-form label{
    font-size: 14px;
    margin-bottom: 5px;
}

.portal-login .login-inner-form .forgot{
    margin: 0;
    line-height: 45px;
    color: #424242;
    font-size: 15px;
    float: right;
}

.portal-login .bg-img {
    background: url(/images/2023/login-left-img.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    position: relative;
    display: flex;
}

.portal-login .login-box {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 0 30px 30px 0;
}

.portal-login .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    color: #fff;
    background: #6366e8;
}

.portal-login .login-inner-form .btn-md {
    cursor: pointer;
    height: 55px;
    color: #fff;
    padding: 13px 50px 12px 50px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
==
}

.portal-login .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 10px;
}

.portal-login .login-inner-form p{
    margin: 0;
    color: #424242;
}

.portal-login .login-inner-form p a{
    color: #424242;
}

.portal-login .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.portal-login .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

    .portal-login .login-inner-form .btn-theme {
        font-family: 'Montserrat', sans-serif;
        background: #df6600;
        border: none;
        color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

.portal-login .login-inner-form .btn-theme:hover {
    background: #5356d4;
}

.portal-login .logo{
    height: 30px;
    top: 25px;
    left: 25px;
    position: absolute;
}

.portal-login .logo img{
    height: 40px;
}

.portal-login .logo-2{
    margin-bottom: 15px;
    display: none;
}

.portal-login .logo-2 img{
    height: 30px;
}

.portal-login .nav-pills li{
    display: inline-block;
}

    .portal-login .login-inner-form .checkbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .portal-login .login-inner-form .form-check {
        padding-left:0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
       
    }

.portal-login .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.portal-login .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.portal-login .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: none;
    border-radius: 3px;
    background: #eceaea;
}

    .portal-login .login-inner-form .form-check-label {
        margin-bottom: 0;
        font-size: 14px;
        color: #424242;
        cursor: pointer
    }

.portal-login .form-section input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #e6e6e6;
    line-height: 17px;
    font-size: 14px;
    content: "\2713";
}

.portal-login .btn-section{
    float: right;
    display: inline-block;
}

.portal-login .btn-section {
    top: 30px;
    position: absolute;
    right: 25px;
    margin-bottom: 0;
}

.portal-login .btn-section .link-btn {
    font-size: 14px;
    text-align: center;
    color: #000;
    padding: 10px 18px;
    text-decoration: none;
    text-decoration: blink;
    border-radius: 3px;
    background: #fff;
}

    .portal-login .btn-section .link-btn:hover {
        background: #df6600;
        color: #fff;
    }

    .portal-login .btn-section .link-btn.active {
        background: #df6600;
        color: #fff;
    }


.portal-login .login-inner-form .checkbox a {
    font-size: 14px;
    color: #424242;
    float: right;
    margin-left: 3px;
}


.portal-login .form-section{
    text-align: center;
}

.portal-login .form-section h3{
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #121212;
}

.portal-login .form-section .text {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #424242;
}

.portal-login .form-section .text a{
    color: #df6600;
}

.portal-login .social-list{
    bottom: 30px;
    position: absolute;
    left: 25px;
    list-style: none;
}

.portal-login .social-list a{
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 15px;
    position: relative;
    margin: 0 8px;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.portal-login .social-list a i,
.portal-login .social-list a span{
    position: relative;
    top: 2px;
    left: 1px;
}

.portal-login .social-list a:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portal-login .social-list a:hover{
    color: #fff;
}

.portal-login .social-list a:hover:before{
    background: #6366e8;
    border: 1px solid #6366e8;
}
    .portal-login .error-message {
        display: block;
        background-color: #fff5f5;
        margin: 1rem;
        border-radius: 10px;
        color: red;
    }

.foot {
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 100%;
    color: #fff;
    z-index: 1000;
    font-size: 14px;
    text-align: center;
}
/** MEDIA **/
@media (max-width: 992px) {
    .portal-login .none-992{
        display: none;
    }

    .portal-login .form-section h3{
        font-size: 23px;
    }

    .portal-login .logo-2{
        display: block;
    }

    .portal-login .text {
        display: block;
    }

    .portal-login .bg-color-8{
        padding: 60px;
    }

    .portal-login .login-box {
        max-width: 550px;
        margin: 0 auto;
    }
}

/** MEDIA **/
@media (max-width: 768px) {
    .portal-login .bg-color-8{
        padding: 50px 30px;
    }
}
/** Login 43 end **/