img.specs
{
	height: 150px;
	
	display: block;
	
	position: fixed;
	top: 0px;
	right: 0px;
	
	transform: rotate(90deg);
}

img.paper
{
	width: 150px;
	
	display: block;
	
	position: fixed;
	right: 0px;
	bottom: 20px;
}

img.supplies
{
	width: 150px;
	
	display: block;
	
	position: fixed;
	left: -40px;
	bottom: 50px;
	
	transform: rotate(90deg);
}

img.coffee
{
	width: 200px;
	
	display: block;
	
	position: fixed;
	top: 20px;
	left: -50px;
}

div.login-container
{
	width: 80%;
	height: 1px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	display: table;
}

	div.login-container img
	{
		width: 50%;
		
		margin: 0px 0px 20px 0px;
		float: left;
	}

	div.login-container input
	{
		width: calc(100% - 22px);
	
		margin: 0px 0px 7px 0px;
		padding: 11px 10px 9px 10px;
		
		background-color: #fff;
		
		border: 1px solid #ddd;
		border-radius: 7px;
		
		font-family: 'Raleway','Tahoma';
		font-size: 13px;
		
		resize: none;
	}
	
	div.login-container input[type='submit']
	{
		width: 100%;
		
		background-color: #dd0000;
		
		border-color: #980202;
		
		color: #fff;
	}