html {
    min-height: 100%;
}

.card-block img.logo {
    width: min(75vw, 220px) !important;
    max-width: 100%;
    max-height: 96px;
    height: auto !important;
    object-fit: contain;
    margin-top: 1.5rem;
}

.start-page-details {
    display: inline-block;
    margin-top: 0.9rem;
}

.start-page-form-row {
    margin-top: 1.5rem;
}


/* xs */
@media (max-width: 576px) {
    img.logo {
        width: 173px;
        height: auto;
    }

    .title {
        font-size: 22px;
    }

    .sizeText {
        font-size: 11px;
    }

    span.size {
        font-size: 17px;
    }

    span.details {
        font-size: 13px;
    }

    span.sizeText {
        font-size: 13px;
        text-decoration: underline;
        color: #fff;
    }

    p.sizeText {
        font-size: 13px;
    }

    .agree {
        font-size: 13px;
        margin-top: 4px;
        color: #fff;
    }

    .text {
        font-size: 13px;
        margin-top: 4px;
        text-decoration: underline;
        color: #fff;
    }

    .sizeText {
        font-size: 13px;
    }
}

/* sm */
@media (min-width: 576px) {
    img.logo {
        width: 185px;
        height: auto;
    }

    .title {
        font-size: 22px;
    }

    .sizeText {
        font-size: 13px;
    }

    span.size {
        font-size: 20px;
    }

    span.details {
        font-size: 13px;
    }

    span.sizeText {
        font-size: 13px;
        text-decoration: underline;
        color: #fff;
    }

    p.sizeText {
        font-size: 13px;
    }

    p.sizeText {
        font-size: 13px;
    }

    .agree {
        font-size: 13px;
        margin-top: 4px;
        color: #fff;
    }

    .text {
        font-size: 13px;
        margin-top: 4px;
        text-decoration: underline;
        color: #fff;
    }
}

/* md iPhone 7 and up biggest screen*/
@media (min-width: 768px) {
    img.logo {
        width: 200px;
        height: auto;
    }

    .title {
        font-size: 25px;
    }

    .sizeText {
        font-size: 14px;
    }

    span.size {
        font-size: 34px;
    }

    span.details {
        font-size: 13px;
    }

    span.sizeText {
        font-size: 13px;
        text-decoration: underline;
        color: #fff;
    }

    p.sizeText {
        font-size: 14px;
    }

    .agree {
        font-size: 13px;
        margin-top: 4px;
        color: #fff;
    }

    .text {
        font-size: 13px;
        margin-top: 4px;
        text-decoration: underline;
        color: #fff;
    }
}

/* lg */
@media (min-width: 992px) {
    img.logo {
        width: 210px;
        height: auto;
    }

    .title {
        font-size: 25px;
    }

    .sizeText {
        font-size: 15px;
    }

    span.size {
        font-size: 25px;
    }

    span.details {
        font-size: 13px;
    }

    span.sizeText {
        font-size: 13px;
        text-decoration: underline;
        color: #fff;
    }

    p.sizeText {
        font-size: 14px;
    }

    .agree {
        font-size: 13px;
        margin-top: 4px;
        color: #fff;
    }

    .text {
        font-size: 13px;
        margin-top: 4px;
        text-decoration: underline;
        color: #fff;
    }
}

/* xlg */
@media (min-width: 1200px) {
    img.logo {
        width: 220px;
        height: auto;
    }

    .title {
        font-size: 28px;
    }

    .sizeText {
        font-size: 16px;
    }

    span .size {
        font-size: 30px;
    }

    span.details {
        font-size: 13px;
    }

    span.sizeText {
        font-size: 13px;
        text-decoration: underline;
        color: #fff;
    }

    p.sizeText {
        font-size: 14px;
    }

    .agree {
        font-size: 13px;
        margin-top: 4px;
        color: #fff;
    }

    .text {
        font-size: 13px;
        margin-top: 4px;
        text-decoration: underline;
        color: #fff;
    }
}

.card-block {
    background: #000;
    border-radius: 20px;
    flex: 1;
    overflow-y: auto;
}


.container {
    top: 50%;
}

body {
    background: #CD212A;
}

.static-container {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
}
.mt-10 {
    margin-top:3rem;
}

.otp-input-wrapper {
    position: relative;
}

.otp-boxes {
    display: flex;
    justify-content: space-between;
    gap: 0.45rem;
    margin-bottom: 0.25rem;
}

.otp-box {
    width: 2.35rem;
    height: 2.8rem;
    border: 2px solid #ced4da;
    border-radius: 0.5rem;
    background: #fff;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 600;
    user-select: none;
}

.otp-box.filled {
    border-color: #0d6efd;
}

.otp-box.active {
    box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.25);
}

.otp-real-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 2.8rem !important;
    opacity: 0;
    pointer-events: auto;
    z-index: 2;
}
