@font-face { 
	font-family: 'Glyphicons Halflings2'; 
	src: url("../fonts/glyphicons-halflings-regular.ttf"); 
}

@font-face { 
	font-family: 'Open Sans'; 
	src: url("../fonts/open-sans/Light/OpenSans-Light.ttf"); 
}

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body{
	font-family: 'Open Sans', sans-serif;
	background: #f4f4f4;
}

h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
}

#logo-container {
	max-height: 2.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#logo-container img {
	max-height: 2.5em;
}

.box{
	text-align: left;
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 2rem;
	max-width: 400px;
	margin: 0 auto;
}

.box input {
	width: 100%;
	margin-bottom: 1.4rem;
	padding: 1rem;
	background-color: #ecf2f4;
	border-radius: 0.2rem;
	border: none;
}

.box input[type=checkbox]{
	width: auto;
}

.box .btn {
	width: 100%;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

.btn-primary {
	color: #ffffff;
	background-color: #008cba;
	border-color: #0079a1;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before {
	content: "\e013";
}

.box .btn .glyphicon {
	font-size: 3rem;
	color: #fff;
}

#page-footer {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 12px;
	color: #999999;
	text-align: center;
}

#notfound-block{
	display: none;
}

#reset-block{
	display: none;
}

#password-policy{
	margin: 10px 0;
	display: block;
	width: 100%;
	text-align: center;
}

#pp-block{
	display: none;
	padding-top: 20px;
}
