.error {
    color: #FF5F40;
    height: auto;
    margin: 10px 0 -15px 0;
    position: relative;
    width: 100%;
}

.error .inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 475px;
}

.error .inner h1,
.error .inner p {
    text-align: center;
}
