﻿* {
    font-family: 'Roboto'
}
body {
}
input:checked + .bg-primary {
    background-color: #3bb294 !important;
}
    body.loginPage {
    padding-bottom: 30px;
    padding-top: 40px;
    height: 100vh;
}
body.loginPage footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    overflow: hidden;
    text-align: center;
}
body.loginPage > div.menu {
    display: none !important;
}
body.loginPage .card-header {
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-shadow: none !important;
}
#loginBtn {
    width: 100%;
    background-color: #3bb294;
    border-color: #3bb294;
    font-weight: bold;
}
#registerBtn {
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
}
.login-remember > div > * {
    display: inline-block;
    vertical-align: middle;
}
.secondaryLogin.row {
    margin-top: 20px;
    margin-bottom: 30px;
}
body > .menu {
    padding: 5px 10px !important;
}
.menu-logo img {
    height: 50px;
    vertical-align: middle;
    display: inline-block;
}
.menu-logo span {
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: text-bottom;
    margin-bottom: -3px;
}
.alert {
    padding: 0;
    margin-top: -20px;
}

.alert-danger {
    background-color: transparent;
    color: #e74c3c;
}
body.embedPage .menu {
    display: none !important;
}
body.embedPage h4 {
    display: none;
}
body.embedPage .col-lg-2 {
    display: none;
}
body.embedPage #manageProfileSave {
    display:none;
}
body.embedPage .alert-success {
    margin-top: 0;
    padding: 11px 10px;
}
body.embedPage .personalDataCont .alert {
    margin-top: 0;
    padding: 5px 10px;
}
.btn-primary {
    color: #fff;
    background-color: #3bb294;
    border-color: #3bb294;
}
.embedPage .cc-type-info {
    display: none !important;
}
.logged-out-container {
    display: none !important;
}
.consent-container {
    text-align: center;
    max-width: 490px;
    margin: 30px auto 0;
}
.page_Consent .menu {
    display:none !important;
}
.appHeader {
    background: #3ab193;
    color: #fff;
    font-size: 26px;
}
.appHeader em {
    font-style: normal;
    font-weight: bold;
}
#loginDisclaimer img {
    vertical-align: bottom;
    margin: 0 0 1px;
    height: 23px;
}
div#loginDisclaimer {
    font-size: 13px;
}
body.loginPage {
    background: url(/images/bg.jpg);
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}