@charset "utf-8";
/* CSS Document */
.main_box {
    /*position: absolute;*/
    /*top:50%; left:50%; margin-top:-400px; margin-left: -500px; padding: 30px; width:1000px; height:800px;*/
    /*background:url(../images/1.png);*/
    /*border-radius: 10px;*/
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.main_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_box .setting {position: absolute; top: 5px; right: 10px; width: 10px; height: 10px;}
.main_box .setting a {color: #FF6600;}
.main_box .setting a:hover {color: #555;}
.login_logo {margin-bottom: 20px; text-align: left;color: #1890ff;}
.login_logo img {height: 45px;}
.login_logo h1{
    font-weight: 600;
}
.login_msg {text-align: center; font-size: 16px;}
.login_form {padding-top: 20px; font-size: 16px;}
.login_box .form-control {display: inline-block; *display: inline; zoom: 1; width: auto; font-size: 18px;}
.login_box .form-control.x319 {width: 319px;}
.login_box .form-control.x164 {width: 164px;}
.login_box .form-group {margin-bottom: 20px;}
.login_box .form-group label.t {width: 66px; text-align: right; cursor: pointer;}
.login_box .form-group.space {padding-top: 15px; border-top: 1px #FFF dotted;}
.login_box .form-group img {margin-top: 1px; height: 32px; vertical-align: top;}
.login_box .m {cursor: pointer;}
.bottom {text-align: center; font-size: 12px;}
.main_background{
    height: 100vh;
    background-color: #3a62d7;
    display: flex;
}
.main_background .left{
    flex: 1;
    background-color: #3a62d7;
}
.main_background .right{
    flex-basis: 500px;
    height: 100%;
    margin-right: 100px;
}
#submit_btn{
    background-color: #1890ff;
}