body{
 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-color: #DDDEE0;
	display: block; 
	width: 100%; 
	height: 100%;  
	margin: 0 auto; 
	/*background: url('../img/login_bg.png');*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-size: cover;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

#error-container{
	max-width: 320px;
    max-height: 360px;
    height: 100%;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 #111;
     z-index: 2;
	padding: 24px;
}

.background-image {
	display: block;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	height: 800px;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1;
	background-size: cover;
	width: 100%;
	height: 100%;
}


span{
	width: 100%;
	float: left;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

img{
	width: 250px;
}
input{
	width: 90%;
	margin: auto;
}

.error_code{
	color: #f44336;
	font-weight: 700;
	font-size: 4em;
	text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}

.error_message{
	color: rgba(255, 255, 255, 0.87);
	background-color: #f44336;
	padding: 9px 18px;
	text-align: left;
	width: auto;
font-size: 14px;
}

a{
	position: relative;
    display: inline-block;
    padding: 6px;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: bold;
    line-height: inherit;
    color: currentColor;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 3px;
    outline: none;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-variant: inherit;
}