@import url("//hello.myfonts.net/count/2eefe3");

@font-face {font-family: 'GazRg-Bold';src: url('webfonts/2EEFE3_0_0.eot');src: url('webfonts/2EEFE3_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2EEFE3_0_0.woff2') format('woff2'),url('webfonts/2EEFE3_0_0.woff') format('woff'),url('webfonts/2EEFE3_0_0.ttf') format('truetype');}
 

html {
	background: #50e8fc;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #50e8fc;
	background: linear-gradient(177deg, #19ffba 0%,#50e8fc 100%);
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.9)
}

a {
	color: #000000; 
}

div#biglogo {
	background-image: url('images/logo.png');
	margin: 0px auto;
	width: 470px;
	height: 150px;
	background-size: 470px 150px; 
	background-repeat: no-repeat;
	display:block;
}
div#smalllogo {
	background-image: url('images/logo.png');
	margin: 0px auto;
	width: 235px;
	height: 75px;
	background-size: 235px 75px; 
	background-repeat: no-repeat;
	display:block;
}

div#header {
	height: 100px;
}

div#content {
	border: 0px solid rgba(0, 0, 0, 0.9);
	width: 800px;
	margin: 0px auto;
	display: block;
}

#zinc_stunt {
	top:18px;
	left:24px;
	width:29px;
	height:50px;
	background-image:url('/images/stunt.png');
	background-repeat:no-repeat;
	background-size:29px 50px;
	cursor:pointer;
	display:block;
	position:fixed;				
}

input[type=text], input[type=email], input[type=password] {
	border: 3px solid rgba(0, 0, 0, 0.9);
	background: transparent;
	padding: 10px;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

input[type=button] {
    padding: 10px; 
    background: transparent; 
    border: 2px solid rgba(0, 0, 0, 0.9);
    cursor:pointer;
    font-family:GazRg-Bold;
	font-weight:normal;
	font-style:normal;
}

input[type=button]:disabled {
	color: rgba(0, 0, 0, 0.2);
}

::-webkit-input-placeholder {
   color:rgba(0, 0, 0, 0.4);
}

:-moz-placeholder { /* Firefox 18- */
   color:rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {  /* Firefox 19+ */
   color:rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {  
   color:rgba(0, 0, 0, 0.4);
}