.error-view-container {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 480px;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.error-view-container .error-404-bg {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 500px;
    justify-content: center;
    align-items: center;
}

.error-view-container .error-404-bg h2 {
    color: #004d69;
    margin: 35px auto 20px auto;
}

.error-view-container .error-404-bg p {
    width: 500px;
    text-align: center;
}

.error-view-container .error-404-bg button {
    margin-top: 20px;
    box-shadow: 2px 2px 4px #004d69;
}

.btn-padrao {
    background: #004d69;
    color: #fff;
}