



/*.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;

}*/

.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: 1px solid #e3a32f;
    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;
    }

.login-box {
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 29%);
    width: 450px;
    border-radius: 7px;
    transform: translate(-50%, 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    margin: -110px auto;
}

section.login-section {
    background: #f6f6f6;
    position: relative;
}

h3.login_header {
    text-align: center;
    padding: 0px;
    margin: 20px 0px 30px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    /* 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);
}


.login_logo img {
    width: 100%;
    max-width: 60%;
    padding: 0px;
    margin: 20px auto 10px;
    display: flex;
}

.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: #8f5631;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 6px 0px;
}

.input-prepend {
    position: relative;
}

.text-center a {
    color: #e3a32f;
    font-size: 16px;
}

form#forgotform {
    background: white;
    width: 450px;
    margin: 9% auto !important;
    padding: 30px !important;
    border-radius: 5px;
}

.form-item {
    position: relative;
    margin-bottom: 15px;
}

    .form-item input {
        display: block;
        width: 100%;
        height: 45px;
        background: transparent;
        border: solid 1px #8f5631;
        transition: all .3s ease;
        padding: 0 15px;
    }

        .form-item input:focus {
            border-color: #8f5631 !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: #8f5631;
    }

    .form-item input:focus + label {
        color: #8f5631;
    }

#login-body {
    background-image: 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: #12850c;
    color: #fff;
    border-style: none;
    border-radius: 5px !important;
    margin: 5px 0px 10px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    outline: none;
    line-height: 45px;
}

    .member_loginbtn a {
        color: #333;
    }

input#login_btn {
    margin-top: 35px;
}

input#chkRememberMe {
    padding: 0px;
    margin: 0px;
}
/*============== server error csssss-==========================*/

.alert {
    position: absolute;
    border: 1px solid transparent;
    border-radius: 0;
    margin: 10px 0px;
    background: #0d6b16;
    color: #fff;
    width: 395px;
    height: 40px;
    padding: 9px 30px;
    font-size: 13px !important;
    font-weight: 400;
    margin: 0px 0px;
    top: 0px;
    right: 0px;
    z-index: 99;
}



@media(max-width:767px) {
    .login-box {
    width: 352px;
    padding: 15px;
    margin: -174px auto;
}

    .login-img-wrapper img {
        height: 270px;
    }
}
