:root {
    --primary: #960000;
    --secondary: #005192;
    --secondary-op: 0,81,146;
}

* {
    font-family: 'Nunito Sans', sans-serif !important;
}


/*body {
    font-family: 'Nunito Sans', sans-serif !important;
}*/

.alert-icon>.message {
    border: 1px solid #ff0000 !important;
}
.alert-success.alert-icon>.message {
    border: 1px solid rgba(27, 20, 100, 1) !important;
}

.alert-icon.alert-danger>.icon {
    background-color: #ff0000 !important;
}

.alert-icon.alert-danger>.icon:after {
    border-left-color: #ff0000 !important;
}

.alert-icon.alert-success>.icon {
    background-color: #ff0000 !important;
}

.alert-icon.alert-success>.icon:after {
    border-left-color: #ff0000 !important;
}

button#logMeOutBtn,
button#logMeOutBtn:hover,
button#logMeOutBtn:active,
button#logMeOutBtn:focus,
button#logMeOutBtn:disabled {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
}

input[type=checkbox]:checked+label:before {
    color: #4a4949 !important;
}

.am-splash-screen {
    background: #fff;
}

.am-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.am-content {
    margin: auto !important;
    min-width: 250px !important;
    max-width: 350px !important;
    width: 100% !important;
}

.main-content {
    padding: 0 !important;
    width: 100% !important;
}

.login-container {
    padding: 0px !important;
}

@media (max-width: 767px) {
    .login-container {
        margin: 0 !important;
        height: 100%;
        max-height: calc(100vh - 200px);
    }
}

.login-container .panel-default {
    margin-bottom: 0px !important;
}

.panel-heading {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.panel-body {
    padding: 10px 10px 0 10px !important;
}

.input-group-addon {
    display: none;
}

.input-group {
    width: 100%;
    border-bottom: 0 !important;
    padding: 0 !important;
}

.form-group {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.form-group label {
    font-size: 15px;
    letter-spacing: 0.32px;
    color: #525252;
}

.form-control,
.form-control:active,
.form-control:focus,
.form-control:hover {
    border: 0 none !important;
    box-shadow: 0 0 3px #979797 !important;
    background-color: #ffffff !important;
    border-bottom: 0.1px solid #8d8d8d !important;
    border-radius: 0 !important;
    padding: 10px 12px !important;
}

.login-submit {
    padding: 0 !important;
    padding-top: 10px !important;
    margin-bottom: 0px !important;
}

.required {
    color: #ff0000 !important;
}

.navbar {
    background: #fff !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.navbar-brand {
    /*padding: 0 !important;*/
    height: 72px !important;
    /*margin: 21px !important;*/
}

.navbar-brand img {
    width: 234px !important;
}

.navbar-fixed-bottom {
    padding-bottom: 10px !important;
    text-align: center !important;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
    font-weight: bold !important;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}


/* .btn:focus{
    outline:none !important;
    box-shadow: none !important;
} */

.logo-h1 {
    font-size: 29px !important;
    font-weight: bold !important;
}

.text-reset {
    color: #4a4a4a !important;
}

.pd-top {
    padding: 21px 10px !important;
}

.account {
    font-size: 17px;
    color: #4a4a4a !important;
    padding-right: 20px;
}

.free_demo {
    border-radius: 5px !important;
    background-color: #f8f8f8 !important;
    border: 1px solid #4a4a4a !important;
    color: #4a4a4a !important;
    font-size: 14px !important;
    padding: 3px 13px !important;
}

@media (min-width:0px) and (max-width:576px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: relative !important;
    }
}

.alert-icon.alert-success>.icon {
    background-color: rgba(27, 20, 100, 1) !important;
}

.alert-icon.alert-success>.icon:after {
    border-left-color: rgba(27, 20, 100, 1) !important;
}

.alert.alert-icon.alert-success#error_message>.message {
    border: 1px solid rgba(27, 20, 100, 1) !important;
}

[class^="s7-"],
[class*=" s7-"] {
    font-family: 'Stroke 7' !important;
}

.login-container .panel-default .panel-body .form-group .input-group .form-control {
    color: #3a3839 !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #3a3839 !important;
}
