* {
    margin: 0;
    padding: 0;
}

.register-box {
    height: 100vh;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.register-box-header {
    text-align: center;
    margin-top: 15vh;
    height: 80px !important;
}

.register-form-box {
    max-width: 680px;
    min-width: 300px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 300px;
}

.register-form {
    padding: 40px 50px 40px 50px;
}

.register-form-header {
    color: #333333;
    font-size: 20px;

}

.register-form-main {
    margin-top: 20px;
}

#verify-dialog {
    height: 40px;
    border-radius: 7px;
    box-sizing: content-box;
    border: 1px solid #ddd;
}

.form-phone {
    margin-bottom: 20px;
}

.form-phone .el-select .el-input {
    width: 80px;
}

.register-button, .phone-code-button {
    width: 100%;
}

.phone-already-send {
    margin: 0 !important;
    width: 100%;
}

.register-form-bottom {
    margin-bottom: 0 !important;
}

.agree {

}

.exists-account {
    text-align: right;
}

.exists-account a {
    color: #286EFA;
    text-decoration: none;
    margin-left: 10px;
}

@media screen  and (max-width: 500px) {

    .register-box-header {
        margin-top: 5vh;
    }

    .exists-account {
        text-align: left;
    }
}