.border-bottom-form_wrapper {
    max-width: 395px;
}

.border-bottom-form_wrapper p.gform_required_legend {
    display: none;
}

.border-bottom-form_wrapper input {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    box-shadow: none !important;
    transition: border-bottom 300ms ease;
}

.border-bottom-form_wrapper input:hover, .border-bottom-form_wrapper input:focus {
    border-bottom: 2px solid #000;
}

.border-bottom-form_wrapper input.gform_button {
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 12px 46px !important;
    border: 2px solid #000 !important;
    background-color: #333 !important;
    transition: all 1000ms ease;
}

.border-bottom-form_wrapper input.gform_button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

@media (max-width: 575.99px) {    
    .border-bottom-form_wrapper {
        max-width: 100%;
    }
}

div#gform_fields_2 {
    row-gap: 10px;
}