article {
	text-align: center;
}

article fieldset {
	margin-top: 150px;
	background: rgb(50, 50, 55, 1.0);
	color: whitesmoke;
	border-radius: 15px;
	border: 0;
	width: min(40%, 400px);
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: center;
	text-align: center;
}

article fieldset legend {
	text-shadow: 1px 1px 2px rgb(50, 50, 55, 1.0);
}

.logText {
	width: 300px;
	text-align: right;
}

.btn {
	font-size: 16px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 25px;
	box-shadow: 0px 0px 5px -2px;
	border: 1px solid rgb(210, 210, 205, 1.0);
	transition: 
		background-color 0.5s,
		color 0.5s;
}

.btn:hover {
	background-color: rgb(50, 50, 55, 1.0);
	color: rgb(210, 210, 205, 1.0);
}

#addUser th {
	text-align: right;
}