.custom-file-label {
    overflow: hidden;
    padding: .4rem .75rem;
}

.custom-file-label.has-error {
    border-color: rgba(238, 72, 34, 0.55);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 6px rgba(234, 43, 41, 0.24);
    box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 6px rgba(234, 43, 41, 0.24);
    border-style: solid;
    border-width: 1px;
}

#careers-view .card-footer {
    margin-top: auto;
}

#careers-view .card {
    height: 100%;
}