
body {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px !important;
    font-family: Inter,Helvetica,sans-serif;
    background-image: url("../img/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}

.card {
    border:0;
    box-shadow:0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    background-color:#ffffff;
}

.card .card-body {
    padding: 2rem 2.25rem;
}

.card-body {
    flex: 1 1 auto;
}

.mb-7 {
    margin-bottom: 1.75rem !important;
}

.mb-13 {
    margin-bottom: 3.25rem !important;
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}

.text-gray-500 {
    color: #A1A5B7 !important;
}

.text-gray-900 {
    color: #181C32 !important;
}

.fs-6 {
    font-size: 1.075rem !important;
}

.fw-semibold {
    font-weight: 500 !important;
}

.fw-bolder {
    font-weight: 700 !important;
}

h1 {
    outline: 0;
    line-height: 1.2;
    font-size: calc(1.3rem + .6vw);
}

.h-40px {
    height: 12rem !important;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .w-lg-650px {
        width: 650px !important;
    }
    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

@media (max-width: 991.98px) {
    body, html {
        font-size: 12px !important;
    }
}

@media (max-width: 767.98px) {
    body, html {
        font-size: 12px !important;
    }
}