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

    #resend-sms {
        background-color: transparent;
        width: 148PX;
        margin: 0 15PX 0 28PX;
        border: 1PX solid #36a74c;
        padding: 5PX 0;
        border-radius: 20PX;
        font-size: 16PX;
        color: #36a74c;

        &:disabled {
            color: #a2a2a2;
            border-color: #a2a2a2;
        }
    }

    button {
        border: none;
    }
}

.sms-login-check {
    .clear-input {
        right: 175PX;
    }
}

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

    .tel {
        color: #41cbe7;
    }

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