@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

body{ 
    background: #3498DB;
	background: linear-gradient(to right, #1ABC9C, #3498DB);
}		
.bg{
	background-image: url(../ima/conta.png);
	background-position: center center;
}
.rfc-mayus{
	text-transform:uppercase;
}
#email-error {
	color: red;
}
#rfc-error {
	color: red;
}
