.article-body
{

  padding-bottom:100px;
  #contact-form
  {
    .form-group
    {
      margin-bottom:20px;
      label
      {
        display: block;
        line-height:24px;
        font-size:15px;
      }
      input,textarea
      {
        border:1px solid #ccc;
        padding:5px 10px;
        line-height:40px;
        background:#fff;
        border-radius: 5px;
        display: block;
        width:100%;
        font-size:15px;
        
      }
      &.has-error
      {
        p.error-msg
        {
          color:#a00;
          line-height:24px;
          font-size:15px;
        }
      }
      textarea
      {
        height:200px;
        padding:10px;
        line-height:24px;
      }
    }
    .form-btn
    {
      button
      {
        display: block;
        width:100%;
        background-color: $main-color;
        border-radius: 5px;
        border:0px;
        line-height: 40px;
        color:#fff;
        cursor: pointer;
      }
    }
  }
}