.c-form-in{
  color: grey;
}
.c-form{
  margin-top: 50px;
  width: 100%;
}
.c-form-msg{
  text-align: center;
  font-size: 24px;
  padding-bottom: 5%;
}
.c-form-item{
  width: 16%;
}
.c-form-select {
  padding: 15px 2px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgb(169, 169, 169);
}
.c-form-row-many .c-form-item {
    padding: 10px 15px 0px 15px;
}
@media(max-width:650px){
  .c-form-item{
    width: 100%;
  }
  .c-form-select{
    background: #fff;
  }
  .c-form-wrap{
    padding-right: 0px;
  }
}
@media(max-width:450px){
  .c-form-msg{
    font-size: 16px;
  }
}
@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;
  }
}
