@charset "UTF-8";
/* CSS Document */

#afr_registration {
    text-align: center;
}


.afr_registration input[type="text"] {
    display: block !important;
    margin: 0 0 10px 0 !important;
    padding: 15px 20px !important;
    font-size: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border: 0px !important;
    background: white !important;
    border-radius: 8px !important;
    color: #2a2a2a !important;
  }

#registration_email {
    margin: 0 auto;
    margin-bottom: 0px;
    width: 250px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #aaa;
}

#registration_name, #registration_surname {
    margin: 0 auto;
    margin-bottom: 0px;
    width: 250px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
	margin-right: 20px;
    font-size: 20px;
    color: #aaa;
}

.wrap_loader {
	width: 300px;
	height: 300px;
	background: url(spinner.gif);
	background-size: 70px 70px;
	background-position: center top;
	background-repeat: no-repeat;
	position: fixed;
	z-index: 100;
    top: 140px;
    left: 40%;
}
.loading_text {
	width: 100%;
	padding-top: 70px;
	text-align: center;
	font-style: italic;
}