.el-form{ width:84%; float:left; margin-right: 1%;}
.el-form .form-group{ width:31%; margin-right: 2%; float:left;}
.el-form .form-group input {
    background: #fff;
    height: 60px;
    font-size: 20px;
    border: 0;
    padding-left: 20px;
    border-radius: 0;
}

.el-row .el-button {
    background: #da2e22;
    color: #fff;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    font-size: 20px;
    margin-top: 4px;
}

.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%;}
}