body {
	background: #fafafa;
	overflow-x: hidden !important;
}

.content__box {
	height: 100vh;
	width: 100vw;

	display: flex;
	justify-content: center;
	align-items: center;

}

.module {
	padding: 50px !important;
	border-radius: 65px;
}

.module .input__item {
	margin-bottom: 0px;
}

.module .input__box {
	margin-bottom: 20px;
}

.input__actions {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.input__actions button {
	padding: 15px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	background: #080807;
	font-size: 10pt;
	font-weight: 500;
	width: 100%;
	color: #ffffff;
	border: none;
}

.module__title {
	margin-bottom: 45px;
}

p.message__error {
	font-size: var(--font-label);
	margin-bottom: 0px;
	line-height: 130%;
	margin-top: 5px;
	color: var(--badge-red);
	font-weight: 300;

	display: none;
}