html {
    font-family: 'Manrope' !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
}

@font-face {
    font-family: 'Manrope';
    src: url("../fonts/Manrope-Regular.woff2");
}

@font-face {
    font-family: 'Manrope Bold';
    src: url("../fonts/Manrope-Bold.woff2");
}

@font-face {
    font-family: 'Manrope Extrabold';
    src: url("../fonts/Manrope-Extrabold.woff2");
}

body {
    font-family: 'Manrope' !important;
}

.auth-content {
    font-family: 'Manrope' !important;
}

input,
div.form-group {
    box-shadow: none !important;
}

div input.loginForm {
    background-color: #2258F5;
}

.no-modal .form-group label {
    color: #232323;
    font-size: 19px;
    font-weight: normal;
    line-height: 18px;
}

.login-placer .login-form .form-group .btn{
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Manrope Bold';
}

.login-placer {
    display: block;
}

.login-container, .logout-container {
    margin: auto;
}

.logout-container {
    max-width: 279px;
}

.login-form form {
}

.login-form h2 {
    margin: 0 0 15px;
}

.pre-login {
    border: none;
    color: #001E60;
    font-size: 24px;
    font-family: 'Manrope Bold';
    padding-bottom: 10px;
    text-align: center;
}

.login-btn {
    background-color: #2258F5;
    border: none;
    color: #FFF;
    outline: none;
}

.login-btn:hover {
    background-color: #1447DA;
    color: #FFF;
}

.login-form .form-group, .actionSection, .support {
    margin-left: auto;
    margin-right: auto;
    max-width: 279px;
}

.col-lg-12.login-form-btn {
    padding: 0;
}

.main {
    width: 50%;
    margin: 50px auto;
}

.has-icon .form-control {
    padding-left: 2.375rem;
}

.has-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

body {
    background-color: #f8f8ff;
}


body {
    font-family: 'Manrope';
    color: #001e60;
}

.font-bold {
    font-family: 'Manrope Bold';
}

.logo-placer {
    background-image: url("../img/logo.svg");
    background-size: 170px 48px;
    background-repeat: no-repeat;
    height: 100px;
    margin-left: -7px;
}

.category-header{
    text-align:center;
    font-weight:bold;
    cursor: pointer;
}


@media screen and (max-width: 1090px) {
    .users .btn-preview{
        margin-left:0px;
    }
}

.footer
{
    font-size:10px;
}

.footer span
{
    padding-left:0.5rem;
}

.footer-row
{
    padding-top: 4rem;
}

.mt-custom-2
{
    margin-top: 2rem!important;
}

.top-panel {
    background-color: #0F2035;
    height: 100px;
    margin-bottom: 40px;
    padding-top: 20px;
}

.bottom-panel {
    background-color: #0F2035;
    color: #CAD9FF;
    font-size: 16px;
    height: 100px;
    margin-top: 40px;
}

.col-md-12.row {
    padding-left: 0;
    padding-right: 0;
}

div.show button {
    background-color: #203C5F;
}

* {
    margin: 0;
}
html, body {
    height: 100%;
}

.wrapper {
}
.bottom-panel, .wrapper::after {
    height: 100px;
}

.main-row {
    min-height: 100%;
    height: auto !important;
    overflow: auto;
    padding-bottom:100px; /* this needs to be bigger than footer height*/
    margin: 0;
}

.footer {
    position: relative;
    margin: -100px 0 0 0; /* negative value of footer height */
    height: 100px;
    clear:both;
}

.login-btn.login-on-logout-page {
    min-height: 28px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: none !important;
    outline: none;
}
a,
a:hover,
a:focus,
a:active {
    -webkit-box-shadow: none !important;
    outline: none;
    color: #CAD9FF;
}

a.btn,
a.btn:hover,
a.btn:focus,
a.btn:active {
    -webkit-box-shadow: none !important;
    outline: none;
}
.login-btn:-webkit-autofill,
.login-btn:-webkit-autofill:hover,
.login-btn:-webkit-autofill:focus,
.login-btn:-webkit-autofill:active  {
    -webkit-box-shadow: none !important;
    outline: none;
}
