.h-100vh {
    height: 100vh !important;
}

.logo {
    width: 100px;
    border-radius: 15px;
}

.get-insurance-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: luminosity;
    background-color: var(--insur-white);
    opacity: 0.1;
    z-index: -1;
}

.red-error {
    color: red;
    font-style: italic;
    font-size: 14px;
}