@import url('https://fonts.cdnfonts.com/css/avenir');

*:not(.fa):not(.fas)  {
    /*font-family : 'Avenir', sans-serif !important;*/
}

.admin-brand-img {
    max-height: 50px;
}

.sm-screen-logo > img,
.lg-screen-logo > img {
    max-height: 60px;
}

@media (max-width: 767px) {
    .sm-screen-logo {
        display: block;
    }

    .lg-screen-logo {
        display: none;
    }
}

@media (min-width: 768px) {
    .sm-screen-logo {
        display: none;
    }

    .lg-screen-logo {
        display: block;
    }
}

.td-checkbox {
    width: 5%;
}

fieldset {
    padding: 20px;
    border: 1px solid #bfcfd9;
    margin-bottom: 40px;
}

legend {
    font-size: 20px;
    width: auto;
    min-width: unset;
    font-weight: bold;
}

#page-login-index {
    background-image: url('../images/about-bgimage02.jpg');
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
}

#page-login-index::before {
    position: absolute;
    content: "";
    background-color: rgba(164, 162, 161,0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}

.form-control {
    display: block;
    width: 100%;
    /* height:calc(1.5em + 0.75rem + 2px); */
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 2.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #768192;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}