body {
	background-color: lightgray;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 800px;
	width: 90%;
	padding: 30px;
}

.text_wrapper {
	color: slateGray;
	text-align: center;
	font-size: 60px;
	border-bottom: 3px solid slateGray;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.username_input {
	border: 0px;
	border-bottom: 3px dotted slateGray;
	background-color: lightGray;
	outline-width: 0;
	outline: none;
	height: 50px;
	width: 400px;
	text-align: center;
	font-size: 40px;
	padding-top: 100px;

}

.button_resolve {
	border: 3px dotted slateGray;
	outline-width: 0;
	outline: none;
	cursor: pointer;
	margin: 20px;
	font-size: 35px;
	
}

.hidden {
	display: none;
}

.image {
	padding-top: 50px;
}

#flash_message {
	border: 3px dotted slateGray;
	padding: 10px;
	width: 500px;
	color: slateGray;
	font-size: 30px;
}

.ip {
	color: slateGray;
	font-size: 70px;
	margin-top: 40px;
}

.profile_pic {
	border: 2px dotted slateGray;
	margin-top: 50px;
	width: 96px;
	height: 96px;
	border-radius: 48px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}