_sms-login.css 579 Bytes
.sms-login {
    .sms-input {
        margin-top: 60px;
    }

    #resend-sms {
        display: block;
        background-color: transparent;
        width: 190px;
        margin-right: 15px;
        border: 1px solid #36a74c;
        border-radius: 26px;
        font-size: 20px;
        line-height: 30px;
        color: #36a74c;
    }

    button {
        border: none;
    }
}

.sms-login-msg {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;

    .tel {
        color: #41cbe7;
    }

    &.small {
        font-size: 22px;
        color: #858585;
    }
}