/* START login css */
body {
    font-family: 'Roboto Flex', sans-serif;
}

.bgpositionshorthand body {
    font-family: 'Roboto Flex', 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: url(../../img/loginbg.webp);
}

.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: 330px;
}

.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;
}

.form-control.login-form-control {
    padding-left: 12px;
    padding-right: 35px;
    margin-bottom: 8px;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

/* END login css */

/* START PRELOADER CSS */
.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;
}

/* END PRELOADER CSS */
.form-login-icon {
    cursor: pointer;
}

/* Chrome scrollbar custom start */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Chrome scrollbar custom end */
/* Firefox scrollbar custom start */
.wrapper,
.overflow-auto,
html {
    scrollbar-width: thin;
}

/* Firefox scrollbar custom end */

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

.toast-close-button {
    margin: 0 auto;
    font-weight: 500;
    font-size: 23px;
    top: 0;
}

#toast-container>div {
    opacity: 1;
    width: 380px;
}

.toast-message {
    width: 100%;
}

/* **toast msg end** */

/* **new password strength card start** */
.npass-strength-wrap {
    margin-top: 10px;
}

.password-strength-info {
    border-radius: 4px;
    padding: 10px;
}

.progress-strength {
    height: 7px;
    margin-bottom: 5px;
}

#pswd_info ul {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}

#pswd_info ul li {
    padding: 0 0 0 20px;
}

#pswd_info ul li::before {
    position: absolute;
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    font-weight: 400;
    margin-left: -18px;
}

#pswd_info ul li.valid::before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    font-weight: 400;
    margin-left: -18px;
}

#passwordStrength {
    display: block;
    height: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
    background-size: 11px 11px;
}

.strength0 {
    width: 2%;
}

.strength1 {
    width: 25%;
}

.strength2 {
    width: 50%;
}

.strength3 {
    width: 75%;
}

.strength4 {
    width: 90%;
}

.strength5 {
    width: 100%;
}

/* **new password strength card end** */
.login-group {
    position: relative;
}
span.alert_danger.text-absolute.strength-chk-error {
    margin-top: -25px;
}
span.alert_danger.text-absolute {
    position: absolute;
}
.alert_danger {
    font-size: 12px;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}