header.mdc-toolbar.mdc-toolbar--portal-no-shrink {
    background: rgb(5,36,97);
    background: linear-gradient(170deg, rgba(5,36,97,1) 0%, rgba(40,84,137,1) 46%, rgba(40,84,137,1) 85%, rgba(150,218,248,1) 100%);
}

.app-fmk-login-screen-header-bg {
    background: rgb(26,37,85);
    background: linear-gradient(173deg, rgba(26,37,85,1) 0%, rgba(34,59,119,1) 30%, rgba(18,77,160,1) 62%, rgba(53,190,172,1) 100%);
}


/*** E-mail template styles ***/
.mail-header {
    color: #0056b3;
}
.mail-section-title {
    font-weight: bold;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.mail-details, .mail-credentials, .mail-data {
    margin-bottom: 20px;
}
.mail-highlight {
    font-weight: bold;
    color: #000;
}
.mail-link {
    color: #0056b3;
    text-decoration: none;
}
.mail-link:hover {
    text-decoration: underline;
}
.mail-alert {
    color: #d9534f;
    font-style: italic;
}
.mail-footer {
    margin-top: 20px;
    font-size: 0.9em;
}