@font-face {
    font-family: Croogla4F;
    src: url(Croogla4F.ttf);
}

body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(#254757, #306d5f);
}

.logo-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.logo-container img {
    max-width: 100px;
    /* Tornar a imagem responsiva */
    height: auto;
    margin-right: 20px;
}

.text {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Alinhar o texto à esquerda */
}

.ezfin {
    font-size: 5rem;
    /* Tamanhos de fonte responsivos */
    font-weight: bold;
    font-family: "Croogla4F", sans-serif;
    color: #ffffff;
    margin-bottom: 5px;
    /* Espaçamento inferior entre o título e o slogan */
}

.slogan {
    font-size: 1.5rem;
    /* Tamanho de fonte responsivo */
    font-family: "Croogla4F", sans-serif;
    color: #ffffff;
    margin-top: -30px;
}

.card {
    background: rgba(255, 255, 255, 0.2);
    /* Fundo da card com transparência */
    border: none;
}

.enter {
    text-align: right;

}

.card-footer {
    text-align: right;
}

input {
    font-weight: bold;
    font-family: sans-serif;
}