body {
	color: rgba(0, 0, 0, 0.8);
	margin: 0;
	padding: 0;
	background-color: #FAFAFA;
}

.full-header-message {
	width: 100%;
	display: none;
}

.form_right {
	display: table-cell;
	width: auto;
	float: center;
}

#resetPassword {
	font-size: 1.8rem;
}

input[type=email] {
	width: 100%;
	padding: 1.2rem;
	margin: 4px 0;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}


div.body-content {
	background-color: #FAFAFA;
	min-height: 100vh;
	width: 100%;
}

div.container {
	height: auto;
	/*display: flex;*/
}

div.left-panel-act {
	border-radius: 10px;
	width: fit-content;
	float: left;
	background: #7986CB;
	margin: 1rem;
	padding: 1rem;
	font-size: 1.8rem;
}

.account {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

div.right-panel-act {
	margin: 1rem;
	font-size: 1.8rem;
}

div.right-panel-flex {

	display: flex;
	
	flex-grow: 100;
	/*justify-content: center;*/
	justify-content: space-evenly;
}


.sub_container {
	display: flex;
	flex-direction: row;
	
	/* Center the divs */
	/*flex-wrap: nowrap;  Explicitly prevent wrapping */
	gap: 80px;
	/* Adds space between the inner divs */
	width: 80%;
	max-width: 900px;
	margin-bottom: 1em;
}

.inner-div {
	flex: 1;
	/* Allows both divs to grow and take equal space */
	padding: 20px;
	border: 2px solid #a8c0d8;
	border-radius: 15px;
	/* Adjust the border-radius for desired roundness */
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Subtle shadow for depth */
	
}

#badge_container img {
	width: 320px;
	height: auto;
}