@charset "utf-8";
/* CSS Document */



h1#topsechedmos {
	font-size: 100px;
	font-weight: 800;
	line-height: 69px;
	text-align: center;
	padding: 0 0 20px;
	position: relative;
	z-index: 2;
	display: block;
	letter-spacing: -4px;
background: #8800ff;
background: -webkit-linear-gradient(bottom, rgba(136, 0, 255, 1) 0%, rgba(136, 0, 255, 1) 32%, rgba(98, 44, 245, 1) 60%, rgba(3, 255, 163, 1) 100%);
background: -o-linear-gradient(bottom, rgba(136, 0, 255, 1) 0%, rgba(136, 0, 255, 1) 32%, rgba(98, 44, 245, 1) 60%, rgba(3, 255, 163, 1) 100%);
background: linear-gradient(to top, rgba(136, 0, 255, 1) 0%, rgba(136, 0, 255, 1) 32%, rgba(98, 44, 245, 1) 60%, rgba(3, 255, 163, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

span#topmidwordmos {
	display: block;
	font-size: 30px;
	letter-spacing: 12px;
	color: #fff;
	-webkit-text-fill-color: #fff;
	padding-top: 5px;
}



img#bcklogobdmos {
	position: fixed;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

#formimos {
	padding: 0;
	width: 100%;
	text-align: center;
background: #0094cf;
background: -webkit-linear-gradient(left, rgba(136, 0, 255, 1) 0%, rgba(98, 44, 245, 1) 49%, rgba(3, 255, 163, 1) 100%);
background: -o-linear-gradient(left, rgba(136, 0, 255, 1) 0%, rgba(98, 44, 245, 1) 49%, rgba(3, 255, 163, 1) 100%);
background: linear-gradient(to right, rgba(136, 0, 255, 1) 0%, rgba(98, 44, 245, 1) 49%, rgba(3, 255, 163, 1) 100%);
	position: relative;
	z-index: 2;
}

label.frmhedmos {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: left;
	line-height: 28px;
	padding: 0 0 10px;
	display: block;
}


input.inptfrmmos {
	background-color: rgba(255,255,255,0.2);
	border: solid 1px #000;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	padding: 5px;
	line-height: 30px;
	display: block;
	text-align: left;
	width: 385px
}

textarea#notsblkdmos {
  background-color: rgba(255,255,255,0.2);
  border: solid 1px #000;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 5px;
  line-height: 30px;
  display: block;
  text-align: left;
  width: 385px;
  margin: 0 auto;
	height: 200px;
}


input#subfrmmos {
	font-size: 20px;
	padding: 20px 15px;
	font-weight: 500;
	color: #000;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	transition-duration: 0.2s;
	background-color: #fff;
	border: solid 1px #fff;
	cursor: pointer;
}

input#subfrmmos:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(136, 0, 255,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(136, 0, 255,0.75);
	box-shadow: 0px 0px 5px 0px rgba(136, 0, 255,0.75);
}


#dankemos {
	position: fixed;
	width: 100%;
	height: 100%;
background: #0094cf;
background: -webkit-linear-gradient(left, rgba(136, 0, 255, 1) 0%, rgba(98, 44, 245, 1) 49%, rgba(3, 255, 163, 1) 100%);
background: -o-linear-gradient(left, rgba(136, 0, 255, 1) 0%, rgba(98, 44, 245, 1) 49%, rgba(3, 255, 163, 1) 100%);
background: linear-gradient(to right, rgba(136, 0, 255, 1) 0%, rgba(98, 44, 245, 1) 49%, rgba(3, 255, 163, 1) 100%);
	top: 0;
	left: 0;
	z-index: 99999999999999;
}




@media only screen and (max-width: 600px) {
	
	h1#topsechedmos {
		font-size: 60px;
		line-height: 65px;
	}

	span#topmidwordmos {
		font-size: 21px;
		letter-spacing: 7px;
		padding-top: 1px;
		margin-top: -13px;
	}	
	
}





@media only screen and (max-width: 500px){ 
	
	
	
	label.frmhedmos   {
		text-align: center;
		margin: 0 auto;
	}
	
	input.inptfrmmos, textarea#notsblkdmos {
		width: 285px;
		text-align: center;
		margin: 0 auto;
	}
	
	img#bcklogobdmos {
	  top: 230px;
	}

}

