h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

p {
    margin-bottom: 12px;
}


a {
    color: #006192;
    text-decoration: none;
    font-weight: 200;
}

a:hover {
    color: #008ed6;
}

@font-face {
    font-family: "Allianz Neo";
    font-weight: 100;
    src: url(font/AllianzNeoW04-Light.woff2);
}

@font-face {
    font-family: "Allianz Neo";
    font-weight: 200;
    src: url(font/AllianzNeoW04-Regular.woff2);
}

@font-face {
    font-family: "Allianz Neo";
    font-weight: 300;
    src: url(font/AllianzNeoW04-SemiBold.woff2);
}

@font-face {
    font-family: "Allianz Neo";
    font-weight: 700;
    src: url(font/AllianzNeoW04-Bold.woff2);
}

@media (max-width: 768px) {
    .iam-header {
        justify-content: space-between;
    }

    .login-banner {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .iam-card-header {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 768px) {
    .legal-footer {
        flex-direction: column;
        align-items: center;
    }

    .copyright-notice {
        order: 1;
    }
}

#iamHeaderContainer > .iam-container {
    max-width: 100%;
    padding: 0;
}

.iam-header {
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    height: 64px
}

.separator {
    border-left: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    margin-left: 24px;
    height: 32px;
}

.toolbar {
    display: flex;
    align-items: center;
}

.login-banner {
    background-color: #dfeff2;;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 216px;

    .login-banner-subtext {
        margin-bottom: 12px;
        font-weight: 100;
        font-size: 20px;
        letter-spacing: 0.2px;
    }

    .login-banner-maintext {
        font-weight: 100;
        font-size: 40px;
        letter-spacing: 0.3px;
    }
}

.contact-footer {
    padding: 48px;
    background-color: #dfeff2;
}

.contact-footer-content {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.2px;
    margin-bottom: 0.5rem;
}

.contact-footer-content-info {
    text-align: center;
    margin-bottom: 0;
    font-weight: 100;
}

.contact-footer-content strong {
    white-space: nowrap;
}

.legal-footer {
    display: flex;
    padding: 4rem;
    gap: 16px;
}

.copyright-notice {
    color: #767676;
}

a.footer-link {
    color: #767676;
    font-weight: 100;
}

#iamLayoutContainer {
    flex: 1;
}

.content-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    max-width: 544px;
    margin: auto;
    padding-top: 32px;
}

html, body {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
    color: #414141;
    font-family: "Allianz Neo";
}
