﻿@charset "UTF-8";

/* Error Page */
* {
    outline: 0!important;
}

html {
    position: relative;
    min-height: 100%;
    background: #fff;
}

body {
    background: #fff;
    font-family: Poppins,sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #686868;
    font-weight: 300;
}

body {
    padding-top: 0;
    padding-bottom: 0;
}

#wrapper {
    width: 100%;
}

.error-box {
    height: 100%;
    position: fixed;
    background: url(error-bg.jpg) center center no-repeat #fff!important;
    width: 100%;
}

.error-body {
    padding-top: 5%;
}

h1, h2, h3, h4, h5, h6 {
    color: #2b2b2b;
    font-family: Poppins,sans-serif;
    margin: 10px 0;
    font-weight: 300;
}

.error-body h1 {
    font-size: 210px;
    font-weight: 900;
    line-height: 210px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

p {
    line-height: 1.6;
}

.m-t-30 {
    margin-top: 30px!important;
}

.m-b-30 {
    margin-bottom: 30px!important;
}

.text-muted {
    color: #8d9ea7;
}

.m-b-40 {
    margin-bottom: 40px!important;
}

.btn {
    border-radius: 0;
}

.btn-rounded {
    border-radius: 60px;
}

.btn-info, .btn-info.disabled {
    background: #03a9f3;
    border: 1px solid #03a9f3;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info.focus, .btn-info:focus, .btn-info:hover {
    background: #03a9f3;
    opacity: .8;
    border: 1px solid #03a9f3;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    background-color: #03a9f3;
    border: 1px solid #03a9f3;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.footer {
    bottom: 0;
    color: #58666e;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    background: #fff;
}

.error-box .footer {
    width: 100%;
    left: 0;
    right: 0;
}
.text-center{
	text-align:center;
}
@media (min-width: 768px){
    .footer {
        left: 220px;
    }
}

