body {

	background-image: url("texture3.png");
	font-family: "Helvetica";
	
}

.welcome {

	color: #3F8694;
	text-align: center;
	font-size: 64px;
	padding: 5px;
	
}

.welcomesub {

	padding: 15px;
	color: #57a1b7;
	text-align: center;
	font-size: 22px;

}

.greeting {

	font-family: 'Helvetica'; 
	font-size: 24px; 
	margin-top: -25px;

}

.linkrow {

	font-family: 'Helvetica'; 
	font-size: 14px;

}

.loginstatus {

	font-family: 'Helvetica'; 
	font-size: 12px; 
	margin-top: 5px; 
	margin-bottom: 20px;

}


form {

	padding: 35px;
	border: 2px solid #3F8694;
	border-radius: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url("texture8.png");
	font-family: "Helvetica";
	font-size: 24px;
	overflow: hidden;
	
}

input[type=text] { 

	width: 35%;
	min-width: 320px;
	height: 45px;
	font-size: 22px;
	font-family: "Helvetica";
	background: #CCE8ED;
	border: 1px solid #142c3c;
	border-radius: 4px;

}

input[type=text]:focus { 

	outline: 0;

}

::-webkit-input-placeholder {
	text-align: center;
	color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

input[type=submit] {

	border: 2px solid #142c3c;
	padding: 5px;
	border-radius: 5px;
	width: 25%;
	min-width: 250px;
	text-align: center;
	background-color: #CCE8ED;
	font-family: "Helvetica";
	font-size: 22px;

}

input[type=submit]:hover {

	border: 2px solid black;
	padding: 5px;
	border-radius: 5px;
	width: 25%;
	min-width: 250px;
	text-align: center;
	background-color: #B2E7F0;
	font-family: "Helvetica";
	font-size: 22px;
	-webkit-transition: background-color 100ms linear;
	-moz-transition: background-color 100ms linear;
	-o-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
	cursor: pointer;

}
a.linkbutton {

	color: #3F8694;
	text-decoration: none;

}

a.linkbutton:hover {

	color: #3F8694;
	text-decoration: underline;

}

.notenormal {

	width: 55%;
	padding: 15px;
	border: 2px solid #3F8694;
	border-radius: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url("texture8.png");
	font-size: 35px;
	overflow: hidden;

}

.notesmall {

	width: 45%;
	padding: 5px;
	border: 2px solid #3F8694;
	border-radius: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url("texture8.png");
	font-size: 22px;

}

.notetiny {

	width: 25%;
	padding: 5px;
	border: 2px solid #3F8694;
	border-radius: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url("texture8.png");
	font-size: 16px;

}

div.image {
	position: fixed;
	right: 0px;
	bottom: -5px;
	z-index: -1;
}






@media screen and (max-device-width: 640px) {

	form.dz-clickable {

		width: 450px;
		min-height: 250px;

	}

	div.dz-message {

		font-size: 40px;
		font-weight: 400;
		margin-top: 110px;

	}

	.greeting {

		width: 85%;
		font-size: 38px;

	}

	.linkrow {
		
		margin-top: 55px;
		font-size: 30px;

	}

	.loginstatus { 

		font-size: 20px;
		margin-bottom: 240px;

	}

}




