.content-login {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.content-login-data {
    margin-top: 30px;
    margin-bottom: 30px;
}