.reg_page {
    width: 100%;
    position: absolute;
    top: 138px;
}
.login_page {
    width: 100%;
    height: 395px;
    position: absolute;
    top: 277px;
}
.login_box {
    width: 485px;
    height: 395px;
    margin:0 auto;
    font-size: 16px;
    color: #fff;
}
.login_box a,.login_foot span{
    color: #3c81b9;
}
.login_box a {
    display: block;
    width: 100%;
}
.login_body {
    position: relative;
    width: 100%;
    height: 336px;
    background: url('/assets/2021/img/bg_login.png');
}
.login_foot {
    width: 100%;
    height: 62px;
    line-height: 60px;
    text-align: center;
    background: #1d1d1d;
    color:#fff;
}
.login_foot a{
    color:#fff;
}
.login_type {
    font-size: 18px;
    height: 55px;
    color: #ffffff;
    line-height: 55px;
    font-weight: bold;
    margin: 0;
    opacity:100%!important;
}
.login_active{
    color: #4eaaf6;
    border-bottom: 2px solid #4eaaf6;
}
#login-form {
    width: 413px;
    margin: 0 auto;
    padding-top:45px;
}
#login-form .col{
    margin-bottom: 15px;
}
.login_link {
    font-size:14px;
}
#agree_box {
    font-size: 14px;
    align-items: center;
}
.modal-header,.modal-footer {
    display: unset;
}
.modal-header,.modal-title,.modal-footer {
    text-align: center;
}
#agree_content .modal-body {
    font-size: 14px;
}
.modal-body p {
    margin-bottom:1rem!important;
}