html, body{
    height: 100%;
}

body {
    font-family: 'Merriweather', sans-serif;
    background-color: #0F1926;
}

h2 {
    text-align: center;
    color: white;
}

.login-container {
    border: 1px solid black;
    border-radius: 8px;
    box-shadow: 10px 5px 10px black;
    padding: 30px;
    max-width: 400px;
}

.submit-button {
    background-color: #003a79;
    color: white;
}

.submit-button:hover {
    background-color: #002457;
    color: white;
}

.nova-conta {
    text-align: center;
    color: white;
}

.error {
    text-align: center;
    color: red;
    text-decoration: underline;
}