body
{
	color: white;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 25px;
	
	margin-top: 50px;
	margin-bottom: 50px;
}

a:link, a:visited
{
	text-decoration: none;
	color: white;
}

a:hover, a:active
{
	font-weight: bold;
}

input
{
	font-size: 25px;
}

.container
{
	position: relative;
	
	background-color: #1A1A1B;
	width: 900px;
	
	padding: 75px;
	
	border: 1px solid #343536;
	border-radius: 5px;
}

.header
{
	position: absolute;

	top: 15px;
	right: 15px;
	
	font-size: 16px;
}

.title
{
	margin-bottom: 20px;
	
	text-align: center;
	font-weight: bold;
}

.size1
{
	font-size: 50px;
}

.textField
{
	margin-left: 20px;
	width: 300px;
}

.login
{
	margin-top: 20px;
	width: 200px;
}

.stayLogged
{
	width: 20px;
	height: 20px;
	
	margin-left: 50px;
}

.error
{
	margin-top: 20px;
}