



/*.login-right-wrapper input.btn.btn-block.login-btn {
    backgroundlogin: #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: #000 !important;
}

    .block-hint a {
        color: #000 !important;
    }

.login-box {
    width: 431px;
    box-shadow: none;
    border-radius: 0;
    /* padding: 10px; */
    height: 500px;
    position: relative;
    /* margin: 0px auto; */
    z-index: 9;
}
/*.login-box:hover {
    box-shadow: none;
}*/
section.login-section {
     
}
.divSlot {
    width: 452px;
    box-shadow: none;
    border-radius: 0;
    /* padding: 10px; */
    height: 492px;
    position: relative;
    z-index: 9;
}
section.login-section .row {
    background: #fff;
    margin: 51px 0px 0px 120px !important;
    height: 499px;
    /*position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);*/
    width: 84%;
    box-shadow: 0px 0px 9px #6a6a6a;
    ;
    border-radius: 10px;
    overflow: hidden;
}
    section.login-section .row .col-lg-6 {
        padding: 0px;
        background: #f1f1f1;
    }
        section.login-section:before {
            display: none;
            content: '';
            position: absolute;
            top: 77%;
            left: 20%;
            width: 100%;
            height: 100%;
            background-image: url(../images/loginbg.png);
            background-repeat: no-repeat;
            background-size: 80%;
        }
section.login-section:after {
    display: none;
    content: '';
    position: absolute;
   bottom: 73%;
    left: 20%;
    width: 100%;
    height: 100%;
    background-image: url(../images/loginbg.png);
    background-repeat: no-repeat;
    background-size: 80%; transform: rotateX(180deg);
}
h3.login_header {
    text-align: center;
    padding: 0px;
    margin: 0px 0px 30px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    /* text-shadow: -1px -3px 0px rgb(0 0 0 / 20%); */
}

.login-left-wrapper {
    margin: 170px 0px;
    text-align: center;
}
    .login-left-wrapper h5 {
        font-size: 40px;
        font-weight: 500;
        color: #000;
        line-height: 52px;
    }
        .login-left-wrapper h5 span {
            color: #fd8900;
            text-shadow: 1px 2px 8px lightgrey;
        }
        .login-img-wrapper img {
            width: 100%;
        }
.dont_have {
    text-align: center;
    font-size: 18px;
}

    .dont_have a {
        color: #fd8900;
    }
#sidebar > ul > li:hover {
    background: #f53c1f !important;
}
/*.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: 44%;
    max-width: 44%;
    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 {
    margin-bottom: 20px !important;
    width: 40%;
    padding: 0px;
    cursor: pointer;
    margin: 20px auto 10px;
    display: flex;
}

span.add-on {
    font-size: 20px;
    color: #fff;
    /* background: linear-gradient(45deg,#251f53,#635da1,#524ba7); */
    background: #02664c;
    width: 65px;
    height: 45px;
    text-align: center;
    padding: 6px 0px;
    display: inline-block;
}
.form-item {
    display: flex;
    width: 100%;
}

.Username {
    position: relative;
}

.text-center a {
    color: #e3a32f;
    font-size: 16px;
}

form#forgotform {
    background: #d5d5d5;
    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;
    min-width: 315px;
    background: white;
    border: 1px solid #ccc;
    transition: all .3s ease;
    padding: 0 15px;
    border-radius: 0px;
    color: black !important;
    box-shadow: none;
}

    .Username input:focus {
        border-color: #ccc !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: #000;
        transition: all .3s ease;
    }

.Username input:focus + label, .Username input:valid + label {
    font-size: 13px;
    top: -11px;
    color: #141414;
    background: #f1f1f1;
}

#login-body {
      background-image: url(../images/login_body.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100vh; background:#edf0f7;position:relative;
}

/*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(45deg, #635da1,#524ba7,#251f53); */
    background: #02664c;
    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;
    text-transform: uppercase;
}
    .member_loginbtn:hover {
        /*background: linear-gradient(45deg,#251f53, #635da1,#524ba7);*/
        background: #1c57b7;
    }

    

input#login_btn {
    margin-top: 35px;
    width: 100%;
}

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: 290px;
    height: 40px;
    padding: 9px 30px;
    font-size: 13px !important;
    font-weight: 400;
    /*margin: 0px 0px;*/
    top: 22%;
    right: 50%;
    transform: translatex(50%);
    z-index: 99;
}



@media(max-width:767px) {
    .login-box {
        width: 100%;
        padding: 15px;
        margin: -174px auto;
    }
    .login-left-wrapper{
        display:none;
    }
    .alert {
        margin-right: 0px !important;
    }

    section.login-section:after {
        display: none;
    }
    section.login-section:before {
        display: none;
    }
    section.login-section {
        position: inherit;
        left: 50%;
        top: 67%;
        transform: initial;
        width: 100%;
        height: 100vh;
        padding: 200px 0px 0px;
    }
    button.member_loginbtn {
        display: none;
    }
    .Username input {
        height: 45px;
        min-width: 100%;
    }
    .Username {
        position: relative;
        width: 100%;
    }
}
