.body-bg {
    background: #F2F2F2;
    overflow-x: hidden;
}

    .body-bg form {
        height: 100%;
    }

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/*.wrapper--UserLogin, .wrapper--Register, .wrapper--ResetPassword, .wrapper--NewPassword {
    height: 100%;
    display: flex;
    flex-direction: column;
}*/

.wrapper-inner {
    position: relative;
    flex: 1;
}

.col--spacing {
    text-align: center;
}

.card {
    border: 1px solid #ccc;
    padding: 3rem;
    margin: 4rem;
    cursor: pointer;
    background: #fff;
}

    .card:hover {
        border: 1px solid #C90107;
    }

    .card .icon, .heading-5 {
        padding-bottom: 2rem;
    }

.icon--lg {
    width: 5.6rem;
    height: auto;
    fill: #C90107;
}

.divider {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.contactUs-info {
    display: flex;
}

.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.home-section {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 220px;
    padding-bottom: 220px;
    padding-left: 0px;
    padding-right: 0px;
    background: url(../images/api-bg-1920x750.jpg) top center no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-section-overlay {
    width: 100%;
    background: #0c314e;
    opacity: 0.82;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.container--padding {
    padding: 0;
}

.heading-color {
    color: #fff;
}

.btn-marketing {
    background-color: #FFBF00;
    border: .1rem solid transparent;
    color: #222;
}

    .btn-marketing:hover {
        background-color: #ffe38e;
        text-decoration: none;
        color: #222;
    }

.icon-avatar {
    width: 2.6rem;
    height: 2.6rem;
}

.dropdown--flex, .header__user--flex {
    display: flex;
    align-items: center;
}


.api-request-data {
    display: flex;
}

.search-operation-data {
    display: flex;
    align-items: center;
}

.api-request-data .badge {
    margin-left: 2rem;
}

.badge-ol.badge-info {
    border-color: #00838f;
}


.step-counter-desc {
    display: flex;
    flex-direction: column;
}

.btn-container--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
}

.dropdown--profile .dropdown-menu--width {
    width: 20rem;
    inline-size: fit-content;
}
