.sms-code {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: white;
    border: 1px solid #DBDBDB;
    color: #333333;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    flex-shrink: 0;
}
.sms-code-loading {
    color: #DBDBDB;
}