#trialModal {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  transform: translateY(-20px);
}

#trialModal.in {
  opacity: 1;
  transform: translateY(0);
}

.custom-modal {
  align-items: center;
  justify-content: center;
  z-index: 999999;
  font-family: 'Montserrat', sans-serif;
}

.custom-modal .close {
  font-size: 30px;
}

.modal-logo {
  height: 45px;
  margin-bottom: 20px;
}

.custom-modal .in {
  display: flex !important;
  min-height: 500px;
}

.custom-modal .modal-dialog {
  transition: all 1s;
}

.custom-modal .modal-content {
  border-radius: 2rem;
}

.custom-modal .modal-title {
  color: #000;
  text-align: center;
  font-size: 22px;
}

.custom-modal .modal-header {
  border-bottom: unset;
}

.custom-modal .modal-body {
  padding-left: 25px;
  padding-right: 25px;
}

.custom-modal label {
  font-weight: unset;
}

@media (min-width: 979px) {

  .custom-modal .modal-header,
  .custom-modal .modal-body {
    padding-left: 45px;
    padding-right: 45px;
  }

  .custom-modal .modal-header {
    padding-top: 25px;
  }

  .custom-modal .modal-footer {
    padding-bottom: 45px;
  }
}

.custom-modal .modal-footer {
  display: flex;
  justify-content: center;
  border-top: unset;
}

.galaxy-container>img {
  opacity: .6;
  transition: transform 100000s linear;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.in .galaxy-container>img {
  transform: scale(1000);
}

.galaxy-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.button-essai {
  width: 218px;
  height: 40px;
  background-color: #e5292a;
  font-family: "Montserrat", sans-serif;
  border-color: #e5292a;
  border-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  opacity: 1;
  color: #fff;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}

.button-essai:hover,
.button-essai:active {
  background-color: #fff;
  border-color: #fff;
  color: #e5292a;
}

.custom-modal input {
  display: block;
  margin-bottom: 20px;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  border-radius: 8px;
  border-width: 1px;
  border-color: #1a1a1a;
  background-color: #ffffff;
  min-height: 2.5rem;
  line-height: 20px;
  color: #303030;
}

.formerror {
  color: #e5292a;
  text-align: center;
}

