body{
  background-color:#565694;
  padding:0em !important;
  height:100% !important;
  color: white;
  width: 100%;
}

input.witdh_85{
width:100% !important;
}

.width_9{
min-width:12em !important;
}

form label{
  /*font-weight:bold;*/
  color: white;
}

span.form-label
{
  color: #fff;
}
span.form-label-centered
{
  color: #fff;
}

label {
  color: white;
}


h3{
  font-family: 'Tahoma', 'Yanone Kaffeesatz';
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  padding: 0px 10px 2px 0px;
  margin: 0px 4px 16px 0;
  letter-spacing: 0px;
  color: white;
}

.button-submit{
	background-color:#7b087b;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

input.checkbox1 {
font-size: 10px;

}

textarea {
  max-width: 100%;
	min-height: 100px;
}