.error-page {
position: relative;
display: block;
padding: 69px 0 120px;
}
.error-page__inner {
position: relative;
display: block;
text-align: center;
}
.error-page__title {
position: relative;
display: inline-block;
font-size: 350px;
line-height: 350px;
font-weight: 700;
margin-bottom: 16px;
}
.error-page__tagline {
font-size: 40px;
line-height: 49px;
margin-bottom: 19px;
text-transform: uppercase;
font-weight: 500;
}
.error-page__text {
margin: 0;
line-height: 18px;
}
.error-page__form {
position: relative;
display: block;
margin: 61px auto 20px;
}
.error-page__form-input {
position: relative;
display: block;
max-width: 550px;
width: 100%;
margin: 0 auto;
}
.error-page__form input[type="search"] {
height: 68px;
width: 100%;
border: none;
outline: none;
background-color: #f6f4f9;
font-size: 18px;
color: var(--thm-gray);
font-weight: 400;
padding-left: 50px;
padding-right: 75px;
}
.error-page__form button[type="submit"] {
background-color: transparent;
color: var(--thm-black);
font-size: 22px;
position: absolute;
top: 0;
right: 0px;
bottom: 0;
width: 70px;
outline: none;
border: none;
display: flex;
align-items: center;
padding: 0;
}