.body-content {
    margin: 40px auto 10px auto;
    padding: 20px;
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    align-content: center;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-radius: 6px;
    background: white;
}

body {
    background-image: url('img/staffingBG.jpg');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.deck {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.deck-vert {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    width: 75%;
    margin: 10px;
}

.card-vert {
    width: 75%;
    margin: 10px;
}


.btn {
    margin-bottom: 10px;
    margin-top: 10px;
}

.logo {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 70px;
}

.clear {
    clear: both;
    height: 75px;
}

.required::before {
    content: ' *';
    color: red;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
