

.main {
    /*background-image: url("/vendor/images/login_bg.jpg");*/
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    min-height: calc(100vh - 38px);
    background-color: #3f51b5;
}
.main_bg{
    padding-top: 150px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.container_login{
     max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}


.client_login{
    /*left: 15%;
    position: relative;*/
}
html {
    color: #000;
    background: #e6ecf8;
}
.title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 700px;
    margin-bottom: 50px;
}
.title_logo{}
.title_logo>img{
    width: 125px;
}
.title_text{
    margin-left: 12px;
}
.title_text > h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
}
.title_text > p {
    text-align: center;
    color: #cd9557;
    font-size: 16px;
    margin-top: 10px;
}
/*登录界面弹框*/
.login_frame {
 /*   z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000a1;
    display: none;*/
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.login {
    position: relative;
    width: 520px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 9px 0 #082d5859;
}
.login_main{
    padding: 30px;
}
.login_title {
}

.login_title h1 {
font-size: 22px;
letter-spacing: 0;
text-align: center;
margin-bottom: 25px;
color: #3F51B5;
font-weight: normal;
line-height: 1.2;
}

.login_cont {

}

.login_cont > div {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-items: center;
align-items: center;
justify-content: center;
}

.login_cont > li {
width: 100%;
display: flex;
justify-content: flex-start;
margin-bottom: 20px;
flex-direction: row;
}

.login_cont > li > span {
width: 24px;
color: #ffffff;
padding: 8px;
font-size: 15px;
background-color:#3F51B5;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px 0 0 5px;
}

#code {
display: flex;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
}

#code > input {
width: calc(100% - 190px);
}

#code >div {
width: 170px;
display: flex;
justify-content: center;
align-items: center;
}
#code >div> img {
width: 110px;
}

.login_cont > li > div {
width: 100%;
}

.login_cont > li > div > select, .login_cont > li > div > input {
text-indent: 6px;
color: #3d3d3e;
width: calc(100% - 20px);
background-color: #eeeff7;
padding: 10px;
font-size: 14px;
border-radius: 0 5px 5px 0;
box-shadow: inset -2px 0 2px 0 #0d47a126 !important;
}

.login_cont > li > div > select {
width: 100%;
}

.login_cont > li > div > p {
color: #e0a800;
}

.login_cont > li > div > select::-webkit-input-placeholder, .login_cont > li > div > input::-webkit-input-placeholder, .login_cont > li > div > textarea::-webkit-input-placeholder {
color: #b4b4b4;
}

.login_cont > li > div > select::-moz-placeholder, .login_cont > li > div > input::-moz-placeholder, .login_cont > li > div > textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b4b4b4;
}

.login_cont > li > div > select:-moz-placeholder, .login_cont > li > div > input:-moz-placeholder, .login_cont > li > div > textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b4b4b4;
}

.login_cont > li > div > select:-ms-input-placeholder, .login_cont > li > div > input:-ms-input-placeholder, .login_cont > li > div > textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b4b4;
}

.loginFooted {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginFooted button {
    /*box-shadow: 0 1px 3px 0 rgba(33, 150, 243, 0.21);*/
    background-color: #071358;
    border: unset;
    border-radius: 0 0 10px 10px;
    line-height: 38px;
    color: #ffffff;
    font-size: 15px;
    width: 100%;
}
.loginFooted button:hover{
    background-color: #4e61d0;
    color: #c3e9fc;
}
