h1 {
    text-align: center;
    text-shadow: 2px 2px white;
}

.im-checkbox-label {
    margin: 1rem;
}

.section {
    background-color: #b4771c;
    color: white;
    padding-top: 5px;
}

.logo {
    font-family: 'Cinzel', serif;
    font-size: 3rem;
    text-shadow: 4px 4px #737373;
    margin: 0 auto;
}

.banner {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.banner a {
    padding: 8px 2%;
    color: white;
    text-align: center;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 4px 4px 0 0;
    background-color: rgba(255, 255, 255, .4);
}

.banner a:hover, .banner a.highlight {
    background-color: white;
    color: black;
}

.card {
    margin: 50px auto;
    width: 350px;
}

.card-body, .card-header {
    text-align: center;
}


.content {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    margin-right: auto;
}

.content form {
    margin: 2em 2em;
    display: flex;
    flex-direction: column;
}

.content label {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.content input, .content textarea {
    margin-bottom: 1em;
}

.content textarea {
    min-height: 12em;
    resize: vertical;
}

.problem_content  {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
}

.flash {
    margin: 1em 0;
    padding: 1em;
    background: #cae6f6;
    border: 1px solid #377ba8;
}

.login_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 5px;
    border-color: #737373;
    border-style: ridge;
}