.sms-form {
    background-color: #ededed;
    padding: 20px;
}
.sms-form .form-title {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px;
}
.sms-form .form-item {
    margin-bottom: 20px;
}
.sms-form .form-text {
    font-family: 'Source Sans Pro',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5f849c;
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 18px 10px;
}
.sms-form .form-submit {
    display: inline-block;
    position: relative;
}
.sms-form .form-submit a {
    background-color: #db3762;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding: 16px 49px 19px;
    display: inline-block;
}
.sms-form .form-item-code, .sms-form .form-item-password, .sms-form .form-item-email {
    display: none;
}
.sms-form .form-submit .btn-loader {
    background: rgb(0 0 0 / 52%) url(../images/Rolling-1s-200px.svg) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40px;
    z-index: 5;
}
p.form-warning {
    background-image: url("../images/warning-icon.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 27px;
    margin: 7px 0px;
    color: #db3762;
}