input::input-placeholder {
  /* WebKit browsers */
  font-size:12px !important;}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size:12px !important;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size:12px !important;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size:12px !important;
}
input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size:12px !important;
}

#main{
    min-height: 120px !important;
}
.el-form {
  width: 84%;
  float: left;
  margin-right: 1%;
}
.el-form .form-group {
  width: 23.5%;
  margin-right: 2%;
  float: left;
}
.el-form .form-group input {
  background: #fff;
  height: 48px;
  font-size: 14px;
  border: 0;
  padding-left: 20px;
  border-radius: 0;
  color: #424242;
}
.el-row .el-button {
  background: #000000;
  color: #fff;
  display: block;
  width: 100%;
  color: #fff;
  height: 48px;
  border: none;
  font-size: 20px;
  margin-top: 4px;
  font-size: 16px;
}
.el-form .form-group:last-child {
  margin-right: 0%;
}
.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;
}
.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%;
  }
}