body {
	background-image: url('../img/fondo.jpg');
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	background-color: #007529;
}

.login {
	width: 400px;
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -200px;
	text-align: center;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.5);
}

.logo {
	margin-bottom: 20px;
}

.name_user, .password_user {
	float: left;
	margin: 10px 0px;
	color: white;
	text-align: left;
}

.val_name input, .val_pass input {
	float: left;
	width: 100%;
	margin: 10px 0px;
	height: 40px;
	background: beige;
	border: none;
	border-radius: 8px;
	color: black;
	padding-left: 10px;
}

.sign_in {
	margin-top: 5px;
}

.sign_in input {
	width: 180px;
	height: 40px;
	background: #E9030C;
	border: none;
	border-radius: 8px;
	color: white;
	margin-top: 10px;
}