input.parsley-success,
select.parsley-success,
textarea.parsley-success {

}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}

.parsley-errors-list {
  margin: 3px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  line-height: 1.3;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
/*---*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form_error_list{
  padding: 20px;
  margin-bottom: 25px;
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  color: #B94A48;
  font-size: 13px;
}
.form_error_list li{
  list-style-type: disc;
  color: #B94A48;
  padding: 3px;
  margin-left: 30px;
}
.form_confirm_box{
  padding: 30px;
  text-align: center;
}
.form_confirm_box p{
  text-align: center;
  font-size: 16px;
}
.qs_form_description{
  padding: 5px 0;
  color: #999;
  font-size: 12px;
}
.qs_form_description:before{
  content: "*";
}
input[type=text]:read-only{
  border: none;
}
/*---*/
.frisk_form_captcha_container{
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
  background: #eee;
}
.frisk_form_captcha_container img{
  border: 1px solid #ccc;
}
.frisk_form_captcha_container a{
  font-size: 11px;
}