.c-form-in{
  color: grey;
}
.c-form{
  margin-top: 50px;
  width: 100%;
}
.c-form-msg{
  text-align: center;
  font-size: 24px;
  padding-bottom: 5%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
  .c-form input[type=checkbox]{
    position: relative;
  }
}
@supports (-ms-ime-align: auto) {
  .c-form input[type=checkbox]{
    position: relative;
  }
}
