@charset "UTF-8";

/* NEW PASSWORD */

#new-password {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#new-password a {
	color: var(--black);
}