

body {
  background: url("../img/1.jpg") no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




input{
	max-width: 320px;
}
legend{

	color: rgb(140,180,255); 
}

label, .formulario a{
	color: white;
}
header{
	margin-bottom: 0;
}

.load {
	width: 100%;
	height: 100%;
	
}


#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.4);

}
.formulario{
    position: relative;
	background-color: rgba(0,0,0,0.7);
	padding: 30px;
	margin-top: 15%;
	max-width: 400px;
	border-radius: 8px;
	text-align: center;
}

