:root {
    --yawave-primary-color: rgb(0, 148, 222);
    --yawave-primary-color-hover: rgb(0, 80, 120);

    --yawave-secondary-color: rgb(67, 75, 84);
    --yawave-page-background: rgb(250, 250, 250); /*TODO ??*/

    --yawave-button-background: rgb(0, 148, 222);
    --yawave-button-background-hover: rgb(0, 80, 120);
    --yawave-button-text: rgb(255, 255, 255);
    --yawave-button-corner-radius: 50px;

    --yawave-button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

    --yawave-font-paragraph: 'Proxima Nova';
    --yawave-font-paragraph-weight: 400;
    --yawave-font-heading: 'Proxima Nova';
    --yawave-font-heading-weight: 600;
}

body {
    color: #363636;
    font-size: 12px;
    line-height: 1.66666667;
}

/*desktop*/
@media (min-width: 650px) {
    .col-sm-6 {
        width: 50%;
    }

    .col-md-12 {
        width: 100%;
    }

    .login-pf-page {
        margin: 0px auto;
        max-width: 1280px;
        padding: 32px 30px;
    }

    .card-pf.login-pf-accounts {
        margin: 120px auto 30px;
        padding: 0px;
    }

    .card-pf.login-pf-accounts.iframe {
        margin: 28px auto 30px;
        padding: 0px;
    }

    #kc-content-wrapper .row {
        margin-left: 95px;
        margin-right: 95px;
    }

    #kc-form.row {
        align-items: center;
        display: flex;
        flex-direction: row;
        margin: 0px auto;
        max-width: 650px;
        position: relative;
    }

    #kc-form .login-pf-spacer {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0px 30px;
        position: static;
    }

    #kc-form .login-pf-spacer:before {
        background: rgb(232, 232, 232);
        content: "";
        display: block;
        height: 100%;
        left: 0px;
        margin: auto;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 1px;
    }

    #kc-form .login-pf-spacer span {
        background-color: rgb(255, 255, 255);
        color: rgb(134, 138, 144);
        font-family: var(--yawave-font-heading), Arial, Helvetica, sans-serif;
        font-weight: var(--yawave-font-heading-weight);
        padding: 8px 0px;
        z-index: 10;
    }

    .login-pf-page .login-pf-social-section:first-of-type {
        border: none;
        margin-right: -1px;
        padding-bottom: 35px;
        padding-right: 0px;
        padding-top: 35px;
    }

    .login-pf-page .login-pf-page-header {
        margin-bottom: 40px;
    }

    .login-pf-page .login-pf-signup {
        margin-top: 48px;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }

    .login-pf-page .login-pf-social-link a.zocial,
    .login-pf-page .login-pf-social-link a.zocial:hover {
        color: rgb(255, 255, 255);
        font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
        font-weight: var(--yawave-font-heading-weight);
        padding: 2px 0;
        text-align: left;
        transition: var(--yawave-button-transition);
    }

}

/*mobile*/
@media (max-width: 649px) {
    .login-pf-page {
        padding: 32px 16px;
    }

    .card-pf.login-pf-accounts {
        margin: 60px auto 30px;
        max-width: none;
        padding: 0px;
    }

    .login-pf-page .login-pf-header h3 {
        margin-bottom: 20px !important;
    }

    #kc-content-wrapper {
        padding: 35px 0px 0px;
    }

    #kc-content-wrapper .row {
        margin: 0px;
    }

    #kc-form.row {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    #kc-form .login-pf-spacer {
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
    }

    #kc-form .login-pf-spacer:before {
        background: rgb(232, 232, 232);
        content: "";
        display: block;
        height: 1px;
        left: 0px;
        position: absolute;
        right: 0px;
        width: 100%;
    }

    #kc-form .login-pf-spacer span {
        background-color: rgb(255, 255, 255);
        color: rgb(134, 138, 143);
        font-family: var(--yawave-font-heading), Arial, Helvetica, sans-serif;
        font-weight: var(--yawave-font-heading-weight);
        padding: 0px 8px;
        z-index: 10;
    }

    #kc-form-wrapper.login-pf-social-section {
        padding-bottom: 35px;
    }

    .login-pf-page .login-pf-signup {
        margin: 10px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    }

    .login-pf-page .login-pf-social-link a.zocial,
    .login-pf-page .login-pf-social-link a.zocial:hover {
        color: rgb(255, 255, 255);
        font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
        font-weight: var(--yawave-font-heading-weight);
        padding: 2px 0;
    }

    .login-pf-page .login-pf-page-header {
        margin-bottom: 20px;
    }

    .login-pf-page .login-pf-header h3 a {
        text-decoration: underline;
    }

    .zocial-label {
        width: 90%;
    }
}

