@media(min-width: 767px){

    .container-login > div{ margin-bottom: 5% !important; width: 100% !important; }
    .container-login > div:nth-child(1){ text-align: center; margin-bottom: 10%; }
    .container-login > div:nth-child(1) > img{ width: 50% !important; }

    .p-desenvolvedora{ margin: 0% !important; padding: 0% !important; margin-top: 5% !important; }
    .img-desenvolvedora{ width: 50% !important; }

}

@media(max-width: 768px){

  .container-login > div{ margin-bottom: 5% !important; width: 100% !important; }
  .container-login > div:nth-child(1){ text-align: center; margin-bottom: 10%; }
  .container-login > div:nth-child(1) > img{ width: 50% !important; }

  .p-desenvolvedora{ margin: 0% !important; padding: 0% !important; }
  .img-desenvolvedora{ width: 50% !important; }
}
