.login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    width: 100%;    
}

.login-topo {
    background-color: #cc0001;
    padding: 10px;
    text-align: center;
}

h2 {
    background-color: #EEE;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

from {
    margin-top: 20px;
}