* {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html, body {
	/* background-color: #ecf1f1;*/
	color: #555555;
	font-size:1rem;
}

html, body {
    background: linear-gradient(270deg, #e4f2e1, #f7ebdf, #f3e2e2, #e2f3ed, #e8f3e2, #f1f3e2, #f3efe2, #e2f3ed);
    background-size: 1600% 1600%;

    -webkit-animation: ezvGradientPastel 30s ease infinite;
    -moz-animation: ezvGradientPastel 30s ease infinite;
    animation: ezvGradientPastel 30s ease infinite;
}

@-webkit-keyframes ezvGradientPastel {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes ezvGradientPastel {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes ezvGradientPastel {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.borderline {
	height:2px; width:100%; background:#cc0099;
}

.wrapper {
/*	background:url('/images/index_background.jpg') top center no-repeat; */
}
.wrapper h3 {
   letter-spacing: -1px;
   color:#555;
}
.form_error_container, #btn_login_wait {
   display:none;
}

.dc-cookie-consent {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #ffffff !important;
    border: 2px solid #fff;
    padding: 6px;
    display: inline-block;
    margin: -8px 0 0 -82px !important;
    background-color: #003DA7 !important;
    text-decoration: none;
    font-size:0.8rem;
 }
 
 .btn_register, .btn_login {
 	min-width:220px;
 	font-size:1rem;
 	border-radius: 12px;
 }
 
 .contest_form {
 	background-color: #004c27;
 	border-radius: 22px 22px 20px 20px;
 }
 .bordering {
 	border-radius: 20px 20px 0 0;
 }
 
 .contest_form img {
 	width:100%;
 	height:auto;
 	display:block;
 	margin: 0 auto;
 }
 
  .coupon_form {
 	background-color: #fafafa;
 	border-radius: 20px 20px 20px 20px;
 }
 
 .contest_button { 
 	box-sizing: border-box; 
 	cursor: pointer; 
 	display:block; 
 	margin:50px auto 30px auto; 
 	padding:12px 30px; 
 	font-weight: bold; 
 	background-color: #dc0b1c; 
 	color: #fff; 
 	border: 1px solid #dc0b1c; 
 	border-radius: 12px; 
 	min-width: 220px;
  font-size: 1.2rem;
 }
 
 .url_redirect, .url_redirect button {
 	text-decoration: none !important;
 }
 
.uk-input {
 	border-radius: 12px;
 }
 
 .uk-button-default {
 	color: #1e87f0; border: 1px solid #1e87f0; border-radius: 12px;
 }