a {
    color: var(--yawave-primary-color);
    cursor: pointer;
}

a:focus,
a:hover {
    color: var(--yawave-primary-color-hover);
    outline: none;
    text-decoration: none;
}

.login-pf {
    background: none;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.login-pf body {
    background: rgb(255, 255, 255) none;
    background-size: cover;
    font-family: var(--yawave-font-paragraph), Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: var(--yawave-font-paragraph-weight);
    height: 100%;
}

.alert {
    border: 1px solid transparent;
    margin-bottom: 20px;
}

.alert-success {
    background-color: rgb(233, 244, 233);
    border-color: rgb(63, 156, 53);
    border-radius: 4px;
    color: rgb(54, 54, 54);
    font-size: 0.857143rem;
    padding: 10px;
    width: 100%;
}

.alert-warning {
    display: none;
}

.alert-error {
    background: rgb(251, 237, 239);
    border: 1px solid rgb(247, 193, 201);
    border-radius: 4px;
    font-size: 0.857143rem;
    padding: 10px;
    width: 100%;
}

#kc-header-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    text-align: left;
    white-space: normal;
    -webkit-box-pack: justify;
}

.login-pf-page .login-pf-header {
    margin-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login-pf-page .login-pf-accounts .login-pf-header, .login-pf-page .login-pf-accounts .login-pf-signup {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.login-pf-page .login-pf-header h1 {
    color: var(--yawave-secondary-color);
    font-family: var(--yawave-font-heading), Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: var(--yawave-font-heading-weight);
    line-height: 38px;
    margin-bottom: 17px;
    margin-block-start: 0px;
    text-align: center;
}

.login-pf-page .login-pf-header h3 {
    color: rgb(112, 126, 141);
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 40px;
    margin-block-start: 0px;
    text-align: center;
}

.login-pf-page .login-pf-header h3 a {
    color: var(--yawave-primary-color);
    cursor: pointer !important;
    font-family: var(--yawave-font-heading), Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: var(--yawave-font-heading-weight);
}

.login-pf-page .login-pf-accounts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto
}

.login-pf-page .login-pf-settings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-left: 20px;
    margin-right: 20px;
}

#kc-locale ul {
    background-color: #fff;
    border: solid 1px #bbb;
    display: none;
    list-style: none;
    min-width: 100px;
    padding: 2px 0;
    position: absolute;
    right: 0;
    top: 20px;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    color: #000 !important;
    display: block;
    line-height: 20px;
    padding: 5px 14px;
    text-decoration: none;
}

#kc-locale ul li a:hover {
    background-color: #d4edfa;
    color: #4d5258;
}

#kc-locale-dropdown a {
    background: 0 0;
    color: #4d5258;
    font-weight: 300;
    padding: 0 15px 0 0;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf a:hover,
.login-pf-page .login-pf-header h3 a:hover {
    color: var(--yawave-primary-color-hover);
    outline: none !important;
}

#kc-logo {
    width: 100%;
}

div.kc-logo-text span {
    display: none;
}

#yawave-logo {
    fill: rgb(0, 148, 222);
    width: 167px;
}

