body{
	background-image: url(img/site-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
}


.uk-input{
	width: 350px;
	height: 40px;
	border-radius: 3px;
	font-size: 14px;
}

.uk-form-danger{
	border-color: #ffdd00;
	background-color: #ffdd00;
	color: red;
}

.uk-alert{
	/*width: 300px;*/
	font-size: 12px;
	margin-top: 0;
	margin-left: -5px;
	margin-bottom: -10px;
}
.uk-fieldset label{
	width: 320px;
	font-size: 11px;
	color: white;
	display: inline-flex;
}

.uk-alert .uk-icon{
	margin-top: -3px;
}

.uk-alert-danger{
	background-color: transparent;
	color: #ffdd00;
}



.uk-checkbox{
	border-radius: 3px;
}

.uk-checkbox:checked{
	background-color: #e82e2e;
}

.uk-radio:checked{
	background-color: #e82e2e !important;
}

.btn-send{
	border-radius: 3px;
	margin-top: 0px;
	width: 350px;
	height: 40px;
	background-image: url(img/btn-red-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #ea2f2f;
	font-weight: 700;
	font-size: 14px;
	color: white;
	text-transform: none;
	letter-spacing: 1px;
}

.btn-send:hover{
	background-image: none;
}

.uk-link-text{
	font-size: 12px;
	color: white !important;
	text-decoration: underline;
}

/* HOME */

#formset_user .logo{
	max-height: 300px;
	margin-left: -15px;
}


/* POLITICA */

#formset_privacy .logo{
	max-height: 200px;
	/*margin-left: -15px;*/
}

#formset_privacy .uk-card{
	max-width: 650px;
	font-size: 12px;
}

#formset_privacy .uk-card h5{
	font-size: 15px;
	font-weight: 700;
}

/* MENSAGENS */

.mensagem .logo{
	max-height: 200px;
	/*margin-left: -15px;*/
}

.mensagem .aviso{
	font-size: 32px;
	font-weight: 700;
	color: white;
	text-align: center;
	margin-bottom: 80px;
}

/* VOTE */

#formset_vote .logo{
	max-height: 200px;
	/*margin-left: -15px;*/
	margin-bottom: -10px !important;
}

#formset_vote .uk-form-label{
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: 400;
	/*margin-bottom: 25px;*/
}

#formset_vote .thumb{
	width: 200px;
	height: 100px;
	border-radius: 2px;
	background-color: gray;
	background-size: cover;
	background-position: center;
}

#formset_vote label{
	font-size: 18px;
	color: white;
	font-weight: 700;	
	letter-spacing: 1px;
}
#formset_vote input{
	margin-right: 15px;
}