.focusedform {
	position: relative;
	background-color: #f7f8fa;
}

.focusedform .verticalcenter {
	width: 400px;
	position: static;
	margin: 70px auto 100px auto;
	left: 0;
	top: 0;
	padding-top: 1%;
}

.focusedform .headerlogo {
	background-color:#434753;
	padding: 10px 0;
	margin:0 auto;
	text-align:center;
}

/*.focusedform img.title {
	margin: 0 auto;
	background-color:#000000;
	width:100%;
}*/

.focusedform footer {
	margin: 0;
	width: 100%;
	bottom: 0;
	background-color: #d4d4d4;
	position: fixed;
	border: 0;
	height: auto;
}

#signup.focusedform .verticalcenter {
	margin: 0 auto;
	height: auto;
}

#signup.focusedform footer {
	position: relative;
	clear: both;
}

@media screen and (max-height: 640px) {

	.focusedform .verticalcenter {
		margin: 0 auto;
	/*height: 100%;  Quitar cuando me den el logo */
	}  

	.focusedform footer {
		 /*position: relative;  /*Descomentar y remove el fixed cuando me den el logo 
		position: fixed;*/
	}

} 

@media screen and (min-height: 768px) {

	#signup.focusedform .verticalcenter {
	}  

	#signup.focusedform footer {
		position: fixed;
		bottom: 0;
	}

} 

.focusedform footer .clearfix {
	width: 500px;
	margin: 5px auto 2px auto;
}

.focusedform footer .clearfix .treeintlogo {
	/*background-image: url(/media/site/img/content/treeintfooter.png);*/
	width: 155px;
	height: 158px;
	float: left;
}

.focusedform footer .clearfix p {
	font-size: 11px;
	font-style: italic;
	padding: 10px;
	text-align: center;
}

.focusedform form .form-group input {
	background-color: #e5ffbd;
}

.focusedform a:active, 
.focusedform a:visited,
.focusedform a {
	/*color: #c3e789;*/
	color: #9cc22a;
	font-family: 'HelveticaNeueRoman';
	font-size: 14px;
}

.focusedform a.btn-default:active, 
.focusedform a.btn-default:visited,
.focusedform a.btn-default {
	color: #000;
}

.focusedform a:hover {
	color: #b5c343;
}

.focusedform .btn-primary {
	/*background-color: #c3e789;*/
	
}

.focusedform .panel.panel-primary {
	border: 6px solid #7bc300;
	background-color:#fff;
	border-radius:15px;
}

.focusedform .panel-primary .panel-body {
	border: none;
	border-radius:12px;
	background-color:none;
}
.focusedform .panel-primary .panel-footer {
	border: 0;
	border-radius:0;
	background-color:#fff;
}

/* Otros elementos
/***************************************************************/
/* Eurostyle Bold */
@font-face{
   font-family: 'EurostileBold';
	src: url('eurostile_bold/eurostile_bold-webfont.eot');
	src: url('eurostile_bold/eurostile_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('eurostile_bold/eurostile_bold-webfont.woff') format('woff'),
         url('eurostile_bold/eurostile_bold-webfont.ttf') format('truetype'),
         url('eurostile_bold/eurostile_bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Helvetica Nueu Roman */
@font-face{
   font-family: 'HelveticaNeueRoman';
	src: url('helveticaneue_roman/helvetica-neue-roman-webfont.eot');
	src: url('helveticaneue_roman/helvetica-neue-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneue_roman/helvetica-neue-roman-webfont.woff') format('woff'),
         url('helveticaneue_roman/helvetica-neue-roman-webfont.ttf') format('truetype'),
         url('helveticaneue_roman/helvetica-neue-roman-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


h4{
	color: #636363;
	font-family: 'EurostileBold';
	font-size: 21px;
}

.pull-right label {
	color: #888;
	font-family: 'HelveticaNeueRoman';
	font-size: 14px;
}

.pull-right input {
	border-radius: 5px;
	font-family: 'HelveticaNeueRoman';
	font-size: 14px;
}


.input-group span{ border-radius: 5px 0 0 5px;}
.input-group input{
	border-radius: 0 5px 5px 0;
	color: #888;
	font-family: 'HelveticaNeueRoman';
	font-size: 14px;
}