﻿body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

input[type=submit]
{
  background: #405EAE;
}
input[type=submit]:hover
{
 
 background: #69ABDF;
 
}
#Reset
{
	color:#405EAE;
}
a
{
	color:#405EAE;
}
#title
{
color:#405EAE;
}

.username
{
color:#999;
	
}

.Password
{
color:#999;
	
}

@media only screen and (min-width:600px) 
{
	form{
		float:left;
	}
	
	form input{
		width:240px;
		float:left;
		font-size:20px;
		padding:10px;
	
	}
	img
	{
		display:block
	}
	input[type=submit]
	{
		font-size:20px;
	   	BACKGROUND-COLOR: #005cab;
	    color:black;
		margin-left:30px;
		padding:10px;
		padding-left:30px;
		padding-right:30px;
	}
	
	label
	{
		float:left;
		text-align:left;	
	}
	.Username label
	{
		width:150px;
	}
	.Password label
	{
		width:150px;
	}
	.title
	{
		display:none;
	}
	
	div,Row
	{
		float:left;
	}
}
