.failure-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.failure-banner {
    background-color: #F73B3B;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.failure-banner-section {
    margin: 0.5em 0;
    width: 100%;
    text-align: center;
}

.failure-input {
    width: 18em !important;
    margin: 0.5em 0.5em 1em;
    padding: 0.5em !important;
    margin-bottom: 1em;
}

.failure-reason {
    width: auto;
    padding: 0.5em;
}

.failure-reason-help {
    text-align: center;
    margin-bottom: 0.5em;
}

.failure-reason-help a {
    color: white;
    font-size: small;
    text-decoration: underline;
}

.failure-reason-hint {
    text-align: center;
    margin-bottom: 0.5em;
    color: white;
    font-size: small;
}

.failure-reason-hint a {
    color: white;
    text-decoration: underline;
}
