/*========================
	Start Error 404 CSS
==========================*/

section {
    margin-top: 190px;
}

.error-page {
    text-align: center;
    background: var(--color-primary);
}

.error-page .error-inner {
    display: inline-block;
}

.error-page .error-inner h1 {
    font-size: 140px;
    text-shadow: 3px 5px 2px #3333;
    color: var(--black-light);
    font-weight: 700;
}

.error-page .error-inner h1 span {
    display: block;
    font-size: 25px;
    color: #333;
    font-weight: 600;
    text-shadow: none;
}

.error-page .error-inner p {
    padding: 20px 15px;
}

.error-page .search-form {
    width: 100%;
    position: relative;
}

.error-page .search-form input {
    width: 400px;
    height: 50px;
    padding: 0px 78px 0 30px;
    border: none;
    background: #f6f6f6;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

.error-page .search-form input:hover {
    padding-left: 35px;
}

.error-page .search-form .btn {
    width: 80px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    background: #1A76D1;
    display: inline-block;
    position: relative;
    top: -2px;
}

.error-page .search-form .btn i {
    font-size: 16px;
}

/*========================
	End Error 404 CSS
==========================*/