.page {
    background-color: #f7f7f7;
    padding: 50px 0;
}
.page .container {
    background-color: #fff;
    padding: 10px 50px 40px;
    border-radius: 5px;
}
.regsiter-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}
.register-text {
    font-weight: bold;
    font-size: 18px;
}
.form-box {
    padding-top: 40px;
}
.form-group .form-control {
    font-size: 14px;
}
.form-group .btn {
    font-size: 14px;
}
.form-check {
    padding-top: 7px;
    margin-right: 25px;
}
.rg-wechat {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rg-wechat img {
    width: 126px;
    height: 126px;
    margin-bottom: 15px;
}
.rg-wechat .follow-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}