
.registro form span{
	color: #F9423A;
	font-size: 16px;
	font-weight: normal;
}
.registro form label{
	color: #696158;
	font-size: 14px;
}



@media (min-width: 992px) and (max-width: 1199.98px){


}

@media (max-width: 991.98px){

	input,select{
		width: 100% !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px){

	input,select{
		width: 100% !important;
	}

}

@media (max-width: 575.98px){

	input,select{
		width: 100% !important;
	}
}


.input-group .input-group-text {
	background-color: #eeeeee;
	border-left: none;
}
.input-group .form-control {
	border-right: none;
}
@media (max-width: 576px) {
	.input-group {
		flex-wrap: nowrap !important;
	}
}
@media (max-width: 768px) {
    .input-group {
      flex-wrap: nowrap !important;
    }
}
