.onrent-recuperar {
	max-width: 420px;
	margin: 0 auto;
	padding: 4rem 1rem 3rem;
}

.onrent-recuperar h1 {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}

.onrent-recuperar__subtitulo {
	color: #666;
	margin-bottom: 1.5rem;
}

.onrent-recuperar__cargando {
	color: #888;
	text-align: center;
	padding: 2rem 0;
}

#onrent-recuperar-form-email,
#onrent-recuperar-form-nueva {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.onrent-recuperar__wrap {
	position: relative;
}

.onrent-recuperar__wrap input {
	width: 100%;
	box-sizing: border-box;
	padding-right: 2.5rem;
}

.onrent-recuperar__ver {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	opacity: 0.6;
}

.onrent-recuperar__ver:hover {
	opacity: 1;
}

.onrent-recuperar__requisitos {
	list-style: none;
	padding: 0;
	margin: 0.4rem 0 0;
	font-size: 0.78rem;
	color: #999;
}

.onrent-recuperar__requisitos li::before {
	content: '○ ';
}

.onrent-recuperar__requisitos li.onrent-recuperar__requisito--ok {
	color: #1a7f37;
}

.onrent-recuperar__requisitos li.onrent-recuperar__requisito--ok::before {
	content: '✓ ';
}

.onrent-recuperar__no-coincide {
	display: block;
	font-size: 0.78rem;
	color: #b00020;
	margin-top: 0.3rem;
}

.onrent-recuperar__no-coincide[hidden] {
	display: none;
}

.onrent-recuperar__btn {
	width: 100%;
	text-align: center;
	display: block;
}

.onrent-recuperar__aviso {
	font-size: 0.85rem;
	min-height: 1.2em;
}

.onrent-recuperar__aviso--exito {
	color: #1a7f37;
	font-weight: 600;
}

.onrent-recuperar__aviso--error {
	color: #b00020;
	font-weight: 600;
}

.onrent-recuperar__aviso--info {
	color: #666;
}
