@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {font-family: 'Nunito', sans-serif; font-size: 0.9rem; color: #98a6ad;}
body.authentication-bg {
    background-image: url(../img/bg-pattern-light.svg);
    /* background-image: url(..); */
    background-size: cover;
    background-position: center;
}
body.authentication-bg .account-pages {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}
.bg-secondary {background-color:#28acaf !important;}
.bg-secondary a {font-size: 18px; font-weight: 700; color:#fff;}
.h4, h4 {
    font-size: 1.125rem; color:#838c96;
}
.fw-bold {
    font-weight: 700!important;
}
.text-muted {
    color: #98a6ad;
    font-size: 0.9rem;
}
.float-end {
    float: right!important;
}
.btn-primary {
    background: #3a3795 !important;
    border-color: #3a3795 !important;
}
.bg-secondary {font-size: 18px;
    font-weight: 600;}
.form-control-light {
    background-color: #f1f3fa !important;
    border-color: #f1f3fa !important;
}
input.form-control[type="color"],
input.form-control[type="range"] {
    min-height: 39px;
}
.custom-select.is-invalid:focus,
.custom-select.is-valid:focus,
.custom-select:invalid:focus,
.custom-select:valid:focus,
.form-control.is-invalid:focus,
.form-control.is-valid:focus,
.form-control:invalid:focus,
.form-control:valid:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + 0.9rem + 2px);
}
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.5em + 0.56rem + 2px);
}
.password-eye:before {
    font-family: "Material Design Icons";
    content: "\f06d0";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 16px;
}
.show-password .password-eye:before {
    content: "\f06d1";
}
.input-group-text {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}