.c-honorary-form {
    background: #ecf6fc;
    margin: 0;
    padding: 20% 10% 10%;
}

.o-check-group .o-form__item {
    margin-bottom: 0;
}

.o-check-group {
    margin-bottom: 2rem;
    display: block;
}

.o-check-group::after {
    clear: both;
}

.o-form__field--radio:focus ~ .o-form__label,
.o-form__field--radio.has-value ~ .o-form__label,
.o-form__field--checkbox:focus ~ .o-form__label,
.o-form__field--checkbox.has-value ~ .o-form__label,
.o-form__field.readonly:focus ~ .o-form__label,
.no-csstransforms3d .o-form__field:focus ~ .o-form__label,
.no-csstransforms3d .o-form__field.has-value ~ .o-form__label {
    font-size: inherit;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.o-form__field--radio ~ .o-form__label,
.o-form__field--checkbox ~ .o-form__label {
    padding: .3em 1em .2em 0;
    left: 1.2em;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.o-form__label--select {
    position: static;
}

@media only screen and (min-width: 64.0625em) {
    .c-honorary-form {
        padding: 9.0909090909%;
    }
}

@media only screen and (min-width: 45.0625em) {
    .c-honorary-form {
        padding: 7.6923076923%;
    }
}

.o-form__field.error {
    border-bottom-color: #e46450;
    color: #e46450;
}

.o-form__field.error + label {
    color: #e46450;
    float: right;
}

/*this is oure honypot*/
.o-form__p_birthname, label[for=p_birthname] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
