.registrationoptions {
	text-align: center;
}

.registrationoptions .heading {
    font-size: 40px;
    font-weight: bold;
    margin: 16% 0;
}

.registrationoptions .button {
	width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 15px 0;
}

.registrationoptions .bottom {
	position: absolute;
    bottom: 0;
    left: 10px;
    width: 300px;
}

.registrationoptions .inline {
	display: inline-block;
}

.registrationoptions .margin-right {
	margin-right: 6px;
}

.registrationoptions .anchor {
	cursor: pointer;
	color: #3fb7e3;
}