﻿html, body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.main-wrapper {
    min-height: 100vh;
}

.right-panel {
    min-height: 100vh;
    overflow-y: auto;
    padding: 30px 15px;
}

.form-container {
    width: 100%;
    max-width: 420px;
    margin: auto;
}

.validation-error {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 10px;
}

.otp-description {
    font-size: 14px;
    color: #6c757d;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.5;
}

.otp-link {
    color: #4c4cff;
    font-weight: 600;
    text-decoration: none;
}

    .otp-link:hover {
        text-decoration: underline;
    }
