

.loginBtn{
    width: 100%;
    height: 48px;
    background: #F5D1CE;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.sendSmsBtn{
    display:inline-block;
    width: 122px;
    height: 48px;
    background: #CE1A0C;
    border: 1px solid #E0E0E0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 4%;
    cursor:pointer;
}
.sendSmsBtn:disabled{
            display:inline-block;
            width: 122px;
            height: 48px;
            background: #F5F5F5;
            border: 1px solid #E0E0E0;
            font-size: 16px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #8C8C8C;
            margin-left: 4%;
            cursor:pointer;
        }
.sendSmsBtn2{
    display:inline-block;
    width: 122px;
    height: 48px;
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8C8C8C;
    margin-left: 4%;
    cursor:pointer;
}

