#bv{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    padding: 20px;
    background-color: #000000;
    border-radius: 10px;
}

form {
    margin: 0 auto;
  }

p {
    text-align: center;
    color: #ffffff;
}

.tamanho {
    font-size: 20px;
}

a#cad-link {
    color: #ffffff;
    text-decoration: none;
}

a#cad-link:hover {
    text-decoration: underline;
    color: #ccc;
}

.input {
    max-width: 100%;
    padding: 0.73rem;
    border-radius: 2rem;
    border: none;
    margin-bottom: 1rem;
}

