.theme-form input {
  background-color: white;
}

.register,
.theme-form.continue {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 32px;
  margin: 30px 0;
}

.register .col-md-6,
.theme-form .col-md-6 {
  width: 50%;
}

.register .col-md-2,
.theme-form .col-md-2 {
  width: 41.66666%;
}

.register .col-md-4,
.theme-form .col-md-4 {
  width: 33.33333%;
}

.register .col-md-3,
.theme-form .col-md-3 {
  width: 25%;
}

.register .col-md-2,
.theme-form .col-md-2 {
  width: 16.66666%;
}

.form-row {
  gap: 30px;
}

.buttons {
  justify-content: space-between;
  align-items: center;
}

.date {
  display: flex;
}

#main>div:nth-child(6)>div:nth-child(1)>div.form-row.date.row>div:nth-child(2)>div {
  flex-direction: column;
}

 .info-card-input-subinfo {
  top: -10px;
}

@media (max-width: 1199px) {

  .register .col-md-6,
  .theme-form .col-md-6,
  .register .col-md-4,
  .theme-form .col-md-4,
  .register .col-md-3,
  .theme-form .col-md-3,
  .register .col-md-2,
  .theme-form .col-md-2 {
    width: 100%;
  }

  .form-row {
    gap: 0px;
  }
}

@media (max-width: 531px) {
  .buttons {
    flex-direction: column;
    gap: 24px;
  }

  .register {
    padding: 24px;
    margin: 32px 0;
  }
}