/* CSS Document */

.error {color: #FF0000;} 


body {
	position: relative;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #0b4182;
	font-family: Arial, sans-serif;
	background: linear-gradient(0deg, #0b4182 1%, #1e88e5 100%);
}


img {
	width: 100%;
	min-width: 100px;
	max-width: 502px;
	height: auto;
	padding: 16px;
	box-sizing: border-box;
	display: block;
	margin: auto;
}


h1 {
	margin-left: 20px;
	margin-top: 150px; text-align: center;
}


h2 {
	margin-left: 20px;
	margin-top:20px; text-align: center;
}


h3 {
	margin-left: 20px;
	margin-top:20px; text-align: center;
}

h5 {
	margin-left: 20px;
	margin-top:20px; text-align: center;
}

a:link	{
	text-decoration: none;
	color: #FF0000;
	font-size: 50px;
	text-align: center
}


a:visited	{
	text-decoration: none;
	color: #0000ff;
	font-size: 50px;
	text-align: center
}


a:hover {
	text-decoration: none;
	color: #ffcc00;
	font-size: 50px;
}


input[type=text], textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}


select {
	width: 100%;
	padding: 16px 20px;
	border: none;
	border-radius: 4px;
	background-color: #f1f1f1;
}


label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}


input[type=submit] {
	background-color: #04AA6D;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
}


input[type=submit]:hover {
	background-color: #45a049;
}


.container {
	float: left;
	width: 50%;
	border-radius: 5px;
	background: linear-gradient(0deg, #0b4182 1%, #1e88e5 100%);
	padding: 20px;
}


.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}


.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}


/* Clear floats after the columns */


.row::after {
	content: "";
	display: table;
	clear: both;
}


.button {
	margin: 0;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 200px;
	position: relative;
}
