@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    font-family: Inter, sans-serif;
    background: #fff;
}

@media (min-width: 992px) {
    html,
    body {
        font-size: 100%;
    }
}

body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

h1 {
    font-weight: 800;
    font-family: Inter, sans-serif;
    color: #272727;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: Inter, sans-serif;
    color: #272727;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 0.95rem;
}

h4 {
    font-size: 0.8rem;
}

h5 {
    font-size: 0.77rem;
}

label {
    font-weight: 500;
    font-size: 0.95rem;
}

p {
    font-size: 12pt;
}

.form-control {
    border-radius: 0px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

input[type="checkbox"] {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.h-link {
    color: #87b6cc;
}

.form-label {
    margin-bottom: .2rem;
}

.checkBox-Label {
    margin-left: 10px;
    margin-top: -28px;
    flex-direction: row;
}

/*Menu Panel*/

.navbar {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    padding: .75rem 1rem;
}

.navbar .navbar-brand img {
    width: 150px;
}

/*Landing Page*/

#l-page {
    padding: 8rem 0 5rem;
}

#t-login-form {
    background: #f7f7f7;
    padding: 2rem !important;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}

@media (max-width: 575px) {
    #l-banner {
        padding: 7rem 0 3rem;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .formCol {
        width: auto;
    }
}

@media (min-width: 992px) {
    .formCol {
        width: 40%;
    }
}

/*Sign In*/

.login-btn {
    color: #fff !important;
    background: #505050;
    border-radius: 25px;
    padding: 10px 45px;
    border: none;
}

.custom-modal-para {
    font-size: 12pt;
    color: #ababab;
}

.h-form-title {
    margin-bottom: 30px;
}

/*Footer*/

footer {
    background: #fff;
    padding: 20px 10px;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05);
    line-height: 2;
}

#footer p {
    text-align: center;
    font-size: 12pt;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

#footer a {
    color: #333;
}

#footer img {
    width: 20px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}