



/*.login-right-wrapper input.btn.btn-block.login-btn {
    background: #03222a  !important;
    border-radius: 0px !important;
    height: 40px;transition: all .5s ease;
    margin: 67px 0px 0px;
}

                   .login-right-wrapper input.btn.btn-block.login-btn:hover {
  padding:0px; border-radius: 30px !important;transition: all .5s ease;

}*/

:root {
    --main-background: #f5f2ed;
    --main-text-color: #3a2821;
}

.member_loginbtn a {
    color: #fff;
}

.signupSlot {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-left-wrapper {
    position: relative;
}

.input-prepend label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

    .input-prepend label span {
        color: #e3a32f;
        padding-left: 3px;
    }

.btn-new .login_btnSlot {
    margin: 35px 0px 10px;
}

.form-item .form-item input {
    width: 100%;
    height: 45px;
    background: white;
    border: 0px;
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.control-group {
    margin-bottom: 16px;
}

.block-hint {
    font-size: 15px !important;
    color: #333 !important;
}

    .block-hint a {
        color: #333 !important;text-decoration:none;
    }

.login-box {
    background: #ffffff;
    box-shadow: none;
    width: 450px;
    border-radius: 5px;
    transform: translate(-50%, 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    margin: -168px auto;
}

section.login-section .login_bom {
    background: #f6f6f6;
    position: relative;
    padding: 12px;
    border-radius: 8px;
}
.login_bom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
    .login_bom .contact_img img {
        height: 100%;
        object-fit: cover;
    }
    .login_bom .login-box2 {
        padding: 0 10px 0 17px;
    }

    h3.login_header {
        text-align: center;
        padding: 0px;
        margin: 10px 0px 13px 0;
        font-size: 22px;
        font-weight: 500;
        color: #333;
        /* text-shadow: -1px -3px 0px rgb(0 0 0 / 20%); */
    }

.login-img-wrapper {
    margin: 0px;
    position: relative;
}

    .login-img-wrapper img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

.login-section .login-img-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(63, 81, 181, 0.7);
}



.signupSlot h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

span.add-on {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    color: #ffffff;
    background: var(--main-text-color);
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 6px 0px;
}
.login_logo img {
    width: 130px;
}
.login_logo {
    text-align: center;
    background: var(--main-background);
    padding: 4px 0;
}
.input-prepend {
    position: relative;
}

.text-center a {
    color: #e3a32f;
    font-size: 16px;
}
.forget-img {
    padding: 0px 6px 6px 12px;
}

form#forgotform {
    background: white;
    /* width: 450px; */
    margin: 0% auto !important;
    padding: 15px !important;
    border-radius: 5px;
    max-width: 900px;
}

.form-item {
    position: relative;
    margin-bottom: 15px;
}

    .form-item input {
        display: block;
        width: 100%;
        height: 45px;
        background: white;
        border: none;
        padding: 0 15px;
        box-shadow: none;
        border-radius: 0px;
        border: 1px solid #ccc;
    }

        .form-item input:focus {
            border-color: #1a2c79 !important;
            box-shadow: none !important;
        }

    .form-item label {
        position: absolute;
        cursor: text;
        z-index: 2;
        top: 9px;
        left: 0px;
        font-size: 16px;
        font-weight: 500;
        /* background: #8f5631; */
        padding: 2px 14px;
        color: #333;
        transition: all .3s ease;
    }

    .form-item input:focus + label,
    .form-item input:valid + label {
        font-size: 10px;
        top: -8px;
        color: #1a2c79;
    }

    .form-item input:focus + label {
        color: #1a2c79;
    }

#login-body {
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/login_bg1.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100vh;
}
/*body#login-body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(63 81 181 / 80%);
    z-index: -9999;
}*/

.member_loginbtn {
    width: 100% !important;
    height: 45px;
    background: var(--main-text-color);
    color: #fff;
    border-style: none;
    border-radius: 0px !important;
    margin: 5px 0px 10px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    outline: none;
    line-height: 45px;
}

    .member_loginbtn a {
        color: #000;
        text-decoration: none;
    }

input#login_btn {
    margin-top: 13px;
}

input#chkRememberMe {
    padding: 0px;
    margin: 0px;
}
/*============== server error csssss-==========================*/

.alert {
    position: static;
   border: 1px solid transparent;
    border-radius: 0;
    margin: 10px 0px;
    background: #0d6b16;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 9px 30px;
    font-size: 13px !important;
    font-weight: 400;
    margin: 0px 0px;
    top: 0px;
    right: 0px;
    z-index: 99;
    margin-bottom: 5px;
}



@media(max-width:767px) {
    .login-box {
    width: 352px;
    padding: 15px;
    margin: -174px auto;
}

    .login-img-wrapper img {
        height: 270px;
    }
    .login_bom{
        display:block;
    }
    .login_bom .contact_img {
        display: none;
    }
        .login_bom .login-box2 {
            padding: 0;
        }
        .forget-img {
            padding: 11px 6px 6px 12px;
        }

}
