
/*body {
    font-family: 'Open Sans', sans-serif;
    color: #535353;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}*/

.form-control:focus {
    box-shadow: none;
}

.login-box .alert {
    padding: 10.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
}

.login-box .alert-dismissible .btn-close {
    padding: 13.5px 14px;
    background-size: 8px;
}

    .login-box .alert-dismissible .btn-close:focus,
    .login-box .alert-dismissible .btn-close:active {
        box-shadow: none;
    }

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover {
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs {
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error {
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}


/** Login 4 start **/
.login-4 {
    clear: both;
    background: #ff4141;
}

    .login-4 .form-section {
        min-height: 100vh;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: start;
        /*padding: 30px 0;*/
    }

    /*.login-4 .login-4-inner:before {
        content: "";
        width: 10%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 20%;
        -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 100%, 0% 100%, 0% 100%);
        background: #e83737;
        opacity: 0.8;
    }*/

    .login-4 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: 'Jost', sans-serif;
    }

    .login-4 .form-section a {
        text-decoration: none;
    }

    .login-4 .form-inner {
        max-width: 450px;
        width: 100%;
        margin: 0 30px;
        text-align: center;
    }

    .login-4 .login-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%
    }

    .login-4 .bg-img {
        background: #fff;
        background-size: cover;
        top: 0rem;
        bottom: 0;
        min-height: 100vh;
        text-align: right;
        z-index: 999;
        opacity: 1;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .login-4 .form-section .extra-login {
        float: left;
        width: 100%;
        margin: 25px 0 25px;
        text-align: center;
        position: relative;
    }

        .login-4 .form-section .extra-login::before {
            position: absolute;
            left: 0;
            top: 10px;
            width: 100%;
            height: 1px;
            background: #00000014;
            content: "";
        }

        .login-4 .form-section .extra-login > span {
            width: auto;
            float: none;
            display: inline-block;
            padding: 1px 20px;
            z-index: 1;
            position: relative;
            font-size: 15px;
            color: #fff;
            text-transform: capitalize;
            background: #ff4141;
        }

    .login-4 .form-section p {
        color: #fff;
        margin-bottom: 0;
        margin-right: -75px;
        font-size: 15px;
        font-weight: 500;
    }

    .login-4 .form-check-input:focus {
        border-color: #666;
        box-shadow: none;
    }

    .login-4 .form-check-input:checked {
        background-color: #666;
        border-color: #666 !important;
    }

    .login-4 .form-check {
        float: left;
        margin: 0;
        margin-left: 0 !important;
        padding-left: 25px;
        font-size: 16px;
        color: #535353;
    }

    .login-4 .form-section p a {
        font-weight: 500;
        color: #fff;
    }

    .login-4 .form-section ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .login-4 .form-section .social-list li {
        display: inline-block;
        margin-bottom: 5px;
    }

    .login-4 .login-box .alert {
        border-radius: 50px;
    }

    .login-4 .form-section .thembo {
        margin-left: 4px;
    }

    .login-4 .form-section h3 {
        margin: 0 0 30px;
        font-size: 25px;
        font-weight: 400;
        color: #fff;
    }

    .login-4 .form-section .form-group {
        margin-bottom: 25px;
    }

    .login-4 .form-section .form-box {
        float: left;
        width: 100%;
        text-align: left;
        position: relative;
    }

    .login-4 .form-section .form-control {
        padding: 11px 20px 9px;
        font-size: 16px;
        outline: none;
        height: 50px;
        color: #616161;
        border-radius: 0px;
        font-weight: 500;
        border: 1px solid transparent;
        background: #fff;
    }

    .login-4 .form-section .checkbox .terms {
        margin-left: 3px;
    }

    .login-4 .none-2 {
        display: none;
    }

    .login-4 .form-section .terms {
        margin-left: 3px;
    }

    .login-4 .form-section .checkbox {
        font-size: 14px;
    }

    .login-4 .form-section .form-check a {
        color: #fff;
        float: right;
    }

    .login-4 .form-section .form-check-input {
        position: absolute;
    }

    .login-4 .form-section .form-check-label {
        padding-left: 5px;
        margin-bottom: 0;
        font-size: 15px;
        color: #fff;
    }

    .login-4 .form-section .form-check-input {
        width: 20px;
        height: 20px;
        margin-top: 0px;
        vertical-align: top;
        background: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        border: none;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .login-4 .form-section .checkbox-theme input[type="checkbox"]:checked + label::before {
        background: #2c3ca9;
        border: 1px solid #2c3ca9 !important;
    }

    .login-4 .form-section a.forgot-password {
        font-size: 15px;
        color: #fff;
        float: right;
        line-height: 50px;
    }

    .login-4 .logo img {
        margin-bottom: 15px;
        height: 30px;
    }

    .login-4 .clip-home {
        clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 20% 100%);
        position: relative;
    }

    .login-4 .form-section .form-inner .validation-summary-errors > ul {
        margin-bottom: 0;
    }

    .login-4 .form-section ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .login-4 .form-section .social-list li {
        display: inline-block;
        margin-bottom: 5px;
    }

        .login-4 .form-section .social-list li a {
            font-size: 14px;
            font-weight: 400;
            width: 130px;
            margin: 2px 0 3px 0;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            background: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        }

            .login-4 .form-section .social-list li a i {
                height: 40px;
                width: 40px;
                line-height: 40px;
                float: left;
                color: #fff;
                font-size: 14px;
                border-radius: 20px;
            }

            .login-4 .form-section .social-list li a span {
                margin-right: 7px;
            }

    .login-4 .btn-theme {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        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;
        font-family: 'Jost', sans-serif;
        border-radius: 0px;
        float: left;
    }

        .login-4 .btn-theme:hover {
            color: #000;
        }

            .login-4 .btn-theme:hover:after {
                transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
                transition: transform 0.4s linear, transform 0.4s linear;
            }

        .login-4 .btn-theme:after {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #fff;
            content: "";
            border-radius: 7px;
            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;
        }

    .login-4 .login-box .form-group label.error {
        color: #fff;
    }

    .login-4 .btn-lg {
        padding: 0 50px;
        line-height: 50px;
    }

    .login-4 .btn {
        box-shadow: none !important;
    }

    .login-4 .btn-md {
        padding: 0 50px;
        line-height: 45px;
    }

    .login-4 .btn-primary {
        background: #444;
    }

    .login-4 .btn-success {
        background: #146c43;
    }

    .login-4 .btn-info {
        background: #31d2f2;
    }

    .login-4 .btn-danger {
        background: #b02a37;
    }

    .login-4 .btn-dark {
        background: #1a1e21;
    }

    .login-4 .btn-warning {
        background: #ffcd39;
    }

    .login-4 .btn-light {
        background: #f9fafb;
    }

    /** Social media **/
    .login-4 .facebook-color {
        color: #4867aa;
    }

    .login-4 .twitter-color {
        color: #33CCFF;
    }

    .login-4 .google-color {
        color: #db4437;
    }

    .login-4 .twitter-i {
        background: #33CCFF;
    }

    .login-4 .facebook-i {
        background: #4867aa;
    }

    .login-4 .google-i {
        background: #db4437;
    }



@media (max-width: 767px) {
    .form-inner .bottom-buttons {
        flex-direction: column;
    }

    .login-4 .form-section p {
        margin-right: 0;
    }

    .login-4 .form-section {
        padding: 10px 0;
        min-height: 70vh;
    }
}

@media (min-width: 768px) and (max-width:1365px) {
    .login-4 .form-section {
        padding: 10px 0;
        min-height: 55vh;
    }

    .login-4 .login-img {
        margin-top: -161%;
    }

    .login-4 .form-inner {
        margin: 0 15px;
        margin-top: 6%;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .login-4 .form-section {
        padding: 10px 0;
        min-height: 55vh;
    }

    .login-4 .login-img {
        margin-top: -115%;
    }

    .login-4 .form-inner {
        margin: 0 15px;
        margin-top: 0%;
    }
}

@media (min-width: 1366px) {
    .login-4 .login-img {
        margin-top: 0rem;
    }

    .login-4 .form-inner {
        margin: 1rem 15px 0;
        /*margin-top: 10%;*/
    }
}




@media (max-width: 992px) {
    .login-4 .clip-home {
        clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 0 100%);
        position: relative;
    }

    .login-4 .form-section {
        width: 100%;
    }

    .login-4 .bg-img {
        min-height: 100%;
        border-radius: 5px;
    }

    .none-992 {
        display: none !important;
    }

    .login-4-inner:before {
        display: none;
    }

    .login-4 .form-section {
        padding: 50px 0;
    }
}

@media (min-width: 1400px) {
    .login-4 .form-section {
        align-items: center;
    }
}

.form-inner .bottom-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/** Login 4 end **/
