* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body.colorlib-body {
padding: 0;
margin: 0;
}
.colorlib-body #colorlib-notfound {
height:100vh;
}
#colorlib-notfound {
position: relative;
height: 60vh;
}
#colorlib-notfound .colorlib-notfound-bg {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
}
#colorlib-notfound .colorlib-notfound-bg:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
}
#colorlib-notfound .colorlib-notfound {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#colorlib-notfound .colorlib-notfound:after {
content: '';
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50% , -50%);
-ms-transform: translate(-50% , -50%);
transform: translate(-50% , -50%);
width: 100%;
height: 600px;
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
z-index: -1;
}
.colorlib-notfound {
max-width: 600px;
width: 100%;
text-align: center;
padding: 30px;
line-height: 1.4;
}
.colorlib-notfound .colorlib-notfound-404 {
position: relative;
height: 200px;
}
.colorlib-notfound .colorlib-notfound-404 h1 {
font-family: 'Passion One', cursive;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 220px;
margin: 0px;
color: #222225;
text-transform: uppercase;
}
.colorlib-notfound .colorlib-notfound-404 h1:after,
.colorlib-notfound .colorlib-notfound-404 h1:before,
.colorlib-notfound h2:before,
.colorlib-notfound h2:after {
display: none;
}
.colorlib-notfound h2 {
font-family: 'Muli', sans-serif;
font-size: 26px;
font-weight: 400;
text-transform: uppercase;
color: #222225;
margin-top: 26px;
margin-bottom: 20px;
}
.colorlib-notfound-search {
position: relative;
padding-right: 120px;
max-width: 420px;
width: 100%;
margin: 30px auto 20px;
}
.colorlib-notfound-search input.colorlib-input {
font-family: 'Muli', sans-serif;
width: 100%;
height: 40px;
padding: 3px 15px;
color: #fff;
font-weight: 400;
font-size: 18px;
background: #222225;
border: none;
}
.colorlib-notfound-search button {
font-family: 'Muli', sans-serif;
position: absolute;
right: 0px;
top: 0px;
width: 120px;
height: 40px;
text-align: center;
border: none;
background: #ff00b4;
cursor: pointer;
padding: 0;
color: #fff;
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
border-radius:0;
}
.colorlib-notfound a {
font-family: 'Muli', sans-serif;
display: inline-block;
font-weight: 400;
text-decoration: none;
background-color: transparent;
color: #222225;
text-transform: uppercase;
font-size: 14px;
}
.colorlib-notfound-social {
margin-bottom: 15px;
}
.colorlib-notfound-social>a {
display: inline-block;
height: 40px;
line-height: 40px;
width: 40px;
font-size: 14px;
color: #fff;
background-color: #222225;
margin: 3px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.colorlib-notfound-social>a>i {
line-height: 40px;
}
.colorlib-notfound-social>a:hover {
color: #fff;
background-color: #ff00b4;
}
@media only screen and (max-width: 480px) {
.colorlib-notfound .colorlib-notfound-404 {
height: 146px;
}
.colorlib-notfound .colorlib-notfound-404 h1 {
font-size: 146px;
}
.colorlib-notfound h2 {
font-size: 22px;
}
}
@media only screen and (max-height:600px){
#colorlib-notfound {
height:100vh;
}
}