body,
html {
    height: 100%;
}

.bg-custom {
    z-index: 100;
    background-color: #f8fafb;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .float-card {
    z-index: 999;
    position: fixed;
    top: 10%;
    right: 0;
    width: 100%;
}

.card {
    border-radius: 10px;
    border: none !important;
    box-shadow: rgb(82 122 181 / 20%) 0px 40px 99px !important;
}

.btn-rounded {
    border-radius: 30px;
    width: 120px;
    height: 45px;
}

hr {
    border: 1px dotted #f39700;
    border-style: none none dotted;
    color: #fff;
    background-color: #fff;
}

.variable-width {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .vh-height {
        height: 90vh;
        position: relative;
    }

    .vertical-center {
        width: 100%;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .vertical-center-image {
        width: 95%;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .variable-width {
        width: 70%;
    }
} */