@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-R.ttf') format('truetype');
}
@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-RI.ttf') format('truetype');
    font-style: italic;
}
@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-B.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-BI.ttf') format('truetype');
    font-style: italic;
	font-weight: bold;
}

body {
	background-image: url(../img/background.jpg);
	background-position: center top;
	font-family: "Ubuntu";
}

.logo {
	position: relative;
	width: 184px;
	height: 127px;
	background-image: url(../img/logo.png);
	left: 50%;
	margin-left: -92px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.login-container {
	padding: 20px;
	background-color: white;
}
