﻿
.vendor {
    max-width: 1200px;
    margin: 1.5rem auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 2rem;
    align-items: stretch;
}
.btn-cancel {
    background: #fff;
    border: solid 1px #636363;
    color: #636363;
    font-weight: 700;
    border-radius: 12px;
    padding: .9rem 1rem;
}
@media (max-width: 992px) {
    .vendor {
        grid-template-columns: 1fr;
        margin: 2rem 1rem;
    }
}
.text-secondary {
    font-size: 14px;
}
.verifytext {
    font-size: 18px;
}
.vendor .brand-logo img {
    width: 30% !important;
}
.verify-card {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
    padding: clamp(1.25rem, 2.5vw, 2.5rem);
}

.brand-mark {
    width: 100%;
    place-items: center;
    color: var(--brand);
    margin: 0 auto .75rem;
    font-size: 30px;
}
    .brand-mark img {
        width:20%;
    }
    .otp-input {
        width: 56px;
        height: 56px;
        text-align: center;
        font-size: 1.25rem;
        border-radius: 12px;
    }

    .otp-input:focus {
        box-shadow: 0 0 0 .25rem rgba(244,125,31,.15);
        border-color: var(--brand);
    }

.btn-brand {
    background-color: #F37021;
    border: none;
    color: #fff;
    border-radius: 12px;
}

    .btn-brand:hover {
        background-color: #F37021;
        background: var(--brand);
    }

.timer {
    color: #ff7a00;
    font-weight: 600;
}

.muted {
    color: #8c94a5;
}

.btn-back {
    position: absolute;
    top: 16px;
    right: 16px;
    color: var(--brand);
    border-color: var(--brand);
}
