html {
    background: transparent !important;
}

.full-width {
    margin: 0 !important;
    padding: 0 !important;
}

.center {
    text-align: center !important;
}

.apex_footer {
    font-size: 12px;
    color: #A098AE;
}

.am-auth-form {
    width: auto !important;
    max-width: 100% !important;
}

.am-form form,
.am-form fieldset legend,
.am-auth-form form,
.am-auth-form div.am-row {
    border: 0 !important;
    box-shadow: none !important;
    background: none !important;
}

.am-form fieldset legend {
    color: #374557;
    font-size: 1.25rem !important;
    font-weight: 600;
}

.am-login-form-form .am-element-title,
.am-sendpass-form .am-element-title {
    display: none !important;
}

.am-login-form-form .am-element,
.am-sendpass-form .am-element {
    margin-left: 0 !important;
}

.form-control {
    color: #6e6e6e;
    line-height: 2.4 !important;
    font-size: 1rem;
    height: 2.5rem !important;
    border-radius: 0.625rem !important;
    border-color: #ccc !important;
}

.btn-primary {
    background-color: #0f1d7b;
    border-color: #0f1d7b;
}

.am-form span.am-error {
    font-weight: 600;
}

.footer-row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.card-footer {
    padding: 0 !important;
    font-size: 1rem;
}

footer {
    color: #919191;
    font-size: 14px;
    text-align: center;
    padding: 2em 0;
    overflow: hidden;
    clear: both;
}

.ajax-link,
.local-link,
.local {
    text-decoration: none;
    position: relative;
    border-radius: 8px;
    border: none !important;
    font-size: 15px;
    letter-spacing: -1px;
    color: #226b9a !important;
    text-decoration: underline;
}

.footer-credits {
    margin-top: 1em;
}

.card-header {
    padding: 0.5rem 1rem !important;
    background: #132c56 !important;
}

.card-title {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.card-body {
    padding: 0.75rem 1rem !important;
}

.card-body a {
    font-size: 1rem;
}

.page-titles .breadcrumb li.active {
    font-weight: normal !important;
}

#member-main-links-head {
    display: none !important;
}

.hide,
.hidden {
    display: none;
}

.am-page-profile #row-address-0-legend {
    text-align: center;
}

.am-form div.am-element-title .comment {
    font-size: 0.75rem;
}

.am-form select {
    padding: 0 0.75rem !important;
}

.am-form fieldset legend {
    background-color: #132c56 !important;
    background-image: none !important;
    border-radius: 0 !important;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 0.5em !important;
    padding: 0.5em 0.75em;
    text-shadow: none;
    color: #fff;
}

.signupTitle {
    background-color: #132c56 !important;
    background-image: none !important;
    border-radius: 0 !important;
    font-size: 30px !important;
    font-weight: bold;
    letter-spacing: -1px;
    text-shadow: none;
    color: #fff;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0.5em 1rem;
    box-sizing: border-box;
}

.out-footer {
    padding: 0 1rem !important;
}

.signupTitle small {
    font-size: 1.1rem;
}

.nav-header .logo-abbr {
    width: 75px !important;
    height: 75px !important;
}

.nav-header .brand-title {
    margin-left: 0 !important;
}

ul.am-active-invoice-product-list,
ol.am-active-invoice-product-list {
    padding-left: 1.5rem !important;
}

li.am-active-invoice-product {
    list-style: disc;
}

.am-active-invoice-date.card-body {
    font-size: 1rem;
}

.am-active-invoice-item-title {
    font-weight: bold;
}

.metismenu span.material-symbols-outlined {
    font-size: 1.375rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    height: auto;
    width: auto;
    text-align: center;
    margin-right: 0.65rem;
    border-radius: 0.125rem;
    line-height: 1;
    border-radius: 0.625rem;
    font-style: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

@media (min-width: 768px) {
    .nav-control {
        display: none;
    }
}

@media (min-width: 500px) {
    .am-form div.am-element {
        margin-left: 45%;
    }

    .am-form div.am-element-title {
        width: 45%;
    }
}