@charset "utf-8";
/* CSS Document */
.login_register{
    margin-top: 15px;
}
.login_register a{
    font-size:18px;
}
.platform_login{
    background: #f2f8fe;
    line-height: 30px;
    display: inline-block;
    border-radius: 15px;
    padding: 0px 10px;
    margin-right: 14px;
}
.platform_login i{

    margin-right: 8px;

    color: #5678a8;
}
.register_item{
    background: url(../../img/login_bg.png) no-repeat center center;
    padding: 50px 0px;
    background-size: cover;
}
.register_container{
    width: 630px;
    margin: 0px auto;
    background: #ffffff;
    padding: 30px 100px;
    box-sizing: border-box;
}
.register_title{
    text-align: center;
    font-size: 26px;
    font-family: 'Inter SemiBold';
    margin-top: 10px;
}
.switch{
    text-align: center;
    color: #666666;
    padding: 10px 0px 30px;
}
.switch a{
    color: #006db4;
    font-family: 'Inter Medium';
}
.form_content{padding-bottom: 30px;}
.fm_button {
    background-color: #007eb4;
    border-radius: 4px;
    font-size: 20px;
    -webkit-box-shadow: 0 1px 1px #ebe7e6;
    zoom: 100%;
    height: 46px;
    line-height: 46px;
    outline: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    border: none;
    transition: all 0.3s linear;
}
.vercode{
    height: 42px;
    width: 140px;
    vertical-align: middle;
    margin-left: 6px;
}
.renew{
    color: #006db4;
    font-family: 'Inter Medium';
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.code{
    width: 210px;
    vertical-align: middle;
}
.link{
    margin-bottom: 10px;
}
.login_register {
    margin-top: 25px;
}
.remeber{
    color: #686868;
}
.remeber input{
    margin-right: 6px;
}
.password{
    padding-bottom: 10px;
}
.forgot{}
.forgot a{
    color: #006db4;
}
.box_item{
}
