* {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html, body {
	background-color: #ffffff;
	color: #555555;
	font-size:1rem;
}

.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;
 }