.layui-form {
    width: 384px !important;
    /* margin: auto !important;
    margin-top: 160px !important;*/
    float: right !important;
    background-color: #fff !important;
    padding: 20px 50px!important;
    border-radius: 0 23px 23px 0!important;
    height:480px!important;
}

.layui-form button {
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 16px !important;
    font-weight: 550 !important;
    background: linear-gradient(0deg, #0062C2 0%, #359BFF 100%);
    border-radius: 10px;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #2D8CF0 !important;
    background-color: #2D8CF0 !important;
    color: #fff !important;
}

.layui-tab-content {
    margin-top: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.layui-form-item {
    margin-top: 30px !important;
}
.layui-form .btn-item {
    margin-top: 40px !important;
}

.layui-input {
    height: 44px !important;
    line-height: 44px !important;
    padding-left: 15px !important;
    border-radius: 3px !important;
}

.layui-input:focus {
    border: 1px solid #3D98FF !important;
    box-shadow: 0px 0px 3px 0px rgba(61,152,255,0.33) !important;
}

.logo {
    width: 60px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 20px !important;
}

.title {
    font-size: 30px !important;
    font-weight: 550 !important;
    /*margin-left: 20px !important;*/
    color: #0062C2 !important;
    display: inline-block !important;
    margin-top: 10px !important;
    /* position: absolute !important;*/
}

.desc {
    width: 100% !important;
    text-align: center !important;
    color: gray !important;
    height: 60px !important;
    line-height: 60px !important;
}
.login-box {
    margin: auto !important;
    width: 1154px !important;
    margin-top: 160px !important;
    box-shadow: #e3efff 0px 0px 30px 5px !important;
    border-radius: 23px!important;
    height:520px!important;
}
.login-left {
    float: left !important;
    width: 670px !important;
    height: 520px !important;
    border-radius: 23px 0 0 23px!important;
}
.GS-log {
    height: 40px!important;
    width: 296px!important;
    position: absolute!important;
    bottom: 20px!important;
    left: 42.5%!important;
}

.GS-log--corner {
    height: 24px!important;
    width: 180px!important;
    right: 24px!important;
    bottom: 18px!important;
    left: auto!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}

.change-title {
    color: #8895A2;
    background-color: #F5F8FC;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 15px;
    margin-top: 35px;
    display:flex;
    justify-content:space-between;
}
.change-title span {
    display: inline-block;
    padding: 15px 0px;
    border-radius: 5px;
    flex:1;
}
.change-title span.check-this {
    color: #0062C2;
    background-color: #fff;
}
