*{
	padding: 0;
	margin: 0;
}

body{
	position: absolute;
	background: #fff;
	font-family: arial;
	font-size: 13px;
	color: #000;
	width: 100%;
	height: 100%;
}

#entrada{
	background-position: top center;
	background-repeat: no-repeat;
}

#contenedor{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}


#login
{	
	width:100%;
	height:350px;
	background-color: #4354a8;
	border:0;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}



#login #icono{
	position: relative;
	width: 92px;
	height: 23px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#login > p{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: capitalize;
	font-size: 30px;
	color: #fff;
}

#login input[type=text],
#login input[type=password]
{
	display: block;
	color: #fff;
	width: 300px;
	height: 60px;
	font-size: 30px;
	text-align: center;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom:1px solid #ccc;
	background-color: transparent;
	margin: 0 auto 20px auto;
}

#login input[type=submit]
{	
	display: block;
	width: 300px;
	height: 60px;
	font-size: 18px;
	border: 1px solid #fff;
	background-color: #222a54;
	color: #fff;
	margin: 0 auto 0 auto;
}

#login input[type=text]::placeholder,
#login input[type=password]::placeholder
{
	color: #ccc;
}

#respuesta{
	margin: 5px auto 0 auto;
	width:300px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	background-color: #750000;
	border:1px solid #ccc;
}

#respuesta p{
	color: #fff;
	text-align: center;
}