@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500);
html, body { height: 100%; }
body {
	  background-image: url("../images/background.png");
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  font-family: 'Ubuntu', sans-serif;
	  font-weight: 300;
}

.uploadwindow {
	position: fixed;
	left: 30px;
	bottom: 30px;
	width: 400px;
	height: auto;
	background: #FFF;
	padding: 20px;
}

.drop-zone {
	background: #FFF;
	border: 1px solid #eee;
	border-radius: 0;
	color: #888;
	text-align: center;
}

.nv-file-over { border: 1px solid #96c11f; }

.progress {
	border-radius: 0;
	height: 5px;
	box-shadow: none;
}

.btn-upload {
	background: #02a1d6;
	border-radius: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
}

.progress-bar {
	background-color: #96c11f;
	box-shadow: none;
}

.countFiles {
	font-size: 10px;
}

h2 {
	margin-top: 0;
}

.form-control {
	border-radius: 0;
	margin-bottom: 5px;
	border: 1px solid #eee;
}