﻿
body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  margin:0
}
form input {
  
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
Container
{
	
  background: #FFFFFF;
  z-index:2;

}
form {
  position: relative;
  padding: 20px;
  text-align: center;
  height:100%;
  background: #FFFFFF;
  z-index:3;
  max-width:80%;
  max-width:fit-content;
}

img
{
	display:block
}
input[type=submit]
{
  text-transform: uppercase;
  outline: 0;
  background: #777777;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
input[type=submit]:hover
{
 
 background: #555555;
 
}

#Reset
{
	font-size: 14px;
	color:#777777;


}

a
{
	font-size: 14px;
	color:#777777;
	text-decoration:none;

}
 

label
{
	padding:10px;
	padding-left:0px;
	float:left;
	text-align:left;	
	width:100%;
}
 
#title
{
font-size: 22px;
color:#777777;
text-align:left;
text-transform:uppercase;
}

row
{
}

.message
{
text-align:left;
font-size: 14px;
	
}

.username
{
color:#999;
	
}

.Password
{
color:#999;
	
}
.submit
{
	text-align:Left;	
}