.trusts {
    padding-top: 60px;
}

.trusts-form input,
.trusts-form select {
    padding: 15px;
    background-color: whitesmoke;
    border: solid 1px #CCCCCC;
    width: 100%;
}

.trusts-form label {
    font-size: 14px;
}

.trusts-form .trusts-error {
    border: solid 1px #cc2027;
    background-color: rgba(255,0,0, 0.2);
}

.trusts-form h4 {
    margin-top: 60px;
}

.trusts-form .row {
    margin-top: 30px;
}

.trusts-form__button-container {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0;
}

.trusts-form__button {
    background-color: #cc2027;
    color: white;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
}

.trusts-form__secondary-button {
    background-color: whitesmoke;
    color: #212121;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    margin-right: 7.5px;
}

@media(max-width: 900px) {
    .trusts-form .col {
        min-width: 100%;
    }

    .trusts-form label {
        margin-top: 15px;
    }

    .trusts-form__button-container {
        justify-content: flex-start;
    }

    .trusts-form .row {
        margin-top: 0;
    }

    .trusts-form h4 {
        margin-bottom: 30px;
    }
}
