.login {
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.layout-left {
    width: 65.5%;
    height: 100%;
    float: left;
    background-image: url('../images/login-l.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.layout-right {
    width: 34.5%;
    height: 100%;
    float: right;
    background-image: url('../images/login-r.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 60px;
}

.login .back {
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
    margin-left: 42px;
}

.layout-left h1 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-top: 130px;
}

.login .desc {
    text-align: center;
    max-width: 400px;
    position: absolute;
    bottom: 124px;
    left: 50%;
    transform: translateX(-50%);
}

.login .desc p:first-child {
    font-size: 24px;
    margin-bottom: 15px;
}

.login .desc p {
    line-height: 1.8;
}

.layout-right h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 3px;
}

.hight {
    color: #599ad1;
}

.qs {
    font-size: 18px;
    margin-top: 18px;
}

.login .form {
    padding: 60px 0;
    width: 442px;
}

.login .form-item {
    margin-bottom: 28px;
}

.form .input {
    width: 100%;
    background: #fff;
    border-radius: 100px;
    height: 66px;
    padding: 10px 38px;
}

.form .input input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 18px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex .input {
    width: auto;
    margin-right: 15px;
}

.login .code {
    border-radius: 100px;
    overflow: hidden;
}

.forget {
    color: #9ef9ff;
    text-align: right;
    margin-top: -5px;
}

.login-btn {
    background: linear-gradient(to right, #1c15b9, #7b5af0);
    width: 100%;
    border-radius: 100px;
    height: 80px;
    font-size: 24px;
    border: 0;
    outline: 0;
    letter-spacing: 12px;
    text-indent: 6px;
    color: #fff;
}

.tk {
    vertical-align: middle;
    color: #728dc2;
    margin-bottom: 16px;
}

.tk input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -1px;
}

.tk a {
    color: #55b9ff;
    vertical-align: baseline;
}
.layui-layer-agreement .layui-layer-title{
    font-size: 24px;
    font-weight: bold;
    color: #010d4c;
}
.layui-layer-agreement .layui-layer-content{
    padding: 30px;
}
.layui-layer-agreement .layui-layer-content h6{
    font-size: 20px;
    font-family: gorditamedium;
    color: #010d4c;
    font-weight: 400;
}
.layui-layer-agreement .layui-layer-content p{
    font-size: 16px;
    min-height: 45px;
}
.bottom_btn {
    text-align: center;
    display: block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 18px;
}
.btn_right {
    float: right;
    border: 1px solid #2868f0;
    background: #2868f0;
    color: #fff;
}
.layui-layer-content{
    color: #000;
}