/* 注册页面内联样式 */

/* 表单元素样式 */
.input-wrapper-flex {
    flex: 1;
}

.submit-button-margin {
    width: 100%;
    margin-top: 10px;
}