<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#register {
	width: 100%;
	height: auto;
	float:left;
	position:relative;
	-webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#registration {
	z-index: 1000;
	width: 800px;
	height: auto;
	padding: 0;
	margin: 0 auto 0;
	position: relative;
	font-family: HelveticaNowLight;
	font-size: 14pt;
	font-weight: 600;
	text-align: left;
	color: #1c1f20;
	background-color: #ffffff;
}

.register1 {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	line-height: 40px;
	float:left;
	position:relative;
}

.register_text1 {
	width: 125px;
	height: 40px;
	padding: 0;
	margin: 0;
	float:left;
	position:relative;
}

.register_text2 {
	width: calc(100% - 167px);
	height: 40px;
	padding: 0 20px 0 20px;
	margin: 0;
	float:left;
	position:relative;
	color: #1c1f20;
	border: 1px solid #51b974;
	cursor: text;
}

.register_text3 {
	width: calc(100% - 127px);
	height: 40px;
	padding: 0 20px 0 20px;
	margin: 0;
	float:left;
	position:relative;
	color: #1c1f20;
	border: 1px solid #51b974;
	cursor: pointer;
}

.register_line {
	width: 10px;
	height: 40px;
	padding: 0;
	margin: 0;
	float:left;
	position:relative;
	background-color: #8ab5ac;
}

.register2 {
	width: 100%;
	height: 40px;
	float:left;
	position:relative;
}

#type1,
#type2 {
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0 5px 0 0;
	float:left;
	position:relative;
	cursor: pointer;
}

.register3 {
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	line-height: 20px;
	float:left;
	position:relative;
	font-family: HelveticaNowLight;
	font-size: 8pt;
	font-weight: 600;
	text-align: left;
	color: #1c1f20;
}

#term1,
#term2 {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 5px 0 0;
	float:left;
	position:relative;
	cursor: pointer;
}

input,
option,
select {
	font-family: HelveticaNowLight;
	font-size: 14pt;
	font-weight: 600;
	text-align: left;
	color: #1c1f20;
	cursor: pointer;
}

input[type=checkbox]
{
	margin: 0 10px 0 0;
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
}

label {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: pointer;
}

.button {
	width: auto;
	height: auto;
	padding: 15px 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	position:relative;
	color: #1c1f20;
	background-color: #51b974;
	border: none;
    border-radius: 100px 100px 0 0;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

.button:hover {
	background-color: #8dc448;
}

#thankyou {
	z-index:2000;
	width: 100%;
	height: 100%;
	position:fixed;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image:url(../images/thankyou.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#back {
	z-index:3000;
	width: auto;
	height: auto;
	position:fixed;
}

/***************************************************
			        Mobile
***************************************************/
@media (max-width: 1000px) {

#registration {
	width: 90%;
	height: auto;
	padding: 0;
	margin: 0 auto 0;
	font-size: 10pt;
}

.register1 {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	line-height: 30px;
}

.register_text1 {
	width: 95px;
	height: 30px;
	padding: 0;
	margin: 0;
}

.register_text2 {
	width: calc(100% - 127px);
	height: 30px;
	padding: 0 15px 0 15px;
	margin: 0;
}

.register_text3 {
	width: calc(100% - 97px);
	height: 30px;
	padding: 0 15px 0 15px;
	margin: 0;
}

.register2 {
	width: 100%;
	height: 20px;
}

#type1,
#type2 {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 5px 0 0;
}

.register3 {
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	line-height: 12px;
	font-size: 7pt;
}

#term1,
#term2 {
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 5px 0 0;
}

input,
option,
select {
	font-size: 10pt;
}

.button {
	width: auto;
	height: auto;
	padding: 10px 15px 5px 15px;
	margin: 0 15px 0 0;
    border-radius: 100px 100px 0 0;
}
	
}
</pre></body></html>