#cross-button {
    fill: rgb(134, 138, 143);
    width: 16px;
    cursor: pointer;
}

#kc-content {
    width: 100%;
}

#kc-attempted-username {
    font-family: inherit;
    font-size: 20px;
    font-weight: normal;
    padding-right: 10px;
}

#kc-username {
    text-align: center;
}

#kc-webauthn-settings-form {
    padding-top: 8px;
}

#kc-info-wrapper {
    font-size: 13px;
}

.kc-form-options-wrapper {
    font-size: 14px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    color: #434B54;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 0;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

#kc-terms-of-use {
    color: rgb(128, 128, 128);
    font-size: 13px;
    line-height: 16px;
    margin: auto;
    max-width: 300px;
    text-align: center;
}

#kc-terms-of-use a {
    margin-left: 0px;
}

/* TOTP */

.subtitle {
    color: #909090;
    margin-top: 30px;
    text-align: right;
}

.required {
    color: #CB2915;
}

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-height: 150px;
    max-width: 150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    height: 8em;
    width: 100%;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

#kc-login,
#kc-register,
#kc-reset-password,
#kc-resend-email,
#kc-update-profile,
#saveTOTPBtn {
    border: none;
    background-color: var(--yawave-button-background);
    border-color: var(--yawave-button-background);
    border-radius: var(--yawave-button-corner-radius);
    box-shadow: none;
    color: var(--yawave-button-text);
    font-family: var(--yawave-font-heading), Arial, Helvetica, sans-serif;
    font-weight: var(--yawave-font-heading-weight);
    height: 36px;
    padding: 8px 16px;
    transition: var(--yawave-button-transition);
}

#kc-resend-email {
    margin: 20px auto;
    max-width: 300px;
    min-width: 150px;
}

#kc-login:hover,
#kc-register:hover,
#kc-reset-password:hover,
#kc-resend-email:hover,
#kc-update-profile:hover {
    background-color: var(--yawave-button-background-hover);
    border-color: var(--yawave-button-background-hover);
}

#kc-update-profile-form {
    margin-top: 31px;
}

.form-group {
    margin-bottom: 15px
}

#kc-reset-password-form .form-group,
#kc-passwd-update-form .form-group,
#kc-update-profile-form .form-group {
    margin: 0px auto 24px;
    max-width: 450px;
}

#kc-reset-password-form .form-group.login-pf-settings {
    flex-wrap: wrap;
}

#kc-reset-password-form #kc-form-buttons,
#kc-passwd-update-form #kc-form-buttons {
    display: grid;
    place-items: center;
}

#kc-reset-password-form #kc-form-buttons input,
#kc-passwd-update-form #kc-form-buttons input {
    min-width: 60px;
}

#kc-reset-password-form div.kc-form-options-wrapper,
#kc-passwd-update-form div.kc-form-options-wrapper {
    font-family: var(--yawave-font-heading), Arial, Helvetica, sans-serif;
    font-weight: var(--yawave-font-heading-weight);
    text-align: center;
}

#kc-reset-password-form div.kc-form-options-wrapper span,
#kc-passwd-update-form div.kc-form-options-wrapper span {
    margin: 16px;
}

#kc-reset-password-form div.kc-form-options-wrapper span a,
#kc-passwd-update-form div.kc-form-options-wrapper span a {
    color: rgb(74, 74, 74);
}

#password-requirements-info {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    color: #72767b;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas:
            "header header"
            "left right";
}

#password-requirements-info .password-requirements-info-header {
    grid-area: header;
    margin-bottom: 10px;
}

#password-requirements-info .password-requirements-info-left {
    grid-area: left;
}

#password-requirements-info .password-requirements-info-right {
    grid-area: right;
}

#kc-form-login div.kc-form-options-wrapper {
    margin-bottom: 20px;
}

