/* Base Theme - Password Recovery Page */

.recovery-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 2rem 0rem;
	height: 100%;
}

#fnc-recovery {
	position: relative;
    flex: 1;
	max-width: 40rem;
	text-align: center;
}

@media screen and (max-width: 799px) {
	
}
