.eMed-ep_content-wrapper {
	padding: 2rem;
}

.eMed-ep_content-policy-pages p.eMed-ep_title,
p.eMed-ep_title {
	font-size: 1.5rem !important;
	font-weight: 500;
	margin-bottom: 30px;
}

.eMed-ep_input-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.eMed-ep_password_input {
	width: 99%;
	outline: none;
	height: 2rem;
	font-size: 1rem;
	border: 1px solid #d1d5db;
	padding: 1.5rem 1rem;
}

.eMed-ep_input:hover {
	border-color: #9e9e9e;
}
.eMed-ep_input:focus {
	border-color: black;
}

.eMed-ep_button-container {
	position: relative;
	text-align: end;
}

.eMed-ep_button {
	color: white;
	padding: 10px 60px 10px 10px;
	min-height: 38px;
	font-size: 1.5rem;
	line-height: 36px;
	background: #d1d5db;
	border: unset;
	cursor: pointer;
	width: 100%;
	text-align: start;
	transition: background-color 0.25s ease;
}

.eMed-ep_eMed_button-icon {
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.25s ease;
	background-image: url('/weightloss/resource/eMed_EnterpriseProgram/eMed_EnterpriseProgram.svg');
	background-size: 60px 60px;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}
