



/*.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%);
}

.right-section{
    width:49%;
    position:relative;

}
    .right-section img{
        object-fit:cover;
        object-position:center;
        height:100%;
        width:100%;
    }
.member_loginbtn {
    width: auto !important;
    margin-bottom: 5px!important;
}
#forget-btn{
    background-color:black!important;

}
.right-section h3 {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    text-align: center;
    z-index: 999;
    border: 8px solid white;
    padding: 10px 0;
    text-transform: uppercase;
}
    .right-section h1 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        width: 70%;
        text-align: center;
        z-index: 999;
        border: 8px solid white;
        padding: 10px 0;
        text-transform: uppercase;
    }
        .right-section h3 a {
            color: #ff3208;
            letter-spacing: 4px;
            font-weight: 700;
        }
    .right-section h1 a{
        color: #ff3208;
        letter-spacing:4px;
        font-weight:700;
    }
        .right-section h1 a:hover{
            text-decoration:none;
        }
        /* .right-section:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0px;
        width: 73%;
        height: 80%;
        background: #0000008a;
        border-radius: 0px 0px 0px 165px;
    }*/
    .right-section:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #00000061;
    }
    .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: 100%;
    box-shadow: none;
    /*position: absolute;*/
    z-index: 9;
    background: white;
    box-sizing: border-box;
  /*  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
/*.login-box:hover {
    box-shadow: none;
}*/
section.login-section {
    width: auto;
   
    overflow:hidden;
}
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: 8px 0 13px 0;
    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: 16px;
}

    .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: 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 {
    margin-bottom: 0px!important;
    width: 75%;
    padding: 0px;
    cursor: pointer;
    margin: 0px auto 10px;
    display: flex;
}


span.add-on {
    font-size: 20px;
    color: #fff;
    background: #E6940D;
    width: 65px;
    /*height: 30px;*/
    text-align: center;
    /*  padding: 6px 0px;*/
    display: inline-block;
    line-height: 38px;
    max-height: 42px;
}
.form-item {
    display: flex;
    width: 100%;
}

.Username {
    position: relative;
    width:100%;
}

.text-center a {
    color: #e3a32f;
    font-size: 16px;
}

form#forgotform {
    background: #d5d5d5;
    padding: 30px !important;
    border-radius: 5px;
    position:absolute;
    top:50%;
    left:50%;
    width:400px;
    transform:translate(-50%,-50%);
    box-sizing:border-box;
}

.form-item {
    margin-bottom: 0px;
}

.Username input {
    display: block;
    width: 100%;
    height: 42px;
    background: white;
    border: 1px solid #ccc;
    transition: all .3s ease;
    padding: 0 15px;
    border-radius: 0px;
    color: black !important;
    box-sizing:border-box;
}

    .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: #fff;
    left:1px;
}

#login-body {
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.9)), url(../images/login_bg2.jpg) !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: #304267;
    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;
}*/
#forget-password {
    text-align: center;
    display: block;
    margin: 8px 0 6px 0;
    color: #212529;
    font-size: 15px;
}
.member_loginbtn {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #E6940D;
    padding: 6px 45px;
    color: white;
    border: none;
    border-radius: 4px;
}
}
.member_loginbtn:hover {
    background: #304267;
}

    


input#chkRememberMe {
    padding: 0px;
    margin: 0px;
}
/*============== server error csssss-==========================*/

.alert {

    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;

    top: 0px;
    right: 0px;
    z-index: 99;
}



@media(max-width:767px) {
    .login-box {
        width: 100%;
      /*  padding: 15px;*/
    }
    .multiple-login-form {
        max-width: 90% !important;
        width: 100%;
        padding: 12px!important;
    }
    .login-left-wrapper {
        display: none;
    }
    #login-form-section{
        display:block;
        width:100%;
    }
    .right-section{
        display:none;
    }
    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%;*/
       
        
    }
  
    button.member_loginbtn {
        display: none;
    }
    .Username input {
        height: 42px;
        min-width: 100%;
    }
    .Username {
        position: relative;
        width: 100%;
    }
}

@media (min-width:481px) and (max-width:767px){
    .alert {
        margin: 0 !important;
        top: -40px !important;
        right: 0px !important;
        width: 100%;
    }
    section.login-section {
        border-radius: 0 !important;
    }
    
}

@media (min-width:320px) and (max-width:480px){
    #forgotform{
        width:100%!important;
        padding:0!important;    
        
    }
    #login{
            padding:20px!important;
    }
    .alert{
        margin:0!important;
        right:0!important;
    }
    #errorDiv{
        width:100%;
    }
}
.multiple-login-form {
    max-width: 440px;
    background: white;
    padding: 26px;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#login-form-section{
    padding-left:0px;
    padding-right:0px;
}
.multiple-tabs .nav-tabs{
    margin-bottom:20px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background-color: #E6940D;
    color: white!important;
}
.multiple-tabs .nav-tabs li a {
    color: #5a5a5a;
    font-weight: 600;
    text-align: center;
}
    .multiple-tabs .nav-tabs li a:hover {
        background-color: #E6940D;
        color: white !important;
    }
    .multiple-tabs .nav-tabs li {
        width: 33.33%;
    }