html,
body,
.container-fluid {
    height: 100%;
}

.container-fluid {
    padding-bottom: 25px;
}

.form-register {
    width: 100%;
    padding: 15px;
    margin: auto auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
}

.col-form-label {
    text-align: right;
}

pre.preamble {
    white-space: pre-line;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

pre {
    white-space: pre-line;
}

.row {
    justify-content: space-around;
}

#sample {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.text-bold {
    font-weight: bold;
}

.registration-steps {
    display: inline-block;
    padding: 0;
}

.registration-steps li {
    font-size: larger;
    text-indent: 10px;
    display: flex;
    list-style: none;
}

.registration-steps li span:nth-child(2) {
    flex-grow: 1;
    text-align: center;
}

div.row + h3 {
    padding-top: 15px;
}

.g-recaptcha {
    display: inline-block;
}