
/*按钮字体*/
.btn-primary {
    color: #fff;
    background-color: #2a62ff;
    border-color: #2a62ff;
}
.nav-tabs-custom .nav-item .nav-link.active {
    color: #2a62ff;
    font-weight: 700;
}
.nav-tabs-custom .nav-item .nav-link::after {
    background: #2a62ff;
}
.text-primary {
    color: #2a62ff!important;
}
.form-control {
    height: 40px;
    line-height: 1;
    font-size: 12px;
    color: #999;
    border: 1px solid #e8f0fd;
    border-radius: 2px;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
/*验证码*/
.input-group-append {
    height: 40px;
}
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-group-prepend {
    margin-right: -1px;
    width: 40%;
}
.Powered {
    display: none;
}
@media (min-width: 786px){
body {
    background-color: #fff;
}  

/*文字*/
.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 100%;
    max-width: 100%;
}
.d-flex.h-100.flex-column.justify-content-center {
    padding: 10px;
}
.text-white {
line-height: 38px !important;
    height: 38px;
    background: linear-gradient(
0deg
,rgb(255 255 255),rgb(255 255 255));
    font-size: 20px;
    color: #006eff !important;
    margin-top: 10px;
    border-radius: 3.5px;
    box-shadow: 0 2px 4px 0 rgb(54 58 80 / 32%);
    padding-left: 10px;
    border: 2px solid #fff;
    font-size: 18px;
    border-left: 20px solid #006eff;
    margin-bottom: 20px;
}
.text-white-50 {
    color: rgb(255 255 255) !important;
    font-weight: 700;
}
.py-3 {
    padding-bottom: 1rem !important;
    left: 40px;
    position: fixed;
    bottom: 80px;
}
.p-md-5 {
    padding: 7rem 3rem!important;
}
/*.auth-full-page-content {*/
/*    min-height: auto;*/
/*}*/
.col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
}
.col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
.login_right {
    width: 53% !important;
}
.h-100 {
    height: 100% !important;
    background-color: #fff;
    box-shadow: 0 3px 14.55px 0.45px rgba(193,205,241,.65);
    padding: 10px 50px;
}
.logo.text-center {
    
}
img.cursor {
    width: 140px;
}
.bg-overlay {
    opacity: 0.99;
}

}
@media (max-width: 786px){
img.cursor {
    width: 140px;
}
.h-100 {
    height: 100% !important;
    width: 100%;
}
.p-4 {
    padding: 1rem !important;
}
}
    .list-inline-item .icon {
        width: 2rem;
        height: 2rem;
    }
    .social-list-item {
        border: none;
    }
    .input-group-prepend {
        width: 100px;
    }
	.allow_login_code_captcha{display:none;}
	.auth-full-bg .bg-overlay {
		background: url({$Setting.web_url}/themes/clientarea/default/assets_custom/img/new-background.jpg)no-repeat left top / 100% 1400px;
		background-size: cover;
		opacity:1;
	}
  .form-control,.input-group-append{
    height: 46px;
  }