@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');


.font-sans {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-medium {
    font-weight: 400;
}


svg.h-8 {
    height: 5rem;
}


header #outage_relay_logo {
    height: 2rem;
}

#view_password, #view_confirm_password {
    cursor: pointer;
    position: absolute;
    width: 20px;
    right: 3px;
    bottom: 9px;
}