#fp_registration {
    // TODO With LESS or SASS include this as prefix for all CSS in this file
}

.headline_logo {
    display: block;
    margin: 55px auto 0 auto;
}

.subline_text {
    text-align: center;
    margin-top: 15px;
}

.register-container {
    margin-top: 60px;
    text-align: center;
}

.register-container > .info-text {
    margin: 40px auto;
    text-align: center;
    max-width: 500px;
}

.input-group > i {
    float: right;
    position: absolute;
    top: 17px;
    right: -20px;
    cursor: pointer;
}

.post-ident > i {
    right: -10px;
    cursor: pointer;
}

.input-group > span.input-required {
    float: left;
    margin-left: -55px;
    font-size: 20px;
}

.input-group + .input-group {
    margin-top: 10px;
}

input[type="submit"] {
    margin-top: 20px;
}

.checkbox {
    text-align: left;
}

.checkbox a {
    text-decoration: underline;
}

.info-text {
    margin-top: 20px;
}

.info-text a {
    text-decoration: underline;
}

.post-ident {
    display: block;
    text-align: center;
}

.post-ident > #post-ident-label {
    display: block;
    margin-bottom: 10px;
}

#summary-table > tbody > tr > td > label {
    float: left;
    font-weight: normal;
    color: #9e9e9e;
}

.login-brand-logo {
    display: block;
    margin: 75px auto 0 auto;
}

.copyright {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.navbar-add {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#languageDropdown {
    cursor: pointer;
}

.mandatory-icon {
    color: red;
    position: absolute;
    right: -10px;
    top: 5%;
}

/* fix the image (not scrollable) and center it inside the column */
.registration-image-lg-container {
    position: fixed;
    top: 30px;
    width: 50%;
    display: flex;
    justify-content: center;
}

/* only take up the width, the surrounding column has */
.registration-image-lg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: fixed;
}

/* move the footer into the right column for this view */
.footerSimple {
    margin-left: 50%;
}

/* hide large image on small display sizes and show small image */
@media only screen and (max-width: 768px) {
    .registration-image-lg-container {
        display: none;
    }

    .footerSimple {
        margin-left: unset;
    }
}

/* make horizontal scroll bar disappear */
body {
    width:99%;
}