.register_error_field{
	color:#AD2C00;
	margin-left: 20px;
}

.register_labels{
	display:block; 
    width:150px; 
    float:left;
}

.register_fields{
	
}

.register_msg_error_form{
	color:red;
	font-size: 25px;
	width:70vw;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#register_form{
	width:75vw;
}