.el-form{ width:84%; float:left; margin-right: 1%;}
.el-form .form-group{ width:24%; margin-right: 1%; float:left;}
.el-form .form-group input {
    background: #fff;
    height: 53px;
    font-size: 20px;
    border: 0;
    padding-left: 20px;
    border-radius: 0;
}
.el-form .form-group  textarea{ height: 53px !important; line-height: 43px;}

.el-row .el-button {
    background: #000000;
    color: #fff;
    display: block;
    width: 100%;
    height: 56px;
    border: none;
    font-size: 16px;
    margin-top: 4px;
    border-radius: 0px;
}
.el-textarea__inner {
    border-radius: 0px;  
}


.el-form .form-group label{ width:0px !important; display: none;}
.el-form .form-group  .el-form-item__content{ margin-left:-0px !important;}
.el-divider{ display: none;}



input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
  }
  input:-moz-placeholder,textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
  }
  input::-moz-placeholder, textarea::-moz-placeholder  {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
  }
  input::-ms-input-placeholder,textarea::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
  }

  
  /* textarea::-webkit-input-placeholder,textarea:-moz-placeholder, textarea::-moz-placeholder,textarea::-ms-input-placeholder{
    line-height: 53px;
  } */


.el-row{ width:15%; float:left;}

@media(max-width:990px){
    .el-form{ width:100%;}
    .el-form .form-group{ width:100%; margin-right: 0%; clear:left;}
    .el-row{ width:100%;}
    .el-button--primary{ width:100%;}
}