.page-login .login form button {
	min-width: 0;
}

ol, ul, dl {
	margin: 0px;
}

.hero {
	color: #ffffff;
	text-align: center;
	padding: 35px 0 35px !important;
	background: #6d777c;
}

.hero h1 {
	font-size: 3.6rem !important;
	margin: 0px;
}

.container table.table-custom thead th {
	background-color: #464f53 !important;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 1rem;
}

.container table.table-custom tbody td {
	text-align: center;
	vertical-align: middle;
	padding: 1rem !important;
	line-height: 1.25;
}

.container table.table-50 tbody td {
	width: 50%;
}

form .form-control, .form-select {
	background-color: #eceef0 !important;
	color: #464f53 !important;
}

form .readonly {
	color: #999 !important;
	background: #fafafa !important;
}

.partner-notification .alert {
	text-align: center;
}