.myForm{
    font-size: 14px;
}
.myForm .label{
   margin-bottom: 10px;
}


.myForm input{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    color: #999;
    margin: 0 10px 10px 0;
    width: 310px;
    color: #000;
}
button{
    background: red;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.send-code-btn-disabled {  
    background-color: gray; /* 灰色背景 */  
    color: white; /* 白色文本，如果背景色是深色的话 */  
    cursor: not-allowed; /* 鼠标悬停时显示禁止符号 */  
}
.error{
    color: red;
    margin-bottom: 5px;
}

.hidden {  
    display: none; /* 默认隐藏错误信息 */  
}

.myForm  ul{
   
    border: 1px solid #ccc;
    padding: 20px;
}

.content-wrapper{
    padding-bottom: 0px !important;
}
.reg-content{
    height: 760px !important;
}

.navigator{
    width: 712px !important;
}

.label-requored{
    color: red;
    margin-right: 5px;
}