/* Generated by less 2.5.1 */
* {
  margin: 0;
  padding: 0;
  box-shadow: borer-box;
}
.row {
  padding-left: 0;
  padding-right: 0;
}
.news {
  background-color: #eaeaea;
}
.news .h2-section {
  text-align: center;
}
.news .form .btn {
  color: #fff;
  background-color: #6a6a6a;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.news .form .main {
  display: block;
}
.news .form .main label {
  display: block;
  font-size: 16px;
  color: #9b9b9b;
  font-weight: lighter;
  margin-left: 10px;
  margin-top: 10px;
}
.news .form .main input {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  padding: 6px 0 4px 10px;
  border: 1px solid #cecece;
  background: #F6F6f6;
  border-radius: 8px;
}
.news .form .main textarea {
  font-size: 13px;
  padding: 6px 0 4px 10px;
  border: 1px solid #cecece;
  background: #F6F6f6;
  border-radius: 8px;
  width: 100%;
  height: 200px;
}
.news .form .chekbox {
  margin-top: 20px;
  display: block;
}
.news .form .chekbox label {
  display: inline-block !important;
  font-size: 16px;
  color: #9b9b9b;
  font-weight: lighter;
}
.news .form .chekbox input {
  display: inline-block;
}
