label{text-align:left;font-size:10px;}
.form-group{text-align:left;
	margin-bottom: 0.01rem;
}
.rs-form-control {
  background-color: #999999;
  border-radius: 3px;
  box-shadow: none;
  color: #000000;
  font-size: 1.0rem;
  line-height: 1.23;
  min-height: 2.5em;
  padding: 0.5em 1.07em 0.5em;
}
.rs-form-control,
.rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
.rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
.rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
.rs-form-control,
.rs-form-control-file,
.rs-form-control-range {
  display: block;
}
.rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.regular-checkbox {
  display: none;
}
.regular-checkbox + label {
  width: 100%;
  background-color: #999999;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.regular-checkbox + label:active,
.regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.regular-checkbox:checked + label {
  background-color: #999999;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
.regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
.big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
.big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
