p.dae-shortcode-register-label {
    display: none;
}
.dae-shortcode-download-wrapper .dae-shortcode-download-button{
    display: none ! IMPORTANT;
}
.dae-shortcode-download-wrapper .dae-shortcode-register-wrapper{
    display: block;
}

.dae-shortcode-download-wrapper .dae-shortcode-register-form input#dae_first_name {
  
    height: 40px !important;
}
.dae-shortcode-download-wrapper.dae-shortcode-download-wrapper-wide .dae-shortcode-register-wrapper  p.newsletter{display: flex;
    justify-content: flex-start;
    margin-left: 0 !important;}
    .dae-shortcode-download-wrapper.dae-shortcode-download-wrapper-wide .dae-shortcode-register-wrapper  p label{font-size: 14px !important;}
.form-inner-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    outline: none;
    box-sizing: border-box !important;
    row-gap: 10px;
}

.dae-shortcode-download-wrapper .dae-shortcode-register-field-wrap {
    display: flex !important;
    flex: 0 0 auto !important;
    width: calc(50% - 10px) !important; margin: 0 !important;
}

 .dae-shortcode-register-form .name_input_field {
    -webkit-border-radius: 8px !important;
    background-color: #f9f9f9 !important;
    width: 100% !important;
    padding: 0 20px !important;
}


.dae-shortcode-register-form .dae-form-field {
    margin: 0 auto !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    max-width: 346.86px;
}