body {
	background-image: url(../images/bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#acceso-box {
	margin-top: 50px;
	/*background: rgba(18, 81, 142, .8);*/
	background: rgba(255, 255, 255, .95);
	padding: 30px 20px;
}

#acceso-box h1 {
	font-weight: 300;
    margin-top: 10px;
    margin-bottom: 25px;
    color: navy;
    font-size: 24.5px;
    line-height: 40px;
    text-rendering: optimizelegibility;
	text-align: center;
}

#acceso-box a, #acceso-box a:hover {
	color: #00c0ff;
    text-decoration: none;
}

#acceso-box button {
	background-color: #17c7f3;
	color: white;
}

#acceso-box p {
	color: navy;
}

@media (max-width: 576px) {
	body {
		background-color: white;
		background-image: none;
	}

	#acceso-box
	{
		background: none;
	}
}