/* Application Form */

.app-form-employment .card {
    margin-bottom: 1.5rem;
    border: 1px solid #000;
    border-radius:0;
}

    .app-form-employment .card:last-child {
        margin-bottom: 0;
    }

.app-form-employment .card-header {
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 133%;
    text-align: center;
    line-height: 150%;
    background-color: #da2e2e;
    border-radius:0;
}

.app-form-employment label {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.25rem;
}

.app-form-employment .form-group {
    margin-bottom: 10px;
}

.app-form-employment hr {
    border-color: #DDDDDD;
}

.app-form-employment textarea {
    resize: none;
}