.background-login{
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, #007A4D 0%,#007A4D 35%, #3BA27E 35%, #3BA27E 45%,#5CAF8F 45%,#5CAF8F 55%,#87c3a9 55%,#87c3a9 65%, #fff 65%, #fff 100%); */
    background: url('../images/fundo2.PNG'), url('../images/fundo1.PNG'), linear-gradient(60deg, #007A4D 0%,#007A4D 45%, #fff 45%, #fff 100%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left bottom, 95% 100%, right bottom, center;
}
