#criminalProfiles {
    text-align: center;
}

#criminalProfiles h2 {
    font-size: 1.9rem;
}

#criminalProfiles input {
    width: 50%;
    line-height: 1.3rem;
}

#searchProfilesLabel {
    position: absolute;
    left: -9999px;
}

#search {
    width: 20%;
    line-height: 1.3rem;
    background-color: rgb(8, 45, 73);
    color: rgb(212, 175, 55);
    outline: 2px solid rgb(212, 175, 55);
    cursor: pointer;
}

#criminalProfiles fieldset {
    margin-top: 20px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#criminalProfiles legend {
    font-size: 0.8rem;
}

@media (min-width: 540px) {
    #criminalProfiles input {
        width: 50%;
    }
}

@media (min-width: 992px) {
    #search {
        width: 10%;
    }

    #criminalProfiles h2 {
        font-size: 2.5rem;
    }
}