@font-face {
	font-family: 'ebrima';
	src: url('../fonts/ebrima.eot');
	src: local('☺'), url('../fonts/ebrima.woff') format('woff'), url('../fonts/ebrima.ttf') format('truetype'), url('../fonts/ebrima.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	height:100%;
}


body{
	font-family:'ebrima',Sans-Serif;
	min-height: 100%;
	background-color: #f7f7f7;
	/*background-image: -ms-radial-gradient(center top, circle farthest-side, #3B9C00 0%, #266100 100%);
	background-image: -moz-radial-gradient(center top, circle farthest-side, #3B9C00 0%, #266100 100%);
	background-image: -o-radial-gradient(center top, circle farthest-side, #3B9C00 0%, #266100 100%);
	background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #3B9C00), color-stop(1, #266100));
	background-image: -webkit-radial-gradient(center top, circle farthest-side, #3B9C00 0%, #266100 100%);
	background-image: radial-gradient(circle farthest-side at center top, #3B9C00 0%, #266100 100%);*/
}

.container{
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.box-login{
	width: 100%;
	max-width: 360px;
	margin:5% auto 5px auto;
	background-color: #FFFFFF;
	padding:10px 20px;
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.form-control{
	border-radius: 0px;
	margin: 20px 0px;
	padding-left: 35px;
}

.form-control:focus{
	border-color: #CCC;
	box-shadow: none;
}

.has-feedback .form-control-feedback{
	position: absolute;
	top: 0px;
	left:0px;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color:#CCC;
}

.titulo {
	font-size: 20px;
	font-weight: normal;
}


@media (min-width: 768px){
	.container{
		max-width: 750px
	}
}


@media (min-width: 992px) {
	.container{
		max-width: 970px
	}
}


@media (min-width: 1200px) {
	.container{
		max-width: 1170px
	}
}

