.registerAndBookForm {
    max-width: 480px;
    margin: 0 auto;
}

.registerAndBookForm .acf-form .acf-fields .acf-field .acf-input input[type=text],
.registerAndBookForm .acf-form .acf-fields .acf-field .acf-input input[type=number],
.registerAndBookForm .acf-form .acf-fields .acf-field .acf-input input[type=password],
.registerAndBookForm .acf-form .acf-fields .acf-field .acf-input input[type=email],
.registerAndBookForm .acf-form .acf-fields .acf-field .acf-input select {
    background: transparent;
    border: 1px solid #8e979d;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    float: left;
    padding: 0 20px;
    font-size: 16px;
    color: #8e979d;
    letter-spacing: -0.5px;
    outline: none;
}

.registerAndBookForm textarea {
    background: transparent;
    border: 1px solid #8e979d;
    border-radius: 5px;
    width: 100%;
    height: 70px;
    min-height: 110px;
    line-height: 1.69 !important;
    float: left;
    padding: 10px 20px !important;
    font-size: 16px !important;
    color: #8e979d;
    letter-spacing: -0.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.registerAndBookForm .acf-field textarea {
    margin-bottom: 15px;
}

.registerAndBookForm .acf-fields > .acf-field {
    border: none!important;
}

.registerAndBookForm .acf-field .acf-label {
    text-align: left;
}
.registerAndBookForm .acf-field .acf-label label {
    text-align: left;
    font-size: 15px;
    line-height: 1.25;
    color: #6c98ac;
    margin-bottom: 5px;
    font-weight: normal!important;
    display: inline-block;
}

.registerAndBookForm .acf-label p.description {
    text-align: left;
    font-size: 15px;
    line-height: 1.25;
    color: #6c98ac;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: normal!important;
}

        .registerAndBookForm .acf-actions a.acf-button {
          font-size: 15.57px;
          display: inline-block;
          color: #7fa0b2;
          line-height: 40px;
          height: 41px;
          padding-left: 55px;
          margin: 0 0 0;
          font-weight: 500;
          background: url(/wp-content/themes/bacd/images/add-icon1.png) no-repeat left center;
        }

        .registerAndBookForm .acf-actions {
          text-align: left;
        }

        /*.registerAndBookForm .acf-fields>.acf-field {
          margin-bottom: 40px;
        }*/

.registerAndBookForm .acf-fields.acf-form-fields .acf-field.halfRow {
    width: 50%;
    clear: none;
    float: left;
}

.registerAndBookForm .acf-form-submit {
    text-align: center;
    margin-top: 30px;
}
.registerAndBookForm .acf-form-submit input[type=submit] {
    display: inline-block;
}

.registerAndBookForm #registerAndBookOverview {
    margin-top: 40px;
}
    .registerAndBookForm #registerAndBookOverview p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 20px;
    }