.property-search-form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
    margin: auto;
    column-gap: 30px;
}
.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.property-search-form .form-group label {
    font-size: 16px;
    font-weight: 200;
    line-height: 16px;
    margin-bottom: 5px;
    color: #656565;
    font-family: 'Century Gothic';
}
.property-search-form .form-group input, .property-search-form .form-group .form-control {
    padding: 0 55px 0px 20px;
    font-size: 18px;
    font-weight: 200;
    color: #444;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: 'Century Gothic';
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}

#listingid-search-btn {
    width: 100%;
    background: #241c14;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #241c14;
    border-radius: 5px;
    padding: 15px 35px;
    font-family: 'Century Gothic';
}

#add-field-button {
    width: fit-content;
    background: #241c14;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #241c14;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: 'Century Gothic';
    line-height: 18px;
    text-align: center;
    margin-top: 20px;
}

#extra-fields-container .form-group{
    width: 100% !important;
    justify-content: center;
    flex-direction: row;
    align-items: normal !important;
}