form {
    .frc-content {
        overflow-x: inherit;
    }

    .frc-captcha {
        min-width: 200px;
        max-width: 200px;
        border: none;
        padding-bottom:5px;
        background-color: transparent;
        float:left;
    }

    .frc-text {
        visibility: hidden;
        font-size: 11px;
    }

    .frc-text:after {
        visibility: visible;
        position: absolute;
        top: 18px;
        left: 40px;
        content: 'Gebruiker verificatie';
    }

    .frc-banner {
        position: relative;
        font-size: 9px;
    }
    .frc-banner * {
        font-size: 9px;
    }

    .frc-container {
        min-height: 0px;
    }
    .frc-icon {
        width: 24px;
    }

    .frc-button {
        display: none;
    }
}

form[name=loginForm], form[name=resetPasswordForm], form[name=registerForm] {
    .modal-buttons {
        border-top: none;
    }
    .line-separator {
        border-top: 1px solid rgba(0, 0, 0, 0.075);
    }
    .modal-buttons .button {
        float: right;
        margin-left: 15px;
    }
}


@font-face {
    font-family: ArnhemProBold;
    src: url(../fonts/arnhempro-bold.woff2) format("woff2"), url(../fonts/arnhempro-bold.woff) format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ArnhemProBlond;
    src: url(../fonts/arnhempro-blond.woff2) format("woff2"), url(../fonts/arnhempro-blond.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ConsortWebRegular;
    src: url(../fonts/consort-web-regular.woff2) format("woff2"), url(../fonts/consort-web-regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ConsortWebThin;
    src: url(../fonts/consort-thin.woff2) format("woff2"), url(../fonts/consort-thin.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ConsortWebBold;
    src: url(../fonts/consort-bold.woff2) format("woff2"), url(../fonts/consort-bold.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ProximaNovaRegular;
    src: url(../fonts/proxima-nova-regular.woff2) format("woff2"), url(../fonts/proxima-nova-regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ProximaNovaThin;
    src: url(../fonts/proxima-nova-thin.woff2) format("woff2"), url(../fonts/proxima-nova-thin.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ProximaNovaBold;
    src: url(../fonts/proxima-nova-bold.woff2) format("woff2"), url(../fonts/proxima-nova-bold.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

html, body, h1, h2, h3, h4, h5, h6, fieldset, figure, blockquote, dl, dt, dd, form {
    margin: 0;
    padding: 0;
    border: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

html {
    position: relative;
    overflow-x: hidden;
}

html, body {
    background-color: #ebecef;
}

p, ol, ul, dl, figure {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button {
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

html {
    font-size: 100%;
}

/* TYPE */
.proxima-nova-bold, b, strong, h1, h2, .button {
    font-family: 'ProximaNovaBold', sans-serif;
    font-weight: 700;
}

.proxima-nova, body, [type="text"], [type="email"], [type="tel"], [type="password"], [type="number"] {
    font-family: 'ProximaNovaRegular', sans-serif;
}

body, [type="text"], [type="email"], [type="tel"], [type="password"], [type="number"] {
    font-size: 1rem;
    line-height: 1.5;
    color: #191919;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #3F466A;
    text-decoration: none;
    outline: none
}

a:hover, a:focus, a:active {
    text-decoration: underline;
    outline: none;
}

.hr {
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    width: 100%;
    height: 1px;
    margin-bottom: 8px;
}

/* INPUTS */
::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

label {
    cursor: pointer;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
    box-sizing: border-box;
    padding: 1.4rem 1rem .6rem 1rem;
    background-color: #f7f8f9;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 0.125rem solid #a9afcc;
    border-radius: 0;
    color: #74797b;
    transition: all .1s;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover {
    border-color: #6973a6;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
    border-color: #3f466a;
}

input[type="text"][readonly], input[type="text"][readonly]:hover, input[type="text"][readonly]:focus, input[type="password"][readonly], input[type="password"][readonly]:hover, input[type="password"][readonly]:focus, input[type="email"][readonly], input[type="email"][readonly]:hover, input[type="email"][readonly]:focus, input[type="tel"][readonly], input[type="tel"][readonly]:hover, input[type="tel"][readonly]:focus, input[type="number"][readonly], input[type="number"][readonly]:hover, input[type="number"][readonly]:focus {
    background-color: #a9afcc;
    border-color: #ccbeb3;
    color: #191919;
}

.input {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}
.input.hidden {
  display: none;
}


.input .input-valid {
    position: absolute;
    top: .5rem;
    right: 1rem;

    pointer-events: none;
    transition: all .3s;
    opacity: 0;
    fill: #3CAB87;
    width: 12px;
    height: 12px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233CAB87' width='512' height='512' viewBox='-240 -240 512 512'%3E%3Cpath d='M-54.371 243.208l313.454-433.155-37.483-20.687L-66.106 102.03l-138.441-54.537-22.77 28.15 172.946 167.565z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.input input:valid ~ .input-valid {
    opacity: 1;
}


.input .label {
    transition: all .1s;
    position: absolute;
    left: 1rem;
    right: 1rem;
    padding-right: 1em;
    font-size: .9rem;
    top: .5rem;
    line-height: 1;
    color: #677382;
    pointer-events: none;
    white-space: nowrap;
}

.input .input-empty ~ .label, .input .input-empty:focus ~ .label {
    top: 1.2rem;
    font-size: 1rem;
}

.input input[type="text"]:-webkit-autofill ~ .label, .input input[type="email"]:-webkit-autofill ~ .label, .input input[type="tel"]:-webkit-autofill ~ .label, .input input[type="password"]:-webkit-autofill ~ .label {
    font-size: .9rem;
    top: .5rem;
}

.input [placeholder].input-empty ~ .label, .input [type="date"].input-empty ~ .label, .input .input-empty:focus ~ .label {
    font-size: .9rem;
    top: .5rem;
}

.input [disabled] ~ .label, .input [readonly] ~ .label {
    color: #677382;
}

.input [type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.input-checkbox-label {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 1.5rem;
    margin-right: 1rem;
    margin-bottom: .5rem;
    line-height: 1.5;
}

.input-checkbox-label em {
    font-style: normal;
}

.input-checkbox-label:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: .25rem;
    width: 1rem;
    height: 1rem;
    border: .0625rem solid #ccbeb3;
    border-radius: .125rem;
    transition: border-color .3s;
    background-color: #fff;
}

.input-checkbox-label:after {
    content: '';
    position: absolute;
    left: .1875rem;
    top: .5rem;
    width: .5rem;
    height: .2rem;
    border-left: .125rem solid #fff;
    border-bottom: .125rem solid #fff;
    opacity: 0;
    transition: all .3s;
    transform: rotate(-45deg);
}

:checked + .input-checkbox-label:before {
    background-color: #ff7812;
}

:checked + .input-checkbox-label:after {
    opacity: 1;
}

.input-checkbox-label:hover:before {
    border-color: #99908a;
}

[type="checkbox"]:focus + .input-checkbox-label:before {
    border-color: #49a3a1;
}

.input-message {
    display: block;
    font-size: .9rem;
    line-height: 1;
    color: #677382;
    margin: .5rem 1rem;
}
.input-error {
    opacity: 0;
    color: #d6472c;
}
.input-touched input:invalid {
    border-color: #d6472c;
}
.input-touched input:invalid ~ .input-error {
    opacity: 1;
}
.input-touched input:invalid ~ .input-message,
.input-touched input:invalid ~ label {
    color: #d6472c;
}

/* BUTTONS */
.button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 0 1rem;
    min-height: 2.5rem;
    background-color: #3F466A;
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
    border: none;
    border-radius: 2px;
    transition: all .1s;
}

.button:hover, .button:active, .button:focus {
    background-color: #df680e;
    text-decoration: none;
    outline: none;
}

.button.center {
    display: block;
    margin: 1rem 5%;
    width: 90%;
}

.button.link {
    color: #677381;
    background-color: transparent;
    box-shadow: none;
    padding-left: .5rem;
    padding-right: .5rem;
    text-decoration: none;
}

.button.link:hover, .button.link:active, .button.link:focus {
    text-decoration: underline;
    color: #2e3843;
    background-color: transparent;
    outline: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .button {
        height: 2.5rem;
    }
}

/* LAYOUT */
.modal {
    z-index: 200;
    padding: .5rem .5rem;
}

.modal-inner, .modal-outer {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    max-width: 33rem;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
}

.modal-inner {
    background-color: #fff;
}

.modal-outer {
    padding: .5rem 1rem;
    font-size: .9rem;
}

.modal-header, .modal-footer {
    position: relative;
    z-index: 2;
    margin: 0 1rem;
    padding: 1rem 0;
}

.modal-header {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.modal-header i {
    vertical-align: middle;
    margin: 0 .5rem;
}

.modal-buttons {
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    padding-top: 1rem;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    line-height: 1.2;
}

.modal-buttons > * {
    margin-left: 1rem;
}

.modal-buttons .input, .modal-buttons .input-checkbox-label {
    margin: 0;
}

.modal-buttons .input {
    margin-right: auto;
}

.modal-content {
    position: relative;
    z-index: 1;
    padding: 1rem;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}

.modal-success .icon-checkmark {
    width: 3.5em;
    height: 3.5em;
    flex-shrink: 0;
    flex-grow: 0;
}

@media screen and (min-width: 33rem) {
    .modal-success {
        display: flex;
        align-items: flex-start;
    }

    .modal-success .icon-checkmark {
        margin-right: 1rem;
    }
}

.modal-success-message {
    flex-basis: 100%;
    padding-top: 1rem;
}

.modal-success-message > *:last-child {
    margin-bottom: 0;
}

/* LOGIN */
h1 {
    color: #3f466a;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

form {
    clear: both;
}

.modal-outer li {
    display: block;
    text-align: center;
}

.modal-outer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* HEADER */
.header-logo {
    display: inline-block;
    font-size: 0;
    background-image: url("../img/logo_fdmg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 6.0rem;
    height: 6.0rem;
}

.header-centered {
    width: 100%;
    max-width: 33rem;
}

.logo-wrapper {
    padding: 0 1rem;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    margin: 0 0 .5rem 0;
    line-height: 1;
    min-height: 5rem;
    background-color: #3f466a;
    border-bottom: 1px solid #2F3251;
}

/* MESSAGES */
.alert {
    padding: 1rem;
    margin: 0 0 1rem 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.alert > *:last-child {
    margin-bottom: 0;
}

.alert {
    background-color: rgba(0, 0, 0, 0.05);
}

.alert-info {
    background-color: #dbedf2;
}

.alert-error {
    background-color: rgba(245, 114, 104, 0.05);
    color: #F57268;
}

.alert-error a {
    color: #F57268;
    text-decoration: underline;
}

.alert-success {
    background-color: rgba(60, 171, 135, 0.05);
    color: #3CAB87;
}

.alert-success a {
    color: #3CAB87;
    text-decoration: underline;
}

/* SOCIAL */
.loggedin-social {
    margin-bottom: 1rem;
    vertical-align: top;
    font-size: 0;
    margin-top: -.5rem;
    text-align: right;
}

h1 + .loggedin-social {
    margin-top: 0;
    float: right;
    width: calc(100% - 6rem);
    display: inline-block;
}

h1 + .loggedin-social + * {
    clear: both;
}

.loggedin-social-text {
    display: inline-block;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    height: 1.75rem;
}

.loggedin-social ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.loggedin-social li {
    display: inline-block;
    margin-left: .5rem;
}

.loggedin-social a {
    color: #fff;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    border-radius: 2px;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 1.75rem;
    background-color: rgba(0, 0, 0, 0.2);
    background-color: #0077b5;
    background-repeat: no-repeat;
    background-size: 1.25rem auto;
    background-position: .5rem .15rem;
}

.loggedin-social a.linkedin {
    padding-left: 2.25rem;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAABh0lEQVR4Ae3XAUd7URzG8QsG5m/+wpArk2HSCwghk17EMEkIhCETBBKAMIEJwAwQ2CsI6SWcl/L0wzVa3XVOu7l1zvfDY7u41/E45/7c7G8AAAAAAEhqWC4tjxZnmVuuLG3KkYZab5xyOSfyc5ZqQSEaqZWzrzD91AoaKMwotYL6CjNIraAtheml+JKeys8i5VHvtJ5bTrCES7rW524yvCvqXzH+m9kPAwBJbUteZOfj/+XvdlZi5b685NqiZsn9Pcut5cniZIrfF8ud5aDeEe/HVfDBO12579ji5O88mYKKnfEdztKKuqDiKG1qN8qCLGNVw8VYUNVmFLTxUaOgScwFOcuDZWSZFNfBfktBqrigYcmzjhRuL7aCLr5YU09hTmM6YnPPdS3k7z6aggLWdSh/s1iO2GvAulry9xzLDpplAeTPRfk1H1tBqqEgxw6iIAqiIAryxBRjB1EQBVWGdxA7iE8NdhAFURAFMcUoKLd0PdJZ84yuZ/4Hrq3j+dw8AwAAAIB6vQHxwBfnu7PCNgAAAABJRU5ErkJggg==");
}

/* CHECKMARK */
.icon-checkmark {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #f1ded0;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0 0 0 #49a3a1;
    animation: checkmark-fill .4s ease-in-out .4s forwards, checkmark-scale .3s ease-in-out 1.5s both;
}

.icon-checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 4;
    stroke-miterlimit: 10;
    stroke: #49a3a1;
    fill: none;
    animation: checkmark-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.icon-checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: checkmark-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 1.3s forwards;
}

@keyframes checkmark-stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes checkmark-scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes checkmark-fill {
    100% {
        box-shadow: inset 0 0 0 30px #49a3a1;
    }
}

.register-progress-waiting {
    position: relative;
    overflow: hidden;
}

.register-progress-done {
    margin-top: -4.5rem;
}

.register-progress-done p:first-child {
    margin-bottom: 3rem;
}

.register-progress-hidden {
    opacity: 0;
    pointer-events: none;
}

/* TWEAK for small screens */
.modal-buttons .button {
    white-space: nowrap;
}

@media (max-width: 370px) {
    .button-hide-small {
        display: none;
    }
}

input[type="text"]:disabled {
    background-color: #ffe0de;
    border-bottom: 2px solid #ffa6a6;
}

.register-progress-waiting::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 95%;
    bottom: 0;
    height: .25rem;
    background-color: #379596;
    transition: opacity .3s;
    pointer-events: none;

    animation-name: processing;
    animation-duration: 4s;

    animation-iteration-count: infinite;

}


@keyframes processing {
    0% {
        left: 0;
        right: 95%;
    }
    25% {
        left: 0;
        right: 0;
    }
    50% {
        left: 90%;
        right: 0;
    }
    75% {
        left: 0;
        right: 0;
    }
    100% {
        left: 0;
        right: 95%;
    }

}


.hide-opacity {
    opacity: 0%;
}

.kc-registration {
    display: grid;
    margin-bottom: 20px;
    min-height: 80px;
}

.underline {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.loader::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 95%;
    bottom: 0;
    height: .25rem;
    background-color: #379596;
    transition: opacity .3s;
    pointer-events: none;
    margin: 50px 30px 110px 20px;
    animation-name: processing;
    animation-duration: 4s;

    animation-iteration-count: infinite;

}

@keyframes processing {
    0% {
        left: 0;
        right: 95%;
    }
    25% {
        left: 0;
        right: 0;
    }
    50% {
        left: 90%;
        right: 0;
    }
    75% {
        left: 0;
        right: 0;
    }
    100% {
        left: 0;
        right: 95%;
    }

}

.fd-checkbox input {
    opacity: 0;
    position: absolute;
}

.fd-checkbox .checkbox {
    user-select: none;
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    margin-right: 1rem;
    margin-bottom: .5rem;
    cursor: pointer;
    font-size: .875rem;
    color: #677382;
    font-family: 'ProximaNovaRegular', sans-serif;
}

.fd-checkbox .checkbox:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: .25rem;
    width: 1rem;
    height: 1rem;
    border: .0625rem solid #ccbeb3;
    border-radius: .125rem;
    transition: border-color .3s;
    background-color: #fff;
}

.fd-checkbox .checkbox:after {
    content: '';
    position: absolute;
    left: .1875rem;
    top: .5rem;
    width: .5rem;
    height: .2rem;
    border-left: .125rem solid #fff;
    border-bottom: .125rem solid #fff;
    opacity: 0;
    transition: all .3s;
    transform: rotate(-45deg);
}

.fd-checkbox input:checked ~ .checkbox:before {
    background-color: #E1842B;
}

.fd-checkbox input:checked ~ .checkbox:after {
    opacity: 1;
}

.hide {
    display: none;
}

.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #677382;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    box-shadow: none;
}

.btn-link a {
    color: #677382;
    outline: none;
}

.btn-link.small {
    font-size: 1rem;
    font-weight: normal;
    vertical-align: unset;
    outline: none;

}

.btn-link:hover {
    text-decoration: underline;
    background-color: transparent;
    outline: none;
}

.btn-link:active {
    background-color: transparent;
    outline: none;
}

.btn-link:focus {
    background-color: transparent;
    outline: none;
}

/* onboarding css */
.modal-buttons.onboarding {
    flex-flow: inherit;
}

.onboarding {
    flex-flow: inherit;
}

.ob-info {
    margin-bottom: 40px;
    padding: 0px 40px;
}

.ob-text {
    width: 100%;
    text-align: center;
}

.ob-logo-box {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ob-logos {
    display: inline-block;
}

.ob-logo {
    height: 20px;
    width: auto;
    margin: 10px;
    float: left;
}

.ob-logo.fd {
    height: 22px;
}

.ob-logo.energeia {
    height: 22px;
    padding-top: 4px;
}

.ob-logo.propertynl {
    height: 22px;
    padding-top: 4px;
}

.ob-logo.pensioenpro {
    height: 14px;
    padding-top: 6px;
}

.h1-no-margin {
    margin: 0px 0px;
}

.private-idp {
    padding: 1rem;
    background-color: #E5D3C6;
}

img.warning {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
}

.private-idp-text {
    overflow: hidden;
}

.register-logo-container {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.register-logo {
    width: 100%;
}

.register-logo.logo {
    display: inline-block;
    background-size: cover;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
}

.register-logo.logo-lg {
    width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.register-logo.logo-sm {
    width: 220px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.register-bullets-container {
    margin-left: 35px;
    margin-bottom: 10px;
}

.register-bullet:before {
    content: '';
    position: absolute;
    margin-left: -25px;
    margin-top: 5px;
    width: .8rem;
    height: .4rem;
    border-right: 0.2rem solid #3CAB87;
    border-top: 0.2rem solid #3CAB87;
    transform: rotate(135deg);
}

.register-link-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    padding-bottom: 8px;
    margin-bottom: 1rem;
}

.register-align {
    display: grid;
    margin: 0 auto;
}

.register-text {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.register-btn {
    border: 1px solid #191919;
    display: block;
    margin: 10px auto;
    padding: 10px 10px;
    color: #191919;
    font-weight: bold;
}

input.verify-code {
    padding: 26px 38px 10px 40px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 5px;
    color: #49a3a1;
}

.input-code input {
    font-size: 3rem;
    line-height: 1;
}

.input-code input {
    font-family: 'Monaco', monospace;
}

::-webkit-input-placeholder {
    color: #cdbeb4;
}

::-moz-placeholder {
    color: #cdbeb4;
}

:-ms-input-placeholder {
    color: #cdbeb4;
}

:-moz-placeholder {
    color: #cdbeb4;
}

.register-info {
    margin-top: 1rem;
    font-size: .875rem;
    color: #677382;
}

.register-info span {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    margin-right: 1rem;
    margin-bottom: .5rem;
}

.register-info-more {
  display: block;
  margin-bottom: .25rem;
  padding-left: 1.5rem;
}
.register-info-more ~ span {
  display: none;
  padding-left: 1.5rem;
}
.register-info-more-active ~ span,
.register-info-more ~ span:target {
  display: block
}
.register-info-more {
  color: #677382;
  text-decoration: underline;
}
.register-info-more::after {
  content: '';
  transform: rotate(135deg);
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: .5em;
  margin-bottom: 2px;
  border-top: 1px solid;
  border-right: 1px solid;
}
.register-info-more-active::after {
  transform: rotate(-45deg);
  margin-bottom: -2px;
}



.modal-buttons.saml {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.modal-buttons.saml .button {
    width: calc(50% - .5rem);
    text-align: center;
    margin: 0;
    display: unset;
}

.modal-buttons.saml .button.link {
    border: 1px solid;
}


@media only screen and (max-width: 640px) {

    h1, p {
        margin-bottom: 1rem;
    }

    .ob-logos {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .register-logo-container {
        display: grid;
        margin-bottom: 10px;
    }

    .register-logo.logo-sm {
        display: none;
        margin: 0;
    }

    .register-bullets-container {
        display: inline-block;
        margin: 10px 20px 10px 30px;
    }

    .modal-buttons.saml {
        display: block;
    }

    .modal-buttons.saml .button {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}