.pre-registration {
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
	position:relative;
}
.pre-registration__title {
	margin-bottom:20px;
}

.pre-registration .waiting {
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background-color:rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: center;
	display:none;
}
.pre-registration input[type=email], .pre-registration select {
	display:block;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	font-family: GarageGothic-Bold, sans-serif;
	font-size: 21px;
	padding: 5px 10px;
	border: 2px solid #552b6e;
	-webkit-appearance: none;
	border-radius: 0px;
	width:200px;
}
.pre-registration select {
	background-image:url(/wp-content/plugins/shortcode-pre-inscription/select-triangle.svg);
	background-position:165px center;
		background-repeat:no-repeat;
		background-size: 10px;
		padding-right:40px;
	}
.pre-registration button[type=submit] {
	text-align: center;
	background-color: #552b6e;
	color: white;
	font-family: GarageGothic-Bold, sans-serif;
	font-size: 21px;
	padding: 5px 10px;
	border: 2px solid #552b6e;
}

.pre-registration .alert-success {
    color: green;
    margin-top: 10px;
}

.pre-registration .alert-error {
    color: red;
    margin-top: 10px;
}