@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/** GLOBAL CLASSES **/

body {
    font-family: 'Open Sans', sans-serif;
    color: #3c3c3c;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}


/** Login 40 start **/
.login-40 .form-info {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #e5e5e5;
}

.login-40 a {
    text-decoration: none;
}

.login-40 .form-check-input:checked {
    display: none;
}

.login-40 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", serif;
}

.login-40 .form-section {
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.login-40 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-40 .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login-40 .login-inner-form .form-control {
    font-size: 16px;
    outline: none;
    color: #111;
    border: 1px solid #fff;
    padding: 14.5px 45px 14.5px 20px;
    border-radius: 3px;
    background: #fff;
}

.login-40 .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.login-40 .login-inner-form .form-box i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 20px;
    color: #3c3c3c;
}

.login-40 .login-inner-form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.login-40 .login-inner-form .forgot {
    margin: 0;
    line-height: 45px;
    color: #3c3c3c;
    font-size: 15px;
    float: right;
}

.login-40 .bg-img {
    background: url(../img/img-40.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 100px;
}

.login-40 .bg-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 65%);
}

.login-40 .info{
    margin-right: auto;
    z-index: 999;
    text-align: left;
}

.login-40 .info h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.login-40 .info h1 span{
    font-weight: 300;
}

.login-40 .info p {
    margin-bottom: 0;
    color: #fff;
    opacity: 0.9;
    line-height: 35px;
    font-size: 20px !important;
}

.login-40 .login-inner-form .btn-md {
    cursor: pointer;
    height: 55px;
    color: #fff;
    padding: 15.5px 50px 14.5px 50px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 50px;
    text-transform: uppercase;
}

.login-40 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-40 .login-inner-form p {
    margin: 0;
    color: #3c3c3c;
}

.login-40 .login-inner-form p a {
    color: #3c3c3c;
}

.login-40 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-40 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-40 .login-inner-form .btn-theme {
    background: #0f96f9;
    border: none;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-40 .login-inner-form .btn-theme:hover {
    background: #108ae4;
}

.login-40 .logo img {
    height: 200px;
    margin-bottom: 15px;
}

.login-40 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 2px;
}

.login-40 .login-inner-form .form-check-input {
    display: none;
}

.login-40 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    margin-left: -25px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #fff;
}

.login-40 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #3c3c3c;
}

.login-40 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    color: #fff;
    background: #0f96f9;
    border: 1px solid #0f96f9;
}

.login-40 .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    content: "\2713";
}

.login-40 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-40 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #3c3c3c;
    float: right;
    margin-left: 3px;
}

.login-40 .form-section h3 {
    font-size: 23px;
    margin-bottom: 40px;
    color: #111111;
}

.login-40 .form-section p {
    margin: 25px 0 0;
    font-size: 16px;
    color: #3c3c3c;
}

.login-40 .form-section p a {
    color: #3c3c3c;
}

.login-40 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.login-40 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

    .login-40 .form-section .social-list li a {
        font-size: 13px;
        font-weight: 600;
        width: 120px;
        margin: 2px 0 3px 0;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        background: #fff;
    }

    .login-40 .form-section .social-list li button {
        font-size: 13px;
        font-weight: 600;
        width: 150px;
        height:40px;
        margin:15px 0 15px 0 !important;
        padding:0px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        background: #FFF;
        border:none
    }

        .login-40 .form-section .social-list li a i, .login-40 .form-section .social-list li button i {
            height: 40px;
            width: 40px;
            line-height: 40px;
            float: left;
            color: #fff;
        }

        .login-40 .form-section .social-list li a span, .login-40 .form-section .social-list li button span {
            margin-right: 7px;
            font-family: "Poppins", serif;
        }

.login-40 .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 20px 0 25px;
    text-align: center;
    position: relative;
}

.login-40 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.login-40 .form-section .extra-login > span {
    background: none;
    padding: 1px 20px;
    position: relative;
    font-size: 14px;
    color: #3c3c3c;
}

.login-40 .facebook-i {
    background: #4867aa;
    color: #fff;
}

.login-40 .twitter-i {
    background: #33CCFF;
    color: #fff;
}

.login-40 .google-i {
    background: #db4437;
    color: #fff;
}

.login-40 .facebook-color {
    color: #4867aa;
}

.login-40 .twitter-color {
    color: #33CCFF;
}

.login-40 .google-color {
    color: #db4437;
}

.login-40 .microsoft-i {
    background: #0078D7; /* Microsoft Orange */
    color: #fff;
}

.login-40 .microsoft-color {
    color: #0078D7; /* Microsoft Orange */
}

.login-40 .apple-i {
    background: #000; /* Black background for Apple */
    color: #fff; /* White text for contrast */
}

.login-40 .apple-color {
    color: #000; /* Black text color for Apple branding */
}

/** MEDIA **/
@media (max-width: 1200px) {
    .login-40 .info h1 {
        font-size: 45px;
    }
}

@media (max-width: 992px) {
    .login-40 .bg-img {
        display: none;
    }

    .login-40 .form-section .social-list li a {
        font-size: 12px;
        width: 110px;
    }

    .login-40 .form-info {
        padding: 30px 15px;
    }
}
/** Login 40 end **/


.environmentHeader {
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight:bold;
}

    .environmentHeader.d1 {
        background-color: #D0202E;
        color: white;
    }

    .environmentHeader.q1 {
        background-color: #5D89B4;
        color: white;
    }

.text-info {
    color: #5D89B4 !important
}