body 
{
	margin: 0px;
	font-family: "Tahoma", Arial, sans-serif;
}

input.login-button, a.login-button{	
	all: unset;	  
}

/* Smaller screen (or small dialogs) */
@media screen and (max-width:599px)
{
	#logooverall {
		height: 34px;
	}
	#logoimage {
		display:none;
	}
	#logoimagesmall {
		margin-top: 25x;
		margin-left: 20px;
		display:inline;
	}		
	input.login-button, a.login-button
	{
		font-weight: normal;
		padding: 4px 8px;		
		width: 75%;
	}
	
	.center {
		width: 250px;
		margin: 20px auto 0;
	}
	
	.field
	{
		margin-left:80px;
	}
	
	.field input
	{
		padding: 2px 3px !important;
		height: 18px !important;
		font-size: 14px !important;
		line-height: 19px;
		width: 150px !important;
	}	
	.fieldlabel
	{
		padding-top: 5px;
		font-size: 0.8em;
		width:75px;
	}
	
	.errorpanel
	{
		height:25px;
		color:red;
		font-size: 11px;		
	}
	
	.infopanel
	{
		height:75px;
		font-size: 11px;
		text-align: center;
	}
}

/* Larger screen */
@media screen and (min-width:600px)
{
	#logooverall {
		height: 220px;		
	}
	#logoimage {
		margin-top: 120px;
		margin-left: 40px;
		display:inline;
	}
	#logoimagesmall {
		display:none;
	}
	
	.center {
		width: 550px;
		margin: 25px auto 0;
	}
	
	input.login-button, a.login-button
	{		
		font-weight: 100;
		padding: 12px 20px;		
		width: 50%;
	}
	
	.field {
		margin-left: 180px;
	}
	
	.field input
	{
		padding: 4px 6px !important;
		margin-bottom: 9px;
		height: 26px !important;
		font-size: 14px !important;
		line-height: 20px;
		width: 200px !important;
	}	
	
	.fieldlabel
	{
		padding-top: 5px;
		font-size: 0.8em;
		width: 160px;
	}

	.errorpanel
	{
		height:30px;
		color:red;
	}
	
	.infopanel
	{
		border:1px solid #FBEED5;
		background-color:#fcf8e3;
		height:50px;
		text-align: center;
		padding:15px;
				
	}
}

/* General settings */
.errorpanel
{
	margin-left: 75px auto; 
	margin-right: 75px auto;
	text-align: center;
}

.logooverall {
		text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
		background: #020031;
		height: 220px;
		margin-bottom: 125px;
		background: -moz-linear-gradient(45deg, #0e1e2b 0%, #4f6888 100%);
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0e1e2b), color-stop(100%, #4f6888) );
		background: -webkit-linear-gradient(45deg, #020031 0%, #4f6888 100%);
		background: -o-linear-gradient(45deg, #0e1e2b 0%, #4f6888 100%);
		background: -ms-linear-gradient(45deg, #0e1e2b 0%, #4f6888 100%);
		background: linear-gradient(45deg, #0e1e2b 0%, #4f6888 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e1e2b',	endColorstr='#4f6888', GradientType=1 );
		-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
		-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
		box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
}


.centerform {
	display: table;
	margin-bottom: 10px;
	margin-top: 10px;
}

.fieldlabel {
	float: left;
	text-align: right;	
	color: #444444;
}

.centerform:after {
	clear: both;
}

.field input:focus {
	border-color: rgba(68, 140, 203, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(68, 140, 203, 0.6);
}

.field input:-webkit-autofill {
	background-color: white !important;
}

.field input {
	box-sizing: content-box !important;
	
	background-color: white !important;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	display: inline-block;
	color: #555 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


input.login-button, a.login-button {	
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid;            
}

.login-container {
 	text-align: center;
}



input.login-button{
	background-color: #51A351;
	border-color: #51A351 #51A351 #387038;
}
input.login-button:hover {
    background-color: #418641;
}
a.login-button{
	background-color: #007bff;
	border-color: #007bff #007bff #003588;
}
a.login-button:hover {
    background-color: darker;
}

.login-button:focus{
	border-color: black;		
}