body {
    background: #ffffff;
    color: var(--main-brand-body-color);
    font-family: var(--main-secondary-brand-font);
    font-weight: 400;
    font-size: var(--main-brand-font-size);
    margin: 0;
    padding: 0;
}
/*BESA header CSS*/
.header-container, .footer-container {
    max-width: 1280px !important;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
}


.dflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    height: 80px;
}

.login-btn {
    background: #1c2a4a;
    border-radius: 20px;
    color: #fff;
    padding: 5px 20px;
}

/*BESA footer CSS*/

.footer-bg {
    padding: 60px;
    background-color: #3b495b;
}

.footer_logo {
    height: 100px;
}


/*Login section CSS*/

.section-login-form {
    margin: auto;
    padding: 2em 1.5em;
}

.section-form {
    margin: auto;
    padding: 1em 0.5em;
}

label.section-form-label {
    display: block;
    margin-bottom: 0.4em;
}
.validation {
 display: none;
 color: red !important;
}


.section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
.section-form-row select,
.section-form-row textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
.section-form-row select,
.section-form-row textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
.section-form-row select,
.section-form-row textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
.section-form-row select,
.section-form-row textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section-input-field {
    border-radius: var(--main-brand-input-border-radius);
    border: 1px solid var(--main-brand-border-color);
    box-sizing: border-box;
    font-size: var(--main-brand-font-size);
    margin-bottom: 0.7em;
    padding: 14px 32px;
    width: 100%;
}


.section-button {
    font-size: var(--main-brand-font-size);
    font-family: var(--main-secondary-brand-font);
    border-radius: var(--main-brand-button-border-radius);
    padding: 14px 32px;
}

    .section-button:hover {
        cursor: pointer;
    }

.section-primary-button {
    border: 1px solid var(--main-brand-color);
    color: var(--main-brand-body-color);
    background: var(--main-brand-primary-button-bg);
}

.section-resp-w100 {
    width: auto !important;
}

.section-login-links {
    margin: 1.4em 0;
    text-align: center;
    padding-bottom: 1.4em;
}

.section-border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.portal-link {
    color: var(--main-brand-body-color);
    font-weight: 600;
    text-decoration: none;
}

    .portal-link:hover {
        text-decoration: underline;
    }

  /*  .portal-link:focus {
        outline: 3px solid transparent;
        color: #000000;
        background-color: #ebac40;
        box-shadow: 0 -2px #ebac40, 0 4px #000000;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }*/

@media (min-width: 600px) {
    .section-login-form {
        max-width: 400px;
    }
}

@media (min-width: 1100px) {
    .section-form {
        max-width: 1280px;
    }
}

.section-login-heading {
    font-size: 24px;
    text-align: center;
}

@media (min-width: 600px) {
    .section-login-heading {
        font-size: 30px;
    }
}
.container_24 {
    max-width: 1280px;
    margin: auto;
}

.fv-topmessage-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#TopMessageBar {
    margin-top: 20px;
    position: relative;
}

.failure p {
    display: block;
    background: #EFCD83;
    border-radius: 10px;
    padding: 14px;
}