.footer-wrapper > div:not(.footer-relevant){
    display: none;
}
.footer-relevant{
    padding-top: 0!important;
    text-align: center;
}

html{
    height: 100%;
}
body{
    height: inherit;
    background: #F1F6FF url("../images/login/bg.png")no-repeat center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.register-content{
    width: 1028px;
    margin: 50px auto;
    flex-shrink: 0;
    box-shadow: 0px 10px 36px 0px rgb(5 17 71 / 7%);
    text-align: center;
    background: #fff url("../images/login/right-bg.png")no-repeat left bottom / auto;

    padding: 50px 0;
}
.form-block{
    display: inline-block;
}
.register-content h1{
    text-align: center;
    color: #333;
    margin: 0 0 25px 0;
}

.register-item{
    /*margin-top: 25px;*/
    margin-bottom: 10px;
    text-align: left;
}
.register-item > div:first-child{
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.user-type{
    text-align: center;
    font-size: 16px;
}
.user-type label:last-child{
    margin-left: 15px;
}
.user-type label *{
    vertical-align: middle;
    color: #333;
}
.user-type input{
    margin-right: 3px;
    width: 14px;
}
.register-item > div:first-child > i{
    position: absolute;
    height: 20px;
    top: 0;
    bottom: 0;
    color: #999;
    margin: auto 0;
    left: 15px;
    font-size: 18px;
    line-height: normal;
}
.register-item > div:first-child > img:last-child{
    right: 0;
    height: 40px;
}
.register-item > div:hover {
    border-color: #4794FE;
}
.register-item > div:hover .acquire{
    border-color: #4794FE;
}
.register-item input[type="text"],.register-item input[type="password"]{
    outline: none;
    border: none;
    height: 40px;
    padding-left: 50px;
    font-family: auto;
    width: 100%;
}
.login-err{
    text-align: center;
    border-radius: 2px;
    background: #FFE4E4;
    padding: 8px 0;
}
.login-err img{
    margin-right: 3px;
}
.login-err *{
    vertical-align: middle;
    color: #FF0000;
}
.submit-btn {
    border: none;
    font-weight: bold;
    color: #fff;
    outline: none;
    width: 100%;
    border-radius: 6px;
    line-height: 40px;
    font-size: 16px;
    background: linear-gradient(0deg, #F79A0A 0%, #FE6D02 100%);
    margin: 20px 0 10px;
    cursor: pointer;
    transition: all .2s
}
.submit-btn:hover{
    opacity: 0.8;
}
.submit-block a{
    color: #f60;
    text-decoration: none;
}
.submit-block span{
    color: #999;
}
.submit-block a:hover{
    color: #f60;
}
.submit-block {
    text-align: center;
}

.register-content > div{
    width: 350px;
    text-align: left;
}
.register-item > div:first-child:hover  i{
    color: #4794FE;
}
.agreement{
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
    color: #666;
}
.agreement a{
    color: #f60;
}
.agreement input{
    zoom: 125%;
    margin-right: 5px;
}
.acquire{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #666;
    display: block;
    width: 90px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #ccc;
    background: #F1F6FF;
    cursor: pointer;
}
.acquire:hover{
    color: #f60;
}
.register-item .input-notice{
    color: #FF0000;
    margin: 3px 0 15px;
    height: 0;
    transition: all .2s;
}
.border-notice{
    border-color: #FF0000!important;
}
.border-notice .acquire{
    border-color: #FF0000!important;
}
.not-allowed{
    color: #f60!important;
    cursor: not-allowed;
}
.agreement{
    -ms-word-break: break-word;
    word-break: break-word;
}
.org-name{
    display: none;
}





@media (max-width: 1200px) {
    .register-content{
        width: 95%;
    }
}

@media (max-width: 768px) {
    .register-content{
        padding: 30px;
        background: #fff;
    }
    .register-content > div {
        width: 300px;
    }
}