body {
    background: url('/assets/vb.jpg') no-repeat;
    background-size: 100% auto;
    color: var(--text-black);
}

.section-white {
    width: 50rem;
    max-width: 100vw;
}

.w-90 {
    width: 80%;
    justify-content: center;
}

.signup-irms {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ir-logo {
    height: 7rem;
    box-shadow: 0 0 5px 5px var(--bs-white);
    border-radius: 999px;
}

.oth-options {
    text-align: right;
    font-size: 15px;
}

.signup-button {
    margin-block: 1rem;
}

.ig-input {
    width: 15rem;
}

.ig-select {
    width: 17rem;
}