#register-modal .modal-image {
  background-image: url('./../../img/backgrounds/background-register.jpg');
}
#register-modal .modal-header {
  margin-bottom: 50rem;
}
#register-modal .modal-footer {
  margin-top: 100rem;
  .underline {
    color: var(--orange);
  }
}
@media (max-width: 740px) {
  #register-modal .modal-header {
    margin-bottom: 30rem;
  }
  #register-modal .modal-footer {
    margin-top: 50rem;
  }
}