body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fbfbfb !important;
}

mo-header, mo-banner, footer {
	display: none;
}

.contenido-principal {
	display: flex;
    justify-content: center;
}

.site-main-account {
	max-width: 500px !important;
	margin: 0 !important;
	padding: 32px !important;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #0000001a;
}

.site-main-account p {
	text-align: center;
	margin: 32px 0 0 0;
	font-size: 15px;
}

.site-main-account .lost_reset_password .form-row {
    margin: 16px 0 0 0 !important;
}

.site-main-account .lost_reset_password .form-row:has(.button) {
    margin: 0 !important;
}

.site-main-account .button {
	margin-top: 24px !important;
	width: 100%;
	background: #fd00ae;
	border-radius: 8px;
	transition: all ease .3s;
}

.site-main-account .lp-button:hover {
	background: #f500a9;
}
