/* START User login css */
body {
    font-family: "Helvetica", "NimbusSanLRegular", Arial, sans-serif;
}

.bgpositionshorthand body {
    font-family: "Helvetica", "NimbusSanLRegular", Arial, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none !important;
}

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

.pinpaws-affiliate-user-login-bg-img {
    background-image: var(--login-page-background-img);
}

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

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

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

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

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

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

#parsley-id-3,
#parsley-id-5,
#parsley-id-7 {
    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;
    /* border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; */
}

/* 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;
}

/* END login css */

/* 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** */