.error{
	display: none;
	margin-left: 10px;
}		

.error_show{
	color: red;
	margin-left: 10px;
}

input.invalid, textarea.invalid{
	border: 2px solid red !important;
}

input.valid, textarea.valid{
	border: 2px solid green !important;
}

#register-button[disabled] {
	background-color: #999;
}

.small-title {
	padding: 0px 11px;
    position: absolute;
    top: -10px;
}
		
#seleccion_loterias {
	/*height: 0px;
  	overflow: hidden;
  	transition: height 0.5s;*/
}

#algunas_loterias:checked ~ #seleccion_loterias {
	/*height: 265px;
	border: 1px solid #dee2e6 !important;
	margin-top: 1rem !important; */
}
