body {
	background-image: url('../GetConfigurationImage?type=background');
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	font-size: 14px !important;
	font-family:'Roboto-Regular';
}


input[type=password] {
	font: caption;
}

.btn {
	border-radius: 0;
}

.logo_div {
	max-width: 400px;
	margin: auto;
}

.logo_div .back_div {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: auto;
	margin-top: -58px;
	background-image: url('../GetConfigurationImage?type=logo');
	background-size: cover;
	border: 3px solid;
}

.panel {
	max-width: 400px;
	margin: auto;
	margin-top: 10%;
}


.panel-heading {
	border: 3px solid !important;
	height: 110px !important;
}

#title {
	font-size: 35px;
	margin-top: 5px;
}

.panel-body {
	padding-bottom: 20px;
}

#missing_password {
	font-size: 11px;
}

.version {
	background-color: #337ab7;
	font-size: 11px;
	color: white;
	border: 3px solid white;
}

@media screen and (max-width: 768px) {
	
	.panel {
		margin-top: 45px;
	}
	
	#title {
		font-size: 30px;
	}
	
}

