 body{
	background-image: url(../imagenes/sp3.jpg);
	background-repeat: no-repeat;
	background-size: 700px 650px;
	background-attachment: fixed;
	background-position: center;
}
.bad {
	text-align: center;
	width: 100%;
	padding: 12px;
	background-color: #a22;
	color: #fff
}

.warning {
	text-align: center;
	width: 100%;
	padding: 12px;
	background-color: #F6FF33;
	color: #fff
}
.formulario{
	background: rgba(0,0,0,.1);
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0,0,0,0.568);
	color: white; 
}
.form-control{
	background: rgba(0,0,0,.3);
	border-style: none;
	transition: 0.5s ease-in;
	outline: none;
	box-shadow: none;

}
.form-control::placeholder {
	color: white;
}
.ingresar{
	background: #222A3F;
	padding: 10px;
	font-size: 16px;
	font-weight: 700!important;
	color: white;
	box-shadow: 0 0 30px rgba(0,0,0,0.568);
	transition: 0.5s ease-in;
}
.ingresar:hover {
	color: white;
}
