html {
    background: #eee;
}


@font-face {
    font-family: 'TWKHaufeAkademieEverett';
    font-style: normal;
    font-weight: normal;
    src: local(''),
        url('./assets/TWKHaufeAkademieEverett-Regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'TWKHaufeAkademieEverettLt';
    font-style: normal;
    font-weight: 300;
    src: local(''),
        url('./assets/TWKHaufeAkademieEverett-Regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'TWKHaufeAkademieEverett700';
    font-family: 'TWKHaufeAkademieEverett';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('fonts/everett/TWKHaufeAkademieEverett-Bold.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html {
    --color-dark-grey: #232a36;
    --color-dark-grey-1: #666661;
    --color-light-grey-4: #f7f7f8;
    --color-light-grey-3: #ccccc7;
    --color-light-grey-2: #999994;
    --color-light-grey-1: #979797;
    --color-active: #6f01f5;
    --color-invalid: #e81546;
    --color-valid: #318551;
    --color-button: #6f01f5;
    --color-outline: #6F01F5;
    --color-link: #00abf7;
    --color-white: #fff;
    --color-footer: #f5f5f5;
    --color-label: rgb(86, 95, 113);
    font-size: 62.5%
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "TWKHaufeAkademieEverettLt", system-ui, Avenir, Helvetica, Arial, sans-serif;

    text-align: left;

}

:focus-visible {
    outline: 0px var(--color-outline) auto;
    outline-offset: 2px;
}

*,
*::before,
*::after {
    font-family: "TWKHaufeAkademieEverettLt", system-ui, Avenir, Helvetica, Arial, sans-serif;
}

.page-title {
    font-size: 24px;
    font-family: "TWKHaufeAkademieEverett", system-ui, Avenir, Helvetica, Arial, sans-serif;
}

.page-description,
.intro-text,
.description,
.description>p {
    font-family: "TWKHaufeAkademieEverettLt", system-ui, Avenir, Helvetica, Arial, sans-serif;
}

.footer.akacoaching ul {
    display: none;
}

.logo-coaching {
    height: 35px;
    margin-left: 20px;
}

.content {
    padding-top: 30px;
    padding-bottom: 40px;
}

.input-group label,
.input-group .password-label,
.input-group .email-label,
.passwordstrength-group .msgs>span,
input[type='radio']+label {
    font-family: "TWKHaufeAkademieEverettLt", system-ui, Avenir, Helvetica, Arial, sans-serif;
    color: var(--color-label) !important;
    font-weight: 340;
    font-size: 16px;
}

.checkbox-group a {
    font-size: 14px !important;
}

.checkbox-group>input[type='checkbox']~label,
.input-group>input[type='checkbox']~label {
    font-family: "TWKHaufeAkademieEverettLt", system-ui, Avenir, Helvetica, Arial, sans-serif;
    color: var(--color-label) !important;
    font-weight: 340;
    font-size: 14px !important;
}



.header {
    height: 100px;
    box-shadow: none;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.button-group>.button:hover {
    color: #fff;
    box-shadow: '0px 0px 0px 2px rgba(79, 25, 255, 0.20)';
    border-color: #4c06a1;
    background-color: #4c06a1 !important;
    border: 0px var(--color-outline) !important;
    margin-top: 20px;
}

.button-group>.button,
input.button,
input.buttonsso {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px var(--color-outline) !important;
    margin: 0px;
    cursor: pointer;
    appearance: none;
    min-width: 64px;
    padding: 6px 40px;
    font-family: "TWKHaufeAkademieEverettLt", system-ui, Avenir, Helvetica, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    background-image: none;
    text-transform: none;
    transition: all 0s ease-in-out 0s;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border-radius: 500px;
    width: auto;
    max-height: 42px;
    color: rgb(255, 255, 255);
    background-color: var(--color-button) !important;
    height: 50px;
    margin-top: 20px;
    margin-left: 4px;

}

.button-group>.button:focus-within,
input.button:focus-within,
input.buttonsso:focus-within {
    border-color: #4c06a1;
    background-color: #4c06a1;
    background-image: none;
    color: #fff;
    outline: 2px solid #6f01f5;
    box-shadow: none;
}


.input-group input[type='text'],
.input-group input[type='password'],
.input-group input[type='email'],
.input-group .input-password {
    border: 1px;
    border-color: rgb(192, 198, 211) !important;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
    font-family: "TWKHaufeAkademieEverettLt", system-ui, Avenir, Helvetica, Arial, sans-serif;

}

.eye-button,
.eye-button-closed {
    display: none !important;
}

input[type='radio']:focus+label::before,
input[type='radio']:hover+label::before,
input[type='checkbox']:focus+label::before,
input[type='checkbox']:hover+label::before,
.input-group .input-field:focus,
.input-group .input-field:hover,
.input-group .input-password:focus,
.input-group .input-password:hover,
.input-group .hidden-input-field:focus,
.input-group .hidden-input-field:hover,
.input-group .password-input-field .input-password:focus,
.input-group .password-input-field .input-password:hover,
.input-group .password-input-field .input-password:focus~.eye-button,
.input-group .password-input-field .input-password:focus~.eye-closed-button,
.input-group .password-input-field .input-password:hover~.eye-button,
.input-group .password-input-field .input-password:hover~.eye-closed-button,
.input-group .hidden-input-field:focus~.eye-button,
.input-group .hidden-input-field:focus~.eye-closed-button,
.input-group .hidden-input-field:hover~.eye-button,
.input-group .hidden-input-field:hover~.eye-closed-button,
.input-group .input-field:focus~.eye-button,
.input-group .input-field:focus~.eye-closed-button,
.input-group .input-field:hover~.eye-button,
.input-group .input-field:hover~.eye-closed-button {

    box-shadow: 0px 0px 0px 2px rgba(79, 25, 255, 0.20);
    background-color: #FFF;
    border-color: rgba(0, 0, 0, 0.05);
}

.button:disabled {
    background-color: #EBEBE4 !important;
    color: #C6C6C6;
    pointer-events: none;
}

body:not([data-test="error-page"]) .error-message-top {
    display: none;
}