body{
	background-color: rgba(255,255,255,0.3);
	background-image: url('../assets/images/slider1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

form{
	width: 400px;
	height: 200px;
	background-color: #f3f3f3;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 2px -2px 1px rgba(255,255,255, 0.3);
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	text-shadow: 2px 2px 2px rgba(6,6,6,0.9);
	padding: 5px;

}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/cargando.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    filter: blur(2px);
}

.logoIndex{
	margin-left: 20px;
	margin-top: 10px;
	background-image: url('../assets/images/logo.png');
	width:90px;
	height: 90px;
	background-size: 100%;    
	-moz-background-size: 100%;  
  	-o-background-size: 100%;   
 	-webkit-background-size: 100%;  
   	-khtml-background-size: 100%;  
   	
}

.controles{
	position: absolute;
	display: block;
	margin-left: 120px;
	margin-top: 10px;
}

.boton{
	width: 100px;
	height: 40px;
	margin-left: 30px;
	color: rgba(6,6,6,0.9);
	border-radius: 2px;
	font-size: 20px;
}

.error{
	width: 300px;
	height: 20px;
	color: rgba(255,255,255,0.9);
	margin-top: 300px;
	margin-left: 550px;
	display: block;
	position: absolute;
}

.bienvenido0{
	width: 300px;
	height: 20px;
	color: rgba(255,255,255,0.9);
	margin-top: 300px;
	margin-left: 580px;
	display: block;
	position: absolute;

}

.bienvenido1{
	width: 300px;
	height: 20px;
	color: rgba(255,255,255,0.9);
	margin-top: 320px;
	margin-left: 610px;
	display: block;
	position: absolute;
	font-size: 40px;
}

form div label{
	
	color: rgba(0,0,0,0.6);
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
}

form div input{

	width: 150px;
	height: 20px;
	border-radius: 2px;
}