/*
	Autor: José Luis Rodriguez
	Mail: jrodriguez@bincodex.com
	Web: https://bincodex.com
	Fecha: 2017-09-05 22:25:08
*/

* {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	font-family: tahoma, sans-serif;
}



html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}



body {
	background: url(../../img/login.jpg);
	background-size: cover;
}



#wraper {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 0px solid yellow;
}

#error {
	max-width: 600px;
	background: #fff;
	padding: 10px;
	border-radius: 15px;
	box-shadow: 3px 3px 5px #000;
}


.text-error {
	text-align: left;
	padding: 10px;
}

#error > h3 {
	padding: 10px;
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	color: white;
}
