body {
	font-family: arial;
	background: url('img/background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

::selection{
	background-color: #b84646;
	color: inherit;
}

/* Firefox */
::-moz-selection {
	background-color: #b84646;
	color: inherit;
}

a {
	text-decoration: none;
	color: inherit;
}

#box {
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%);

	padding: 30px;

	background: rgba(255,30,30,0.3);
	border: solid 1px #595959;
	border-radius: 3px;
	
	text-align: center;
	
	box-shadow: 1px 1px 25px #000;
}

#logo {
	height: 120px;
}

#title {
	font-family: arial;
	font-weight: bold;
	font-size: 40px;
	color: white;
	margin-top: 20px;
}

.icon {
	height: 30px;
	transform: translateY(5px);
}

input {
	font-size: 25px;
	border: none;
	background: none;
	color: white;
	outline: none;
	border-bottom: solid 1px #dbdbdb;
	width: 200px;
}

button {
	margin-top: 8px;
	height: 30px;
	outline: none;
	border: solid 1px white;
	background: grey;
	color:  white;
	background: rgba(255,30,30,0.3);
	font-size: 15px;
	border-radius:  5px;
}

td {
	padding: 10px;
	//border: solid 1px blue;
}