.select-auth {
	background-size: cover;
	background-attachment: fixed;
	font-weight: normal;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.envelo-card {
	padding: 36px 60px !important;
}

.title-header {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.1px;
	word-wrap: break-word;
}

.title-info {
	margin: 6px 0px !important;
	color: var( --surface-dim);
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 20px;
	word-wrap: break-word;
}

.select-form-auth-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 36px, 60px;
	height: 56rem;
	width: 42rem;
	background-color: var(--on-primary);
	display: flex;
	justify-content: center;
}

.select-form-auth {
	height: min-content;
	min-height: auto;
}

.tile-wrapper div {
	cursor: pointer;
}

.select-auth-form-title-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-select-auth {
	height: 200px;
}

.img-select-auth {
	width: 75% !important;
	padding: 10px;
}
