@charset "utf-8";
/* CSS Document */

#login .city {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
    font-size: 20px;
}
#login .description {
	margin-bottom: 7px;
	font-size: 15px;
}

#login form .submit .button {
	float: inherit;
}