body {
    font-family: 'Lato', sans-serif;
}

.bgpositionshorthand body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.btn {
    box-shadow: none !important;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

.parsley-errors-list.filled {
    display: block;
}

.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
}

.login-body-content {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.admin-login-bg-img {
    background-image: var(--login-page-background-img);
}

.admin-login-wrapper {
    height: 100vh;
}

.admin-login-wrapper .card .card-body h1 {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.admin-login-wrapper .wd-xl {
    width: 370px;
}

.mt-140 {
    margin-top: 140px;
}

.form-control {
    font-size: 14px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.admin-login-wrapper .login-group ul {
    position: absolute;
    top: 37px;
}

.icon-inside {
    position: relative;
}

.icon-inside i {
    position: absolute;
    right: 12px;
    top: 11px;
    z-index: 8;
}

.form-control {
    height: 36px;
}

.card-flat {
    border-radius: 8px;
}

.form-control.login-form-control {
    padding-left: 12px;
    padding-right: 35px;
    margin-bottom: 8px;
}

.page-loader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0px;
    font-size: 25px;
    display: inline-grid;
    align-content: center;
}

.page-loader .img-responsive.verticalhorizontal {
    width: 100px;
    margin: 0 auto;
}

.page-loader .brand-loader-spinner {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, 0.12);
    border-top-color: var(--primary-color);
    animation: oneAdminBrandLoaderSpin 0.9s linear infinite;
}

@keyframes oneAdminBrandLoaderSpin {
    to {
        transform: rotate(360deg);
    }
}

.form-login-icon {
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.wrapper,
.overflow-auto,
html {
    scrollbar-width: thin;
}

.toast {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    max-width: 380px;
}

/* Pre-login pages use inline alerts; suppress toastr UI globally to prevent broken overlays. */
#toast-container,
.toast-top-right,
.toast-top-left,
.toast-top-center,
.toast-bottom-right,
.toast-bottom-left,
.toast-bottom-center,
.toast-bottom-full-width,
.toast-top-full-width {
    display: none !important;
}

.login-group {
    position: relative;
}
