.checkbox {
  width: 15px !important;
  height: 15px !important;
  margin-top: 10px !important;
}

.form-container {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: 4%;
  width: 100%;
  justify-content: space-between;
}