.kc-login-tooltip {
    position: relative;
    display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text {
    background-color: black;
    border-radius: 2px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
    color: #fff;
    left: 160%;
    min-width: 130px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -3px;
    transition: opacity 0.5s;
    visibility: hidden;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
    opacity: 0.7;
    visibility: visible;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
    border-color: transparent black transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: " ";
    margin-top: -5px;
    position: absolute;
    right: 100%;
    top: 15px;
}

.zocial,
a.zocial {
    background: #f5f5f5;
    border: 0;
    border-radius: 0;
    color: #72767b;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    white-space: normal;
    width: 100%;
}

.zocial:before {
    border-right: 0;
    margin-right: 0;
}

.zocial span:before {
    font-size: 14px;
    padding: 7px 10px;
}

.zocial:hover {
    background: #ededed;
}

.zocial-icon {
    float: left;
    margin: 6px 20px 0px;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}

.zocial-label {
    padding-bottom: 1px;
}

.login-pf-page .login-pf-social-link a.zocial.yawave-oidc {
    background-color: var(--yawave-button-background);
    background-image: none;

    border-color: var(--yawave-button-background);
    border-radius: var(--yawave-button-corner-radius);
    border-style: solid;
    border-width: 1px;

    box-shadow: none;

    text-align: center;
    text-shadow: none;
}

.login-pf-page .login-pf-social-link a.zocial.yawave-oidc:hover {
    background-color: var(--yawave-button-background-hover);
    border-color: var(--yawave-button-background-hover);
}

.login-pf-page .login-pf-social-link a.zocial.facebook {
    background-color: rgb(66, 103, 178);
    background-image: none;

    border-color: rgb(66, 103, 178);
    border-radius: var(--yawave-button-corner-radius);
    border-style: solid;
    border-width: 1px;

    box-shadow: none;
    text-shadow: none;
}

.login-pf-page .login-pf-social-link a.zocial.facebook:hover {
    background-color: rgb(38, 60, 104);
    border-color: rgb(38, 60, 104);
}

.login-pf-page .login-pf-social-link a.zocial.twitter {
    background-color: rgb(29, 161, 242);
    background-image: none;

    border-color: rgb(29, 161, 242);
    border-radius: var(--yawave-button-corner-radius);
    border-style: solid;
    border-width: 1px;

    box-shadow: none;
    text-shadow: none;
}

.login-pf-page .login-pf-social-link a.zocial.twitter:hover {
    background-color: rgb(9, 103, 160);
    border-color: rgb(9, 103, 160);
}

.login-pf-page .login-pf-social-link a.zocial.linkedin {
    background-color: rgb(40, 103, 178);
    background-image: none;

    border-color: rgb(40, 103, 178);
    border-radius: var(--yawave-button-corner-radius);
    border-style: solid;
    border-width: 1px;

    box-shadow: none;
    text-shadow: none;
}

.login-pf-page .login-pf-social-link a.zocial.linkedin:hover {
    background-color: rgb(21, 55, 95);
    border-color: rgb(21, 55, 95);
}

.login-pf-page .login-pf-social-link a.zocial.google {
    background-color: rgb(219, 68, 55);
    background-image: none;

    border-color: rgb(219, 68, 55);
    border-radius: var(--yawave-button-corner-radius);
    border-style: solid;
    border-width: 1px;

    box-shadow: none;
    text-shadow: none;
}

.login-pf-page .login-pf-social-link a.zocial.google:hover {
    background-color: rgb(146, 36, 26);
    border-color: rgb(146, 36, 26);
}

.login-pf-page .login-pf-social-link a img {
    width: 16px;
    height: 16px;
    margin: 0px;
}

.zocial.facebook:before,
.zocial.twitter:before,
.zocial.linkedin:before,
.zocial.google:before {
    content: "";
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before {
    content: "\f15d";
}

.zocial.stackoverflow:before {
    color: inherit;
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

#kc-form-buttons {
    margin-top: 0px;
}

.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
}

.card-pf {
    background: #fff;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 500px;
    border-top: 0;
    box-shadow: 0 0 0;
}

.login-pf-page .login-pf-social {
    margin: auto;
}

.login-pf-page .login-pf-social-section:last-of-type {
    padding-left: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
    border: none;
}

.login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
    margin-bottom: 0;
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 24px;
}

