
body {
	background: url('../img/gredosLogin.png') no-repeat left;
	background-attachment: fixed;
	background-size: cover;
}

.container {
    width: 100%;
    margin: auto;
}
.remember-me {
    text-align: center;
}
.btn-login {
    width: 100%;
    margin:auto;
}

.txtmovil {
	background:rgba(255,255,255,0.6);
}

legend {
	font-size: 6em;
	color: #FFF;
	text-shadow: 0 0 2px #000;
	font-family: 'Chewy', cursive;
	border: 0;
	margin-top: 50px;
}

@media (min-width: 600px) {
	body {
		background:#FFF;
	}

	.container {
	    width: 600px;
	    margin: auto;
	}
	.remember-me {
	    text-align: center;
	}
	.btn-login {
	    width: 100%;
	}
	
	.txtmovil {
    	background:transparent;
    }

}















