﻿/*Css for Login page*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap');

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: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close {
    padding: 18.5px 19px;
    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 7 start **/
.login-7 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.login-7 {
    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;
}

    .login-7 .form-section {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
        background: #fff;
        padding: 50px;
        border-radius: 30px;
        box-shadow: 0 0 35px rgb(0 0 0 / 10%);
        text-align: center;
        position: relative;
        z-index: 0;
    }

        .login-7 .form-section:before {
            content: "";
            width: 100%;
            height: 168px;
            position: absolute;
            top: 0;
            right: 0;
            background: url(../img/img-55.png) top left repeat;
            background-size: cover;
            z-index: -1;
            border-radius: 30px 30px 0 0;
        }

    .login-7 .form-box {
        width: 100%;
    }

    .login-7 .login-inner-form .form-group {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .login-7 .login-inner-form .form-box {
        width: 100%;
        position: relative;
    }

    .login-7 .login-inner-form .form-control {
        padding: 14.5px 0;
        font-size: 13px;
        outline: none;
        background: transparent !important;
        color: #535353;
        font-weight: 500;
        border: none;
        border-bottom: solid 2px #bdbdbd;
        border-radius: 0;
    }

    .login-7 .login-inner-form img {
        margin-bottom: 5px;
        height: 40px;
    }

    .login-7 .login-inner-form .form-box .form-control {
        width: calc(100% - 30px);
        padding: 11px 13px 11px 20px;
        vertical-align: middle;
    }

    .login-7 .login-inner-form .form-box i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -1px;
        font-size: 13px;
        color: #777575;
    }

    .login-7 .info {
        color: #fff;
        margin: 0 117px 0 auto;
        text-align: right;
        max-width: 700px;
    }

    .login-7 .bg-img {
        top: 0;
        bottom: 0;
        z-index: 999;
        min-height: 100vh;
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }

    .login-7 .login-inner-form .forgot {
        margin: 0;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        float: right;
    }

    .login-7 .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;
        width: 100%;
        font-family: 'Jost', sans-serif;
        border-radius: 3px;
    }

    .login-7 .login-inner-form p {
        margin: 0;
        color: #e7e7e7;
    }

        .login-7 .login-inner-form p a {
            color: #e7e7e7;
        }

.login-46 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-7 .logo {
    margin-bottom: 25px;
}

    .login-7 .logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 150px;
    }

.login-7 h3 {
    margin: 0 0 35px;
    font-size: 23px;
    color: #040404;
    font-weight: 400;
}

.login-7 .form-check-input:checked {
    background-color: #039ae0 !important;
    border-color: #039ae0 !important;
}

.login-7 .login-inner-form .terms {
    margin-left: 3px;
}

.login-7 .login-inner-form .checkbox {
    margin-bottom: 35px;
    font-size: 15px;
}

.login-7 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

    .login-7 .login-inner-form .form-check a {
        color: #535353;
        float: right;
    }

.login-7 .login-inner-form .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-7 .btn {
    box-shadow: none !important;
    margin-top: 20px;
}

.login-7 .btn-lg {
    padding: 0 50px;
    line-height: 50px;
}

.login-7 .btn-md {
    padding: 0 50px;
    line-height: 45px;
}

.login-7 .btn-primary {
    background: #fe9119;
}

    .login-7 .btn-primary:hover {
        background: #fec17f;
    }

.login-7 .form-section a {
    text-decoration: none;
}

.login-7 .form-section .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    position: absolute;
    border: 2px solid #bdbdbd;
    border-radius: 0;
    background-color: #fff;
    margin-left: -22px;
}

.login-7 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
}

.login-7 .form-section p {
    font-size: 13px;
    color: #535353;
    text-align: left;
    margin-bottom: 0;
}

    .login-7 .form-section p a {
        color: #535353;
    }

.login-7 .social-list {
    margin-bottom: 33px;
}

    .login-7 .social-list a {
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
        display: inline-block;
        color: rgb(255, 255, 255);
        margin: 0 2px 2px 0;
        border-radius: 50px;
    }

.login-7 .facebook-bg {
    background: #4867aa;
}

    .login-7 .facebook-bg:hover {
        background: #3b589e;
        color: #fff;
    }

.login-7 .twitter-bg {
    background: #33CCFF;
}

    .login-7 .twitter-bg:hover {
        background: #56d7fe;
    }

.login-7 .google-bg {
    background: #db4437;
}

    .login-7 .google-bg:hover {
        background: #dc4e41;
    }

.login-7 .linkedin-bg {
    background: #2392e0;
}

    .login-7 .linkedin-bg:hover {
        background: #1c82ca;
    }


/** MEDIA **/
@media (max-width: 992px) {
    .login-7 .form-section {
        padding: 50px 30px;
    }
}
/** Login 7 end **/

/*Set a Fixed Height for lblError*/
#lblError {
    display: block; /* Ensures it takes up space even when empty */
    min-height: 20px; /* Adjust based on the expected size of the error message */
    line-height: 20px; /* Aligns the text vertically */
}

/** AccountSuccess 7 start **/
.accountsuccess-7 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.accountsuccess-7 {
    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;
}

    .accountsuccess-7 .form-section {
        width: 100%;
        text-align: center;
    }

    .accountsuccess-7 .logo img {
        margin-bottom: 70px;
        height: 150px;
    }

    .accountsuccess-7 h3 {
        margin: 0 0 50px;
        font-size: 23px;
        color: #4F8A10;
        font-weight: 400;
        font-style: italic;
    }

        .accountsuccess-7 h3 .word-large {
            font-size: 40px; 
        }

        .accountsuccess-7 h3 .word-medium {
            font-size: 28px; 
        }

        .accountsuccess-7 h3 .word-small {
            font-size: 24px; 
        }

    .accountsuccess-7 .login-inner-form {
        margin-bottom: 50px;
        width: 100%;
    }

    .accountsuccess-7 .btn {
        box-shadow: none !important;
    }

    .accountsuccess-7 .btn-lg {
        margin-top: 50px;
        padding: 0 50px;
        line-height: 50px;
    }

    .accountsuccess-7 .btn-primary {
        background: #fe9119;
        border-color: #fe9119;
    }

        .accountsuccess-7 .btn-primary:hover {
            background: #fec17f;
            border-color: #fec17f;
        }

    .accountsuccess-7 .login-inner-form .btn-theme.focus, .btn-theme:focus {
        box-shadow: none;
        background: #fec17f;
        border-color: #fec17f;
    }

/** AccountSuccess 7 end **/
