h2 {
	text-align: center;
	margin-bottom: 30px;
}

table {
	margin-left:auto;
	margin-right:auto;
	border: 1px solid black;
	border-collapse:collapse;
}

td {
	padding:15px;
	border: 1px solid black;
}

table tbody th {
	border: 1px solid black;
}

.capatcha {
	text-align: center;
}

div.g-recaptcha {
	display: inline-block;
}

#centered_login {
	text-align: center;
}

.inner-table, .inner-table th, .inner-table td {
	border: 0px;
	margin-left: 0px;
}

.inner-table th, .inner-table td {
	padding: 0px;
	padding-left: 15px;
}

.reason {
	color: yellow;
}