@import 'global.css';
.background {
	background			: url("../img/background.jpg");
	background-position	: center;
	background-repeat	: no-repeat;
	background-size		: cover;
}
.login {
	color: black;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.65);
}