*,
p,
h1,
h2,
h4,
ul,
label {
  font-family: "Open Sans", sans-serif;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-0 {
  margin: 0;
}

.m-4 {
  margin: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.card {
  -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #6f7287;
  font-size: 0.9rem;
  cursor: default;
}

.custom-form {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  background: #ffffff url(img/arrow-down.svg) no-repeat 98% 50%;
  background-size: 1.2rem 1.2rem;
}

.custom-form select {
  background: transparent;
  -webkit-appearance: none;
  border: none;
}

.custom-form select:focus {
  outline: 0;
}

.custom-form svg {
  position: absolute;
  right: 5px;
  top: 20%;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.8em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

a {
  color: #0275d8;
  text-decoration: none;
}

@media (max-width: 768px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    min-height: 100vh;
    height: auto;
  }
}

.main-left {
  width: 55%;
  background: #f7f9f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-left img {
  max-height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .main-left {
    width: auto;
  }
}

.main-right {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem;
}

@media (max-width: 1024px) {
  .main-right {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .main-right {
    width: auto;
    padding: 1rem;
  }
}

.main-right-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #eeedf2;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .main-right-countdown {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.main-right-countdown .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  margin-right: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  border-radius: 5px;
}

.main-right-countdown .card:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .main-right-countdown .card {
    min-width: auto;
    margin-right: 0.75rem;
    padding: 0.75rem;
  }
}

.main-right-countdown .card h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #303030;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .main-right-countdown .card h2 {
    font-size: 1.5rem;
  }
}

.main-right-countdown .card p {
  color: #6f7287;
  font-size: 15px;
  opacity: 0.8;
  font-weight: 600;
}

@media (max-width: 768px) {
  .main-right-countdown .card p {
    font-size: 14px;
  }
}

.main-right-registration h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  /* margin-right: -.25px; */
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.main .btn-primary {
  -webkit-appearance: button;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  height: 44px;
  padding: 0 30px 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #39364f;
  fill: #39364f;
  background: transparent;
  border: 2px solid #ed3237;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.3, 1);
  background-color: #ed3237;
  color: #fff;
  margin: 1rem 0;
}

/*# sourceMappingURL=style.css.map */