body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
}


.access_section {
    background-image: url('../images/bg-login.jpg') !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    /* background-attachment: fixed; */
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    min-height: 100vh;
}

.form-control::-webkit-input-placeholder {
    font-size: 80%;
}

.form-control::-moz-placeholder {
    font-size: 80%;
}

.form-control:-ms-input-placeholder {
    font-size: 80%;
}

.form-control::-ms-input-placeholder {
    font-size: 80%;
}

.form-control::placeholder {
    font-size: 80%;
}

/* .login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
    border-right: 1;
} */

.cf__btm {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 85%
}

.card_title_link {
    text-decoration: none;
    color: rgba(0, 123, 255, 0.89);
    transition: all 0.3s ease;
}

.card_title_link:hover {
    color: rgba(0, 123, 255, 1);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745 !important;
}

@media (min-width: 992px) {

    #qas-signup-body {
        width: 55%;
    }

    #qas-signup-feedback-body {
        width: 50%;
    }
}


@media (max-width: 991px) {

    html,
    body {
        overflow-y: scroll;
    }

    #qas-signup-body {
        width: 70%;
        margin-top: 8rem;
    }
}


@media (max-width: 767px) {

    #qas-signup-body {
        width: 90%;
    }
}


@media (max-width: 576px) {

    #qas-signup-body {
        width: 90%;
    }
}



/* @media (min-width: 768px) {

    #qas-signup-body {
        width: 55%;
    }
} */