.z-form-header{
  width: 100%;
}
.z-form-header .z-title{
  width: 100%;
  height: 50px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Noto Sans";
  font-size: 20px;
  text-align: center;
  background: rgba(41,119,155,0.2);
}
.z-form-header .z-form{
  width: 500px;
  font-family: "Noto Sans";
  font-size: 15px;
  padding: 12px 12px 0px 12px;
  margin: 0 auto;
  border: 1px solid rgba(0,0,0, 0.1);
  border-radius: 3px;
  box-shadow:  0 2px 2px rgba(0,0,0,0.1)
}
.z-form-header .z-form .z-label{
  width: 100%;
  height: 50px;
  line-height: 48px;
}
.z-form-header .z-form .z-submit{
  width: 100%;
  height: 50px;
  text-align: right;
}
.z-form-header .z-form .z-label label{
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
.z-form-header .z-form .z-area label{
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
.z-form-header .z-form .z-label input{
  display: inline-block;
  margin-left: -4px;
  width: calc(100% - 150px);
  height: 80%;
  border-radius: 3px;
  border : 1px solid rgba(0,0,0,0.1);
  padding: 0 8px;
  outline: none;
}
.z-form-header .z-form .z-area textarea {
  display: inline-block;
  margin-left: -4px;
  width: calc(100% - 150px);
  border-radius: 3px;
  border : 1px solid rgba(0,0,0,0.1);
  padding: 0 8px;
  outline: none;
}
.z-form-header .z-form .z-submit button {
  display: inline-block;
  width: 130px;
  border: 1px solid rgba(0,0,0,0.1);
  height: 35px;;
  border-radius: 3px;
  background: rgba(41,119,155,0.2);
  font-size:  14px;
  outline: none;
  font-family: 'noto sans';
}
.z-form-header .z-form .z-submit button:hover{
  background: rgb(41,119,155);
  color: #fff;
  cursor: pointer;
}

















