input::input-placeholder {
  /* WebKit browsers */
  font-size:16px !important;
  color:rgba(0,0,0,.8) !important;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size:16px !important;
  color:rgba(0,0,0,.8) !important;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size:16px !important;
  color:rgba(0,0,0,.8) !important;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size:16px !important;
  color:rgba(0,0,0,.8) !important;
}
input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size:16px !important;
   color:rgba(0,0,0,.8) !important;
}

#main{
    min-height: 80px !important;
	  max-height: 80px !important;
    height: 80px !important;
}
.el-form {
  width: 84%;
  float: left;
  margin-right: 1%;
}
.el-form .form-group {
  width: 31.5%;
  margin-right: 2%;
  float: left;
}
.el-form .form-group input {
  background: #fff;
  height: 48px;
  font-size: 14px;
  border: 0;
  padding:26px 0px;
  border-radius: 0;
  color: #424242;
  text-indent: 10px;
}
.el-row .el-button {
  background: #355eca;
  color: #fff;
  display: block;
  width: 100%;
  color: #fff;
  height: 54px;
  border: none;
  font-size: 20px;
  margin-top: 4px;
  font-size: 16px;
  border-radius: 0px !important;
  margin-top: 14px;
}
.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-row .el-button { margin-top: 0px;}
  .el-form {
    width: 100%;
  }
  .el-form .form-group {
    width: 100%;
    margin-right: 0%;
    clear: left;
  }
  .el-row {
    width: 100%;
  }
  .el-button--primary {
    width: 100%;
  }

  .el-form .form-group input {  
    padding: 10px 0px;
    height: 32px;
}

.el-row .el-button { height: 38px;}

.el-form .form-group .el-form-item{ margin-bottom: 15px;}

#main{
    min-height: 235px !important;
	  max-height: 235px !important;
    height: auto;
}


}