.otp-text {
    font-size: 16px !important;
    line-height: 27px !important;
    color: #333333 !important;
    padding-bottom: 50px !important;
}

.resend-section {
    padding-top: 25px;
}

.send-code-link {
    display: inline-block;
    color: #1082E4;
    text-decoration: underline;
    font-size: 16px;
    line-height: 23px;
}

.otp-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.btn-primary.create-account-btn {
    background-color: var(--primary-color);
    width: 250px;
    border: none;
    padding: 12px 0;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #fff;
}

.go-back-link {
    color: #666666;
    text-decoration: underline;
    font-size: 16px;
    line-height: 23px;
}

.go-back-link:hover {
    color: var(--primary-color);
}

@media screen and (max-width: 767px) {
    .otp-text {
        font-size: 14px !important;
        line-height: 20px !important;
        padding-bottom: 20px !important;
    }

    .resend-section {
        padding-top: 12px;
        text-align: center;
    }

    .send-code-link {
        font-size: 14px;
        line-height: 20px;
    }

    .otp-actions {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin-top: 12px;
    }

    .go-back-link {
        font-size: 14px;
        line-height: 20px;
    }

    .create-account-btn {
        width: 100% !important;
    }
}



@media (min-width: 992px) and (max-width: 1280px) {
    .otp-text {
        font-size: 15px !important;
        line-height: 22px !important;
        padding-bottom: 30px !important;
    }

    .resend-section {
        padding-top: 17px;
    }

    .otp-actions {
        margin-top: 17px;
    }

    .send-code-link {
        font-size: 15px;
        line-height: 22px;
    }

    .go-back-link {
        font-size: 15px;
        line-height: 22px;
    }
}