
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5 {
	color: #666;
	font-weight: bold;
}

h1 {
	font-size: 24px; 
}

h2 {
	font-size: 16px; 
}

h3 {
	color: #999;
	font-size: 14px;
	text-transform: uppercase; 
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
}

/* BOOTSTRAP custom classes */
.navbar {
	min-height: 50px;
	margin-bottom: 5px;
}

.navbar-brand img {
	max-width: 140px;
}

.navbar-form {
	border: none !important;
}


.page-header {
	margin: 5px 0px;
}

/** EFX custom classes */
.efx-puntaje {
	font-size: 3em;
	border: 10px solid #d1d1d1;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	display: block;
	padding: 10px;
	color: #666;
	background: #fff;
	margin: 15px auto;	
}


/** form sign-in */
.form-signin {
	margin: 100px auto 20px auto;
	max-width: 300px;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	padding: 10px;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}