body {
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    width: 80%;
    border: .1rem solid #00076c;
    border-radius: .8rem;
    padding: 4rem;
}

.logo {
    width: 50%;
    min-width: 150px;
    margin: 5px;
    border-radius: 8px;
}

p.erro {
    color: red !important;
    font-size: 14px !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.containerForm {
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.containerInput {
    margin: 10px;
    width: 90%;
}

.input {
    padding: 10px; 
}

.botaoEntrar {
    margin-top: 1.5rem;
    background-color: #00076c !important;
    border-color: #00076c !important;
}

.botaoEntrar:hover {
    background-color: #1a237e !important; /* tom mais claro/escuro de azul */
    border-color: #1a237e !important;
    color: #fff !important;
}

