#login-modal .modal-image {
  background-image: url('./../../img/backgrounds/background-login.jpg');
}
#login-modal .modal-footer {
  margin-top: 24rem;
  justify-content: center;
}
@media (max-width: 740px) {
  .modal .modal-left .modal-header {
    margin-bottom: 40rem;
  }
  .modal .modal-left .modal-buttons {
    margin-top: 30px;
  }
  .modal .modal-left .modal-footer {
    justify-content: center;
    align-items: center;
  }
}