body {
  color: #030304;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  font-family: "TT Commons";
}

.container {
  max-width: 1170px;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * 0.2);
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 18px;
  font-weight: 600;
  color: #4f627b;
  line-height: 34px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Migra";
}

section.register_form .form_box {
    width: 100%;
    height: 100vh;
    background: #e7e4e5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    z-index: 3;
    overflow-y: scroll;
}

.register_form .input-card select {
    width: 100%;
    padding: 10px;
    border: 1px solid #bcbaba;
    border-radius: 4px;
    background: #e9e8e8;
}

.btn {
    width: auto !important;
    padding: 0 30px;
    
}


@media (max-width: 500px) {
  .event_dates .date .img {
    height: 40px;
  }
  
  .hero-container {
      overflow: scroll !important;
      height: auto  !important;
  }
  
  header {
      position: absolute !important;
  }
}

@media (max-width: 1600px) {
  section.register_form .input-card input,
  section.register_form .input-card textarea {
    padding: 8px;
  }

  section.register_form .input-card textarea {
    height: 100px;
  }

  section.register_form .input-card {
    margin: 10px 0;
  }
}
