﻿body {
    background: url('/Images/MainMaster/bg_4_4_2.jpg') #5c87b2 repeat center center;
    margin: 0;
}

img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

a.errorButton {
    text-decoration: none;
}

.error-box {
    position: absolute;
    height: 5%;
    top: 0;
    bottom: -45%;
    left: 0;
    right: 0;
    margin: auto;
}

@font-face {
    font-family: Gilroy;
    src: url('/fonts/Gilroy.otf');
}

.error-box > .errorButton, span {
    display: block;
    width: 8em;
    height: 1.5em;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-align: center;
}

.error-box .errorButton {
    margin-top: 3%;
    background-color: #86B2E8;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 40px;
    color: #FFFFFF;
}

.error-box span {
    width: 100%;
    margin-top: 1%;
    font-weight: 500;
    font-size: 2em;
    line-height: 40px;
    color: #5d7ca2;
}

span:first-of-type {
    font-size: 2.4em;
    font-weight: 600;
}

.error-box .errorButton:hover {
    background-color: #a9c9f1;
}