@import url(./w3.css);
/* define the main style of the website */
@import url(./style.css);

/* vue app */
#app {
    height: 100%;
}

.register-form {
    background-color: white;
    width: 375px;
    height: 440px;
    border-radius: 4px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.register-form-wrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.register-input-area {
    height: 220px;
}

.register-title {
    height: 100px;
    color: #2196f3;
    font-size: 32px;
}

.right-input-area {
    width: 250px;
}

.register-way-group-btn {
    
}

.register-input-account {
    
}

.register-input-code {
    
}

.register-input-code-wrapper {
    width: 280px;
    margin-right: 8px;
}

.register-getcode-button {
    
}

.register-input-password {
  
}

.register-button-area {
    height: 80px;
}

.register-more-option {

}