﻿.error-message-container {
    margin: auto;
    text-align: center;
    color: white;
    padding-top: 10%;
    min-height: 100px;
}

.error-title {
    font-weight: bold;
    font-size: 70px
}

.error-text {
    font-size: 20px;
    margin-bottom: 0px;
}

.main-container {
    height: unset;
}

body {
    background-color: #004165;
}

#anzLogo {
    display: block;
    position: relative;
    left: unset;
    top: unset;
    z-index: 1001;
    height: unset;
    width: unset;
    text-align: center;
}
