/* OTP */

.otp-wrapper {
    display: flex;
    gap: 14px;
    margin: 40px 0 30px;
}

.otp-input {
    width: 72px;
    height: 72px;
    font-size: 30px;
    border: 1px solid rgba(212, 168, 75, 0.35);
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-weight: 700;
    text-align: center;
    outline: none;
    transition: 0.3s;
}

.otp-input:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 12px rgba(212, 168, 75, 0.25);
}

.edit-number {
    color: var(--color-primary);
    text-decoration: none;
    margin-left: 8px;
    font-weight: 600;
}

.resend-text {
    color: #bbb;
    margin-bottom: 35px;
}

.resend-text a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
}

.otp-page .academy-left {
    flex: 0 0 56%;
    max-width: 56%;
}

.otp-page .academy-right {
    flex: 0 0 44%;
    max-width: 44%;
}

/* .academy-right {
    display: flex;
    align-items: center;
}

.auth-card {
    width: 100%;
} */
.number-description {
    line-height: 1.7;
    max-width: 420px;
}

.otp-number {
    color: var(--color-primary) !important;
}
