/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
	#login-form {
    	margin: 8% auto;
    	max-width: 720px;
	}
}