.es-field-wrap {
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #fff;
    margin-top: 63px;
    padding: 0;
    height: 45px;
}
.es-field-wrap label {
    text-indent: -999px;
    display: block;
}
.es_txt_email {
    height: 100%;
    width: 100%;
    padding: 0 110px 0 8px;
    background: transparent;
    border: none;
    outline: none;
    position: relative;
}
.es_submit_button {
    text-align: right;
    position: relative;
    top: -65px;
    height: 45px;
    display: inline-block;
    float: right;
    background-color: #1568b2;
    color: white;
    line-height: 45px;
    white-space: nowrap;
    padding: 0 16px;
    width: auto;
    cursor: pointer;
}