﻿body {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    text-align: center;
}

.landing-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.landing-brand {
    margin: 0 0 48px;
}

.landing-brand img {
    display: block;
    width: min(360px, 100%);
    height: auto;
    margin: 0 auto;
}

.procaptcha-container {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
    text-align: center;
}

#procaptcha-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

#Content {
    flex: 1 1 0%;
}

.landing-footer {
    position: static;
}

footer {
    color: rgb(204, 204, 204);
    font-size: 10px;
}

.landing-feedback {
    max-width: 560px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.45;
    color: #111;
    word-break: break-word;
}

.landing-logfile {
    display: block;
    margin-top: 12px;
    color: rgb(204, 204, 204);
    font-size: 10px;
}

@media (max-width: 576px) {
    .landing-page {
        padding-top: 40px;
    }

    .landing-brand {
        margin-bottom: 32px;
    }

    .landing-feedback {
        font-size: 16px;
    }
}

/* Keep the default bootstrap behavior for long description terms. */
.dl-horizontal dt {
    white-space: normal;
}
