    @charset "UTF-8";
    body {
        font-family: Poppins, Helvetica, sans-serif!important
    }
    
    .siteColor {
        color: #cc6018;
    }
    
    .auth-top-pad {
        padding-top: 10rem;
    }
    
    .auth-content h3 {
        font-size: 2.5rem;
    }
    
    .auth-content p {
        font-size: 1.75rem;
        color: #46566b;
    }
    
    .auth-aside {
        padding: 0 0;
    }
    
    .auth-aside {
        padding: 67px 114px;
    }
    
    .auth-aside h2 {
        font-size: 30px;
    }
    
    .auth-aside span {
        font-size: 18px;
    }
    
    .auth-aside label {
        font-size: 16px;
    }
    
    .auth-aside input {
        padding: 17px 22px;
        font-size: 17px;
    }
    
    .auth-aside .form-control {
        background-color: #F3F6F9;
        border-color: #F3F6F9;
        color: #3F4254;
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        height: 65px;
    }
    
    .auth-aside .alert ul {
        margin-bottom: 0;
    }
    
    .login.login-2 .login-forgot,
    .login.login-2 .login-signin {
        display: none
    }
    
    .login.login-2.login-signin-on .login-signin {
        display: block
    }
    
    .login.login-2.login-signin-on .login-forgot {
        display: none
    }
    
    .login.login-2.login-forgot-on .login-signin {
        display: none
    }
    
    .login.login-2.login-forgot-on .login-forgot {
        display: block
    }
    
    .login.login-2 .content .content-img {
        min-height: 450px
    }
    
    .invalid-feedback strong {
        font-size: 12px;
        text-align: center;
        display: block;
        background: #f8d7da;
        color: #721c24;
        font-weight: normal;
        padding: 9px 0;
    }
    
    @media (min-width:992px) {
        .login.login-2 .login-aside {
            width: 100%;
            max-width: 600px
        }
        .login.login-2 .content .content-img {
            min-height: 600px!important
        }
        .login.login-2 .login-form {
            width: 100%;
            max-width: 450px
        }
    }
    
    @media (min-width:992px) and (max-width:1399.98px) {
        .login.login-2 .login-aside {
            width: 100%;
            max-width: 600px
        }
    }
    
    @media (max-width:991.98px) {
        .login.login-2 .content .content-img {
            min-height: 470px!important;
            background-size: 700px
        }
        .login.login-2 .login-form {
            width: 100%;
            max-width: 400px
        }
    }
    
    @media (max-width:575.98px) {
        .login.login-2 .content .content-img {
            min-height: 280px!important;
            background-size: 400px
        }
        .login.login-2 .login-form {
            width: 100%;
            max-width: 100%
        }
    }
    
    .flex-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    
    .bgi-no-repeat {
        background-repeat: no-repeat
    }
    
    .bgi-position-y-bottom {
        background-position-y: bottom
    }
    
    .bgi-position-x-center {
        background-position-x: center
    }
    
    .flex-root {
        -webkit-box-flex: 1;
        flex: 1;
        -ms-flex: 1 0 0px
    }
    
    .flex-column-auto {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
    
    .flex-column-fluid {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    
    .flex-row-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    
    .flex-row-fluid {
        -webkit-box-flex: 1;
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0
    }
    
    @media screen and (-ms-high-contrast:active),
    (-ms-high-contrast:none) {
        .flex-row-fluid {
            min-width: none
        }
    }
    
    .flex-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    html {
        font-family: sans-serif;
        -moz-text-size-adjust: 100%;
        text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent
    }
    
    body,
    html {
        height: 100%;
        margin: 0;
        padding: 0;
        font-size: 13px!important;
        font-weight: 400;
        font-family: Poppins, Helvetica, sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #3f4254
    }