



/*.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: #000;
}

.signupSlot {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-left-wrapper {
    margin: 75px 0px;
}

.login-left-wrapper img {
    width: 100%;
}

.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 #000;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.control-group {
    margin-bottom: 16px;
}

.block-hint {
    font-size: 15px !important;
    color: #fff !important;
}

    .block-hint a {
        color: #fff !important;
    }

.login-box {
    width: 400px;
    background: #000;
    box-shadow: none;
    border-radius: 0;
    padding: 30px;
    height: 500px;
    position: relative;
    margin: 0px auto;
}
/*.login-box:hover {
    box-shadow: none;
}*/
section.login-section {
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

h3.login_header {
    text-align: center;
    padding: 0px;
    margin: 20px 0px 30px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    /* text-shadow: -1px -3px 0px rgb(0 0 0 / 20%); */
}

.login-img-wrapper {
    margin: 0px;
    position: relative;
}

    .login-img-wrapper img {
        width: 100%;
      
    }

/*.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;
}

.login_logo img {
    width: 100%;
    max-width: 40%;
    padding: 0px;
    margin: 0px auto 0px;
    display: flex;
}

span.add-on {
    font-size: 20px;
    color: #000000;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    width: 65px;
    height: 45px;
    text-align: center;
    padding: 6px 0px;display: inline-block;
}
.form-item {
    display: flex;
    width: 100%;
}

.Username {
    position: relative;
    width: 100%;
}

.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 {
    margin-bottom: 15px;
}

.Username input {
    display: block;
    width: 100%;
    height: 45px;
    background: white;
    border: none;
    transition: all .3s ease;
    padding: 0 15px;
    border-radius: 0px;
}

        .Username input:focus {
            border-color: #d0a923 !important;
            box-shadow: none !important;
        }

    .Username label {
        position: absolute;
        cursor: text;
        z-index: 2;
        top: 9px;
        left: 0px;
        font-size: 16px;
        font-weight: 500;
        /* background: #1fa1e4; */
        padding: 2px 14px;
        color: #333;
        transition: all .3s ease;
    }

    .Username input:focus + label,
    .Username input:valid + label {
        font-size: 13px;
        top: -8px;
        color: #000;
    }

    .Username input:focus + label {
        color: #000;
    }

#login-body {
    /*background-image: url(../images/login_bg1.png) !important;*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100vh; background:#fff;position:relative;
}
/*body#login-body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(63 81 181 / 80%);
    z-index: -9999;
}*/
body#login-body:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000 url(../images/logo2.png);
    opacity: 0.1;z-index:-99999;
}

.member_loginbtn {
    width: 100% !important;
    height: 45px;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    color: #000;
    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;text-transform: uppercase;
}

    

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: 100%;
    padding: 0px;
    margin: 0px auto;
    height: auto;
}
    section.login-section {
    width: 100% !important;background:none;
}
    .login-left-wrapper {
    display: none;
}
    button.member_loginbtn.phone-hide {
    opacity: 0;
}
body#login-body:before {display:none;
}
body#login-body {background:black;width:100%;}

}

