html, body, #firewalls-content {
    width: 100%;
    height: 100%;
    margin: 0;
}

body * {
    font-synthesis: none;
}

#eval-content {
    font-family: 'Roboto', sans-serif;
}

div.page-loading {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgb(68, 68, 68);
    background-image: url('https://auth.barracudanetworks.com/img/bg_product-login.jpg');
    background-size: cover;
    color: rgb(255, 255, 255);
}

div.page-loading > h1 {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}