.backing-asset-form {
    margin:0 40px;
}

.btn-submit-asset {
    background-color: #ff9800;
    color: white;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-bottom:20px;
}

.btn-yellow {
    background-color: #ff9800;
    color: white;
}

@media screen and (min-width: 415px) {
    .status-filters {
      display: flex;
    }

    .search-bar {
        width: 600px;  
    }

    .property-link {
        display: flex;
        color: #5e72e4 !important;
    }
    

    .property-data {
        margin-right:auto;
        margin-left:20px;
        line-height:60px;
    }
}

@media screen and (max-width: 415px) {
    .search-bar {
        margin-top: 10px;
    }

    .property-link {
        color: #5e72e4 !important;
    }

    .property-data {
        margin-right:auto;
        margin-left:20px;
        line-height:30px;
    }
}