.content-wrapper
{
	display: flex;
	width: 100%;
	max-width: 1200px;
	height: 95%;
	margin: 0 20px;
}

.side-space
{
	flex: 1;
}

.center-content
{
	flex: 0 0 600px;
	max-width: 100%;
	position: relative;
	text-align: center;
	/* background-color: rgba(255, 255, 255, 0.8); */
	padding: 20px 20px 0 20px;
	/* border-radius: 10px; */
	overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bottom-fixed
{
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
}

.center-content p
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.center-content button
{
	margin-top: 20px;
}

.center-image
{
	width: 80%;
	height: auto;
	max-width: 512px;
	margin-top: 5px;
}

.logo-ltr
{
	position: absolute;
	top: 20px;
	left: 20px;
}

.logo-ltr img
{
	width: 96px;
	height: auto;
	object-fit: contain;
}

.logo-rtl
{
	position: absolute;
	top: 20px;
	right: 20px;
}

.logo-rtl img
{
	width: 96px;
	height: auto;
	object-fit: contain;
}

.input-group
{
	display: flex;
	max-width: 400px;
	margin: 0 auto;
}

.input-group .form-control
{
	flex: 1;
	margin-right: 10px;
}

.input-group .form-control, .input-group .btn
{
	margin-top: 20px;
	max-width: 400px;
	margin: 0 auto;
	height: 45px;
	text-align: center;
}
