<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { box-sizing: border-box; padding:0; margin: 0; }

body {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size:12px;
  color:#d6d6d6;
  text-shadow: black 0.1em 0.1em 0.2em;
  
 background-color: #5f013b;
background-image: url(../tour/custom_assets/images/back2.jpg) ; 
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
  
 
  width: 100%;
  min-width: 360px; 
  max-width: 1000px;
  margin-left: auto ;
  margin-right: auto ;
}



form {
  background:#111; 
  width:auto;
  margin-left: auto ;
  margin-right: auto ;
  border-radius:1.4em;
  border:1px solid #474646;
  overflow:hidden;
  position:relative;
  box-shadow: 0 10px 20px 10px rgba(0,0,0,0.2);
}

form:after {
  content:"";
  display:block;
  position:absolute;
  height:1px;
  width:100px;
  left:0%;
  background:linear-gradient(left, #111, #444, #b6b6b8, #444, #111);
  top:0;
}

form:before {
 	content:"";
  display:block;
  position:absolute;
  width:8px;
  height:5px;
  border-radius:50%;
  left:0%;
  top:-7px;
  box-shadow: 0 0 26px 20px #fff;
}

.inset {
 	padding:20px; 
  border-top:1px solid #4b4b4b;
}

form h1 {
  font-size:20px;
  text-shadow: black 0.1em 0.1em 0.1em;
  text-align:center;
  color:#d6d6d6;
  padding:15px 0;
  border-bottom:1px solid rgba(0,0,0,1);
  position:relative;
}

form h1:after {
 	content:"";
  display:block;
  width:400px;
  height:100px;
  position:absolute;
  top:0;
  left:1px;
  pointer-events:none;
  transform:rotate(70deg);
  -webkit-transform: rotate(70deg);
  background:linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
   background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.05), rgba(0,0,0,0)); /* For Safari */

}

label {
 	color:#d6d6d6;
  display:block;
  padding-bottom:9px;
}



.p-container {
 	padding:0 20px 20px 20px; 
}

.p-container:after {
 	clear:both;
  display:table;
  content:"";
}

.p-container span {
  display:block;
  float:left;
  color:#d6d6d6;
  padding-top:8px;
  font-size:12px;
}



a {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size:20px;
  font-weight:bold;
  color:#fec204;
  text-decoration: none; 
  text-shadow: black 0.1em 0.1em 0.2em;
}

a:hover{
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size:20px;
  font-weight:bold;
  color:#fff608;
  text-decoration: none; 
  text-shadow: black 0.1em 0.1em 0.2em;
}

input[type=submit] {
 	padding:5px 20px;
  border:1px solid rgba(0,0,0,0.4);
  text-shadow:0 -1px 0 rgba(0,0,0,0.4);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.3),
    inset 0 10px 10px rgba(255,255,255,0.1);
  border-radius:0.3em;
  background:#bf0175;
  color:white;
  float:right;
  font-weight:bold;
  cursor:pointer;
  font-size:35px;
}

input[type=submit]:hover {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.3),
    inset 0 -10px 10px rgba(255,255,255,0.1);
}





img {
  max-width: 100%;
  height: auto;
}










/*  SECTIONS  */
.section {
	

  margin-left: auto ;
  margin-right: auto ;
	
	clear: both;

	margin: 5px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWO  */

.span_1_of_2 {
	width: 99.0%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}</pre></body></html>