input[type="text"], input[type="password"] {
    width: calc(100% - 20px);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 800;   
    line-height: 50px;
    padding: 0 10px;
    border-radius: 10px;
    border: 0;
}

input[type="submit"] {
    background-color: var(--c-azul-real);
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 18px;
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    border: 0;
}