#login-container {
    display: flex;
    min-width: 100%;
    min-height: 100%;
    flex-direction: column;
    background-color: #2A3D76;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#login-container-inner {
    width: 350px;
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    margin: 20px;
}

#logo-container {
    width: 290px;
    height: 80px;
    margin-bottom: 15px;
}

#logo-container img {
    width: 100%;
}

#esqueci-minha-senha {
    text-align: right;
    font-size: 12px;
    margin-top: 7px;
}

#app-codigo-cliente-container {
    text-align: center;
    margin: 40px 0 10px 0;
}

#login-container .info-esqueci-senha {
    font-size: 11px;
    margin-bottom: 20px;
}

#login-container .info-redefinir-senha {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
}

#login-container h4 {
    color: #2A3D76;
}