﻿
body {
    background-color: #f1f2f2;
    margin: 0px;
    font-family: Montserrat;
}

.header {
    width: 100%;
    min-height: 94px;
    background-color: #fff;
}

.Logo {
    margin: 0px auto;
    padding-top: 1rem;
    text-align: center;
    width: 100%;
}

.ErrorBox {
    margin: 0px auto;
    width: 100%;
    min-height: 300px;
    margin-top: 5%;
    text-align: center;
}

.ErrorImage {
    width: 100%;
    height: 247px;
    background-repeat: no-repeat;
    background-position: center center;
}

.ErrorH1 {
    width: 100%;
    text-align: center;
    color: #be1e2d;
    font-weight: 700;
    font-size: 50px;
    margin-top: 3rem;
}

.Errorh4 {
    font-size: 25px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10rem;
}

.Button {
    padding: 1rem 2rem;
    margin-top: 5rem;
    background-color: #426D94;
    color: #ffffff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Tahoma;
}
