@import url('https://fonts.googleapis.com/css?family=Overpass:400,600&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap'); */
*{outline: none !important;}
a:hover{text-decoration: none;}
body {
    font-family: 'Overpass',sans-serif;
    font-size: .875rem;
    font-weight: 400;
    background: #f5f5f5;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    color: #31708F;
    font-weight: 400;
    padding: 0px;
    width: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 1 !important;
    background: none;
    border-top: none;
    border-bottom: none; 
}
.preloader .text {
    width: 300px;
    margin: 0 auto;
    height: 40px;
    background-color: #FFF3CD;
    border-top: none;
    border-left: 1px solid #ffeeba;
    border-right: 1px solid #ffeeba;
    border-bottom: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 3px;
}
.main-wrapper {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
}
.main-wrapper .page-wrapper.full-page {
    width: 100%;
    margin-left: 0;
}
.main-wrapper .page-wrapper {
    min-height: 100vh;
    background: #f0f0f0;
    width: calc(100% - 240px);
    margin-left: 240px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-transition: margin .1s ease,width .1s ease;
    transition: margin .1s ease,width .1s ease;
}
.align-items-center, .navbar .search-form {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.main-wrapper .page-wrapper.full-page .page-content {
    margin-top: 0;
}
.main-wrapper .page-wrapper .page-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 25px;
    margin-top: 60px;
}
.card {
    box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    border: 1px solid #f2f4f9;
}
.auth-page .auth-left-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/auth-bg1.jpg);
    background-size: cover;
} 
.auth-page .auth-left-wrapper .overlay{
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8; 
} 
.limpato-ui-logo {
    font-weight: 900;
    font-size: 25px;
    letter-spacing: -1px;
    color: #031a61;
}
.limpato-ui-logo span {
    color: #727cf5;
    font-weight: 300;
}
.auth-form-wrapper h5{
    font-size: .96rem;
    font-weight: 400;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.form-group label {
    font-size: .875rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
}
.form-control{
    border: 1px solid #e8ebf1;
    font-weight: 400;
    font-size: .875rem;
    box-shadow: none;
    border-radius: 2px;
    padding: .5rem 1rem;
}
.form-control:focus{
    box-shadow: none;
}
.pwdMask {
    position: relative;
}
.pwdMask .pwd-toggle {
    top: 7px;
    right: 15px;
    color: #ccc;
    position: absolute;
    z-index: 2;
}
.cursor-pointer{
    cursor: pointer;
}
.custom-control-input:valid:focus~.custom-control-label::before{
    box-shadow:none !important;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .125rem;
}
.btn:focus{
    box-shadow:none !important;
}
.sign-link{
    display: block;
    color: #666;
}
.swal2-modal .swal2-header .swal2-title {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.swal2-modal .swal2-content {
    font-size: .875rem;
    color: #686868;
    font-weight: 400;
}
.swal2-modal .swal2-content p{
    margin-bottom: .35rem;
}
.swal2-icon.swal2-question {
    border-color:  #c9dae1;
    color: #87adbd;
}
.swal2-modal .swal2-actions button.swal2-confirm{
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}
.swal2-modal .swal2-actions button{
    font-size: .875rem;
    line-height: 1;
    padding: .75rem 2rem;
}
.swal2-modal .swal2-actions button:focus{
    box-shadow: none;
}
label span.require{
    font-weight: 600;
    color: rgb(173, 1, 38);
}

/* password strength meter */
.input-group-meter .form-control:focus{
    border-color: #e8ebf1;
}
.input-group-meter .input-group-append .btn > i{
    color: #717171;
}
.input-group .form-control{
    border-right: 0;
}
.input-group .input-group-append .btn-light {
    border: 1px solid #e8ebf1;
    border-left: 0;
    padding: .2rem .75rem;
}
meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    height: .5rem;
    
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter[value="1"]::-webkit-meter-optimum-value { background: #dc3545; }
meter[value="2"]::-webkit-meter-optimum-value { background: #fd7e14; }
meter[value="3"]::-webkit-meter-optimum-value { background: #28a745; }
meter[value="4"]::-webkit-meter-optimum-value { background: #177a2e; }
meter[value="1"]::-moz-meter-bar { background: #dc3545; }
meter[value="2"]::-moz-meter-bar { background: #fd7e14; }
meter[value="3"]::-moz-meter-bar { background: #28a745; }
meter[value="4"]::-moz-meter-bar { background: #177a2e; }

.feedback {
    color: #9ab;
    font-size: 90%;
    padding: 0 .25em; 
    margin-top: 1em;
}
.password-strength-result{
    position: relative;
    display: block;
    width: 100%;
}
.password-strength-result .result-content{
    position: relative;
    display: block;
    width: 100%; 
    text-align: center;
    margin-top: .5rem;
}
.password-strength-result .result-content .worst{
    background-color: #f1adad;
    border: 1px solid #e35b5b;
    padding: .25rem .5rem;
    font-size: .92rem;
    font-weight: 600;
}
.password-strength-result .result-content .bad{
    background-color: #fbc5a9;
    border: 1px solid #f78b53;
    padding: .25rem .5rem;
    font-size: .92rem;
    font-weight: 600;
}
.password-strength-result .result-content .weak{
    background-color: #ffe399;
    border: 1px solid #ffc733;
    padding: .25rem .5rem;
    font-size: .92rem;
    font-weight: 600;
}
.password-strength-result .result-content .good{
    background-color: #c1e1b9;
    border: 1px solid #83c373;
    padding: .25rem .5rem;
    font-size: .92rem;
    font-weight: 600;
}
.password-strength-result .result-content .strong{
    background-color: #9fdb90;
    border: 1px solid #83c373;
    padding: .25rem .5rem;
    font-size: .92rem;
    font-weight: 600;
}
.btn{
    font-size: .875rem;
    line-height: normal;
    padding: .5rem 1rem .4rem;
}
.separator-text{
    position: relative;
    text-align: center;
}
.separator-text::before{
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0;
}
.separator-text span.text{
    font-size: 12px;
    line-height: 1.4;
    background: #fff;
    color: #bbb;
    padding: 0 1em;
    position: relative;
    z-index: 1;
}
.btn-primary{
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}
.btn-primary:hover{
    color: #fff;
    background-color: #4e5bf2;
    border-color: #4250f2;
}
.btn-facebook-login{
    background-color: #3A5A97;
    border-color: #3A5A97;
    color: #ffffff;
}
.btn-facebook-login:hover, .btn-facebook-login:focus{
    background-color: #2d4779;
    border-color: #3A5A97;
    color: #ffffff;
}
.btn-google-login{
    background-color: #4285F4;
    border-color: #4285F4;
    color: #ffffff;
}
.btn-google-login:hover, .btn-google-login:focus{
    background-color: #346ccc;
    border-color: #4385F4;
    color: #ffffff;
}