﻿
.not-found .top-home {
    height: 784px;
    margin-bottom: 0;
    position: relative;
}

.not-found .top-home-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.not-found h1 {
    color: #FFFFFF;
    font-size: 70px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.not-found h2 {
    color: #FFFFFF;
    font-size: 57px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.not-found .alert-container {
    background-color: #FFFFFFBF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 3%;
    margin-bottom: 0%;
    padding: 5% 0% 5% 0%;
    border-radius: 5px 5px 5px 5px;
    width: 80%;
    text-align: center;
}

.not-found h5 {
    margin: 0;
    margin-bottom: 2.6em;
    text-align: center;
    color: #272727;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.not-found a.logo {
    display: inline-block;
    color: #FFFFFF;
    background-color: #272727;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #272727;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #272727;
    padding: 20px 30px 20px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
}

.not-found a.logo:hover {
    text-decoration: none;
}
