@font-face {
    font-family: Poppins;
    font-weight: 300;
    src:         url("/assets/fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: Poppins;
    font-weight: 400;
    src:         url("/assets/fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: Poppins;
    font-weight: 500;
    src:         url("/assets/fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: Poppins;
    font-weight: 600;
    src:         url("/assets/fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: Poppins;
    font-weight: 700;
    src:         url("/assets/fonts/Poppins-Bold.ttf");
}

html, body{
    height: 100%;
    font-family:             Poppins, sans-serif !important;
}

body {
    line-height: 1;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #e7e7e7;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.form-signin input [type=mail]{
    background-color:#fff !important;
    color: #495057 !important;
    font-size: 16px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a{
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover,*/
/*input:-webkit-autofill:focus,*/
/*input:-webkit-autofill:active  {*/
/*    -webkit-box-shadow: 0 0 0 30px white inset !important;*/
/*}*/

a:link {
    color: #000000;
    text-decoration: none;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 30px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.3);
    margin-bottom: 50px;
}
.form-signin h1{
    color: #ffffff;
}
.sign-in-submit:focus{
    box-shadow: none!important;
}
.dark-grey{
    color: #6d6d6d;
    font-size: 1.5rem;
}

.form-signin:before,
.form-signin:after{
    content: '';
    display: block;
    clear: both;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(0 123 255 / 25%);
}

.form-error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.tbu{
    transition: color 0.15s ease-in-out;
    color: #545758;
}
.tech{
    transition: color 0.15s ease-in-out;
}

.copy-rights-brand a:hover span{
    color: #2e3dff;
}

form .icon-wrapper {
    width: 37px !important;
    padding-right: 5px !important;
    padding-left: 3px !important;
}

.invalid{
    color: #909090;
    font-size: 13px;
}

.invalid_old_to_delete{
    border: 1px dotted red;
    /*background-image: linear-gradient(149deg, #bdbdbd 25%, #d7dde0 25%, #d7dde0 50%, #bdbdbd 50%, #bdbdbd 75%, #d7dde0 75%, #d7dde0 100%);*/
    /*background-size: 7.77px 4.67px;*/
    border-radius: 3px;
    color: #b12b55;
    font-size: 1.3em;
    /*background-image: linear-gradient(149deg, #b8717e 25%, #828282 25%, #828282 50%, #b8717e 50%, #b8717e 75%, #828282 75%, #828282 100%);*/
    /*background-size: 23.30px 14.00px;*/
}

.logo-img{
    border-radius: 4px;
}
/*.tech-font{*/
/*    font-family: 'Unica One', cursive;*/
/*}*/

.fs-05em{
    font-size: 0.5em;
}
.fs-2em{
    font-size: 3em;
}
.fs-3em{
    font-size: 3em;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
    color: #fff;
    font-size: 2.2em;
    /*font-family: 'Iceland', cursive;*/
    font-family: Poppins, sans-serif !important;
    overflow: hidden;
    border-right: .15em solid #3b5dff;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
}

@media (max-width: 768px) {
    .tech-font {
        font-size: 22px;
    }
    html, body{
        height: auto;
    }
}

/*@media (max-width: 380px) {*/
/*    #login_submit{*/
/*        width: 261px!important;*/
/*    }*/
/*}*/

.copy-rights-brand{
    color: #4c4c4c;
}


a.crm-title{
    color: #4c4c4c;
    text-decoration: none;
}

.dark-icon svg path{
    fill: #5a5d60;
    stroke: #5a5d60;
}

.login {
    margin-top: 40px;
}
input {
    font-size: 16px !important;
}
input:-webkit-autofill::first-line {
    font-size: 16px;
    font-family: Poppins, sans-serif !important;
}

#login_submit{
    background-color: #0A79DB;
    font-size: 16px;
    height: 38px;
    position: relative;
    width: 180px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    box-shadow: none !important;
    margin: auto;
}

#login_submit:focus{
    border:none!important;
}

#login_submit:hover{
    background-color: #238fff;
}

/* Preload */
.preloader-inner {
    position:   fixed;
    z-index:    2222;
    top:        0;
    right:      0;
    bottom:     0;
    left:       0;
    background: #fff;
}

.preloader-inner__row {
    position:    relative;
    top:         50%;
    left:        50%;
    width:       70px;
    height:      70px;
    margin-top:  -35px;
    margin-left: -35px;
    text-align:  center;
}

.preloader {
    width:                 70px;
    height:                70px;
    -webkit-animation:     spin 2s linear infinite;
    -o-animation:          spin 2s linear infinite;
    animation:             spin 2s linear infinite;
    border:                16px solid #6d6e71;
    border-top-color:      #3d85c6;
    border-bottom-color:   #44c8f5;
    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform:    rotate(0deg);
        -ms-transform:     rotate(0deg);
        -o-transform:      rotate(0deg);
        transform:         rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform:    rotate(360deg);
        -ms-transform:     rotate(360deg);
        -o-transform:      rotate(360deg);
        transform:         rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform:    rotate(0deg);
        -ms-transform:     rotate(0deg);
        -o-transform:      rotate(0deg);
        transform:         rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform:    rotate(360deg);
        -ms-transform:     rotate(360deg);
        -o-transform:      rotate(360deg);
        transform:         rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform:    rotate(0deg);
        -ms-transform:     rotate(0deg);
        -o-transform:      rotate(0deg);
        transform:         rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform:    rotate(360deg);
        -ms-transform:     rotate(360deg);
        -o-transform:      rotate(360deg);
        transform:         rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform:    rotate(0deg);
        -ms-transform:     rotate(0deg);
        -o-transform:      rotate(0deg);
        transform:         rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform:    rotate(360deg);
        -ms-transform:     rotate(360deg);
        -o-transform:      rotate(360deg);
        transform:         rotate(360deg);
    }
}
.reset-password{
    font-size: 14px;
    margin-top: 10px;
}
.reset-password a{
    color: #909090!important;
    transition: color 0.1s ease-in-out;
}
.reset-password a:hover{
    color: #000!important;
}
.login .invalid {
    transition: 0.2s;
}
.login .invalid.blink {
    transform: scale(1.048);
}

.range-slider.inactive{

}