.login-pf-page .form-control {
    height: 33px;
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.login-pf-page .btn-primary {
    background-image: none;
    margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
    border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
    width: 100%;
}

.login-pf-page .card-pf {
    margin-bottom: 30px;
}

#kc-form div.verify-email-hint {
    margin: 20px auto;
    max-width: 200px;
    text-align: center;
}

#kc-form div.verify-email-hint svg {
    margin: auto;
    display: block;
}

#kc-form div.verify-email-hint span {
    color: rgb(134, 138, 144);
}

#kc-form-login div.form-group.login-pf-settings {
    margin-bottom: 0px;
}

#kc-form-login div.form-group,
#kc-register-form div.form-group,
#kc-update-profile-form div.form-group {
    margin-bottom: 24px;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

input[type=text], input[type=password], input[type=email] {
    font-style: normal;
    font-weight: var(--yawave-font-paragraph-weight);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgb(217, 217, 217);
    font-size: 1rem;
    max-width: 100%;
    width: 100%;
    height: 33px;
    padding: 0px 8px;
}

input[type=submit] {
    outline-width: 0px !important;
}

input[type=checkbox] {
    margin-top: 5px;
}

#kc-back {
    margin-top: 5px;
}

form#kc-select-back-form div.login-pf-social-section {
    padding-left: 0px;
    border-left: 0px;
}

.form-control::-webkit-input-placeholder {
    font-family: var(--yawave-font-paragraph), Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: var(--yawave-font-paragraph-weight);
}

.form-control::-moz-placeholder {
    font-family: var(--yawave-font-paragraph), Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: var(--yawave-font-paragraph-weight);
}

.form-control:-moz-placeholder {
    font-family: var(--yawave-font-paragraph), Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: var(--yawave-font-paragraph-weight);
}

.form-control:-ms-input-placeholder {
    font-family: var(--yawave-font-paragraph), Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: var(--yawave-font-paragraph-weight);
}

.form-control:hover {
    border-color: var(--yawave-primary-color);
}

.form-control:focus {
    border-color: var(--yawave-primary-color);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 136, 206, .6);
}

p.instruction {
    font-size: 18px;
    text-align: center;
}

#kc-error-message {
    text-align: center;
}

#kc-error-message p {
    margin: 20px 0px;
}

#verify-email-button {
    text-align: center;
}

#kc-error-message input[type=button],
#verify-email-button input[type=button] {
    border-style: solid;
    font-family: var(--yawave-font-heading), Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: var(--yawave-font-heading-weight);
    outline: none;
    min-width: 20%;
    padding: 0px 16px;
}

#verify-email-button a {
    font-family: var(--yawave-font-heading), Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: var(--yawave-font-heading-weight);
}

.checkbox {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-horizontal .checkbox {
    padding-top: 0px !important;
}

.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    margin-top: 3px;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    border-radius: 3px;
}

.checkbox:hover input ~ .checkmark {
    border-color: var(--yawave-primary-color);
}

.checkbox input:checked ~ .checkmark {
    background-color: var(--yawave-primary-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #c00
}

.has-error .form-control {
    border-color: #c00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #900;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f33
}

.has-error .input-group-addon {
    color: #c00;
    background-color: #f2dede;
    border-color: #c00
}

.has-error .form-control-feedback {
    color: #c00
}

#kc-form.yw-authorization-code-form {
    align-items: center;
    display: block;
    margin: 0 auto;
    max-width: 650px;
    position: relative;
}

#yw-authorization-code-form {
    padding-left: 20%;
    padding-right: 20%;
}

.g-recaptcha {
    margin: 0 auto;
    display: table
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.btn-group-lg > .btn, .btn-lg {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 1px
}

.col-xs-12 {
    width: 100%;
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
