/****Form****/

#registro {
padding-top: 6px;
}

#registro input {
	color:#39596e;
	 border: 1px solid #45d9c5;
	 padding: 4px 12px 9px;
	background-color: #99d6cb;
	width: 100%;
	height: 31px;
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#registro textarea {
	color:#39596e;
	height: 170px;
	overflow: auto;
	background-color: #99d6cb;
	 border: 1px solid #45d9c5;
	 padding: 12px 12px 9px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	margin: 0;
	
}
#registro label {
	position:relative;
	display: block;
	min-height: 51px;
	width: 100%;
	float: left;
}


.e-mail {
	margin-left: 0px;
}


#registro label.error{
	position: absolute;
    margin-top: 30px;
    color: red;
}

/*#registro .error,*/ #registro .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	bottom: 4px;
	float:left;
}

#registro .messager .errorr, #registro .messager .empty {
	bottom: -16px;
}

#registro .error-emptyr {
	display:none;
	float:left;
}

.botns {
	position:relative;
	padding-top: 20px;
	text-align: center;

}


.botns button {
	display: inline-block;
	font-size: 19px;
	line-height: 18px;
	background-color: #32AC97;
	border: 1px solid #99d6cb;
	min-width: 107px;
	padding: 5px 10px 6px;
	color: #fff;
	cursor: pointer;
}

.botns button:hover {
	background-color: #99d6cb;
	border-color: #46dcc7;
	color: #39596e;
}

#registro .message {
	width: 100%;
}

#registro .btns span {
	display: inline-block;
	width: 13px;
}


.message br {
	height: 0;
	line-height: 0;
}



.success_wrapperr ,#registro_infoMessage{
	position: relative!important;	
}
#texto_flash,#registro_infoMessage {
	display: block;
	position: absolute;
	width: 100%;
	color:#39596e;

	 border: 1px solid #3c7f9f;

	background-color: #c2e8f4;

	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
#texto_flash span{
	color:#39596e;
	font-family:'Signika';
	line-height:54px;
	font-size:30px
}