.registrationpage .inputname,
.registrationpagecomplete{
	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;   
}
.registrationpage .fname,
.registrationpage .lname{
	width:48%;
}
.registrationpage .fname{
	margin-right:2%
}
.registrationpage .lname{
	margin-left:2%
}
.registrationpage label{
	margin:0 0 15px 0
}
.registrationpage input{
	border:none!important;
	background:#F2F2F2;
	margin:0 0 25px 0;
	padding:15px!important
}
.registrationpage .submitform{
	width:100%;
	background:#970E13!important;
	color: #fff;
}
.registrationpage p:last-of-type{
	text-align:center;
	color:#A3A3A3;
}

.registrationpagecomplete{
	position: fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index: 9;
    align-items: center;
    justify-content: center;
}
.registrationpagecomplete .overlay{
	width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(1, 1, 1,0.6);
    position: absolute;
}
.registrationpagecomplete .message{
	width: 100%;
    max-width: 50%;
	height: 100%;
	max-height: 60%;
    z-index: 9;
    background: #fff;
    padding: 100px;
}
.registrationpagecomplete .message h2{
	text-align: center;
	font-family: Poppins,sans-serif!important;
	font-weight: 700!important;
}
.registrationpagecomplete .message p{
	text-align:center;
}

.button-home{
	text-align: center;
	margin: 60px auto auto auto;
}
.button-home a{
    width: 100%;
	background: #970E13;
    padding: 25px 40px;
	color: #fff;
	font-weight: bold;
}.button-home a:hover{
	color: #fff
}