.navbar {
    background-color: white;
}

.login-form {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.login-form form {
    background-color: white;
    padding: 2rem 3rem;
    border-radius: 0.75rem;
}

.header-title {
    margin-top: 4rem;
}

.index-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://archiveai-colecaodorabr.s3.sa-east-1.amazonaws.com/resources/home/Jabuticabeiras+-+Foto+Mauri%CC%81cio+Santana-min.jpg);
    background-size: cover;
    background-position: right bottom;
    z-index: -10000;
}