.reg-button-wrapper {
	position:fixed;
	z-index: 100;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
} 
.reg-button-wrapper .reg-button{
	display:block;
	width: calc(100% - 64px);
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 15px 0 15px 0;
	margin:  0 0 10px 30px;
	text-decoration:none;
	border-radius: 10px;
	background-color:#FFE502;
	border: 2px solid #132d5b;
	color:#132d5b;
	box-shadow: 0 -5px 15px 0px rgba(19,45,91,0.50), 0 50px 50px 25px #132d5b;
	text-align:center;
}

.reg-form {
	display: block;
	position: fixed;
	z-index: 101;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: white;
	top:0;
	transition:top 1s ease;
}
.reg-form.hidden {
	top:100%;
}
.reg-form .close-button {
	position: absolute;
	display: block;
	text-decoration: none;
	z-index: 102;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #FFE502;
	color: black;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	text-align: center;
	font-size:25px;
	line-height: 25px;
	right:20px;
	top:20px;
}
.reg-form .refresh-button {
	position: absolute;
	display: block;
	text-decoration: none;
	z-index: 102;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #FFE502;
	color: black;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	text-align: center;
	font-size:25px;
	line-height: 25px;
	left:20px;
	top:20px;
}
.reg-form .refresh-button { display: none; }

.reg-form .full-size {
	width: 100%;
	height: 100%;
}