/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */



.error-page {
    margin-top: 25vh;
    border-top: 1px solid #eeeeee;
    /* background: #ffffff; */
    text-align: center;
}
.error-page .error-inner {
    display: inline-block;
}
.error-page .error-inner h1 {
    color: #006dfe;
    font-weight: 700;
    font-size: 140px;
    text-shadow: 3px 5px 2px #3333;
}
.error-page .error-inner h1 span {
    display: block;
    color: #333333;
    font-weight: 600;
    font-size: 25px;
    text-shadow: none;
.error-page .error-inner p {
    padding: 20px 15px;
}
.error-page .search-form {
    position: relative;
    width: 100%;
}
.error-page .search-form input {
    display: inline-block;
    width: 400px;
    height: 50px;
    margin-right: 10px;
    padding: 0 78px 0 30px;
    /* border: none; */
    border-radius: 5px;
    background: #f6f6f6;
    font-weight: 400;
    font-size: 14px;
}
.error-page .search-form input:hover {
    padding-left: 35px;
}
.error-page .search-form .btn {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 80px;
    height: 50px;
    border-radius: 5px;
    background: #006dfe;
    cursor: pointer;
}
.error-page .search-form .btn i {
    font-size: 16px;
}
.error-page .search-form .btn:hover {
    background: #333333;
}