﻿.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: white;
}

.error-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.product-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
}
.product-logo {
    height: 25px;
    width: 20%;
}
.error-image-wrapper {
    margin-bottom: 2rem;
}

.br-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.br-logo {
    height: 35px;
    width: 50%;
    margin: 0;
}
.action-container {
    margin-bottom: 3rem;
}
button {
    margin-right: 0.5rem;
}

.error-text {
    font-size: 200px;
    line-height: 200px;
    font-weight: 900;
    letter-spacing: 0;
    color: #333;
    margin: 0;
}

.header-text {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: normal;
    margin-top: 0;
}

.sub-text {
    font-size: 1rem;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #333;
}

h1 {
    color: #333;
    font-size: 92px;
    margin-bottom: 12px;
}

button:hover {
    cursor: pointer;
}

.support-link {
    text-decoration: none;
    color: #fff;
}

