body
{
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    /*font-family: "Tigershark Bold Italic";*/
    /*background-color: #FFF;*/
    xbackground-color: #0d223f;
    background-image: url("/images/nav-shapes.svg");
    xbackground-position: 50% 50%;
    xbackground-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333;
    overflow-x: hidden;
    
}

#logon
{
    width: 372px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
    border-radius:10px;
    margin-top: 150px;
    padding:20px;
    border:3px solid #C0C0C0;
}
#login th
{
	text-align:right;
}
#login td
{
	text-align:left;
}
#forgotpass
{
	text-align:right !important;
}
input
{
	xwidth:170px;
	border:1px solid #C0C0C0;
}
#logo
{
	display:block;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	-webkit-user-select: none;
	cursor:pointer;
}
@media screen and (max-width: 768px)
{
	body
	{
		height:100vh;
		width:100vw;
		xcolor:#fff;
	}
	a
	{
		font-weight:bold;
	}

	xform
	{
		width:100vw;
		height:100vh;
		
	}
	input
	{
		font-size:24px;
		width:95%;
		padding:5px 10px 5px 10px;
	}
	input[type="submit"]
	{
		margin-top:50px;
		font-size:44px;
	}
	
	#logon,.logon
	{
		width:100vw;
		margin-top: 0;
		border-radius:0;
		border:none;
		background-color:transparent;
		xmargin-bottom: 150px;
	}
	.mobilehidden
	{
		display:none;
		
	}

}
