@import url("./styles.css");

.auth-bg{
    background-image: linear-gradient(rgba(7, 22, 39, 0.5), rgba(7, 22, 39, 0.5)), url("../img/headers/authentication.webp");
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.nav_custom{
    background-color: var(--dark-blue);
    color: white;
    height: 5rem;
}

@media (min-width: 1200px) {
    .nav_custom {
        height: 7rem;
    }
}

.login-container{
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border-radius: 0.5rem;
    padding: 2rem;
    width: 100%;
    max-width: 35rem;
    z-index: 120;
}

.wade{
    z-index: 100;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: -.2rem;
}

.w-fit{
    width: fit-content;
}
