.registrationForm{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	box-sizing:border-box!important;
}

.registrationForm input{
	border-radius:3px;
	border:none!important;
	margin:2px!important;
	margin-bottom:10px!important;
}

.diyBtn{
	background-color:#95C11F;
	padding:15px 40px;
	border-radius:50px!important;
	font-weight:bold;
	color:white;
	font-size:16px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
	cursor: pointer;
}

.rf100{
	width:100%!important;
}
.rf50{
	width:49%!important;
}


#redirectBtn button{
	background-color:#95C11F;
	padding:15px 40px;
	border-radius:50px!important;
	font-weight:bold;
	color:white;
	font-size:16px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
	margin-bottom:20px!important;
	
}
#redirectBtn{
    display:none;
}

.registrationForm label{
    display:flex;
}


/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .rf50{
	width:100%!important;
    }
}

