body
{
	/* Background pattern from Toptal Subtle Patterns */
	background-image: url("img/hexellence.png");
	font-size: 20px;
}

#container
{
	background-color: white;
	width: 300px;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	-webkit-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
}

input[type=text],
input[type=password],
input[type=email]
{
		width: 300px;
		background-color: #efefef;
		color: #666;
		border: 2px solid #ddd;
		border-radius: 5px;
		font-size: 20px;
		padding: 10px;
		box-sizing: border-box;
		outline: none;
}

input[type=submit]
{
		width: 300px;
		background-color: #36b03c;
		font-size: 20px;
		color: white;
		padding: 15px 10px;
		margin-top: 10px;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		letter-spacing: 2px;
		outline: none;
}
input[type=submit]:hover
{
	background-color: #37b93d;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus
{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	border: 2px solid #a5cba5;
	background-color: #e9f3e9;
	color: #428c42;
}
input[type=submit]:focus
{
	-webkit-box-shadow: 0px 0px 15px 2px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 15px 2px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 15px 2px rgba(204,204,204,0.9);
}
#rcontainer
{
	font-family: 'Lato', sans-serif;
	background-color: white;
	width: 300px;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	-webkit-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
}
.info
{
		text-align: center;
		color: red;
		font-family: 'Lato', sans-serif;
		
}
.link
{
		text-align: center;
		font-size: 19px;
		color: blue;
		font-family: 'Lato', sans-serif;\
		text-decoration: none;
		
}
.text
{
		text-align: center;
		color: black;
		font-family: 'Lato', sans-serif;
		
}
.header
{
		text-align: center;
		font-family: 'Lato', sans-serif;
		
}
