.auth-backg{
    background: linear-gradient(to right bottom, #f3b2d5, #e44c84);
}
.auth-form{
    width: 100%;
    max-width: 450px;
    box-shadow: 0 8px 32px hsla(230, 75%, 15%, .2);
    border-radius: 1rem;
} 
.toggle {
    background: none;
    border: none;
    color: black;
    font-weight: 600;
    position: absolute;
    right: .75em;
    top: 1.25em;
    z-index: 9;
}