/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
    .cxa-forgotpassword-component .rich-text {
        padding-left: 0px;
    }

    .cxa-forgotpassword-component form {
        width: 100%;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        align-items: flex-start;
    }

        .cxa-forgotpassword-component form > * {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .cxa-forgotpassword-component form > * {
            margin: 0;
        }

        .cxa-forgotpassword-component form > * {
            width: 100%;
        }

        .cxa-forgotpassword-component form > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-line-pack: justify;
            align-content: space-between;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
            margin-bottom: 15px;
        }

            .cxa-forgotpassword-component form > div > * {
                -ms-flex-item-align: start;
                align-self: flex-start;
            }

                .cxa-forgotpassword-component form > div > *:not(:last-child) {
                    margin-bottom: 3px;
                }

                .cxa-forgotpassword-component form > div > *:not(:first-child) {
                    margin-top: 0;
                }

            .cxa-forgotpassword-component form > div input[type="text"] {
                width: 100%;
            }

            .cxa-forgotpassword-component form > div input[type="password"] {
                width: 100%;
            }

            .cxa-forgotpassword-component form > div select {
                width: 100%;
            }

            .cxa-forgotpassword-component form > div > label {
                margin-right: 3px;
            }

        .cxa-forgotpassword-component form input[type='radio'] + label {
            margin-right: 3px;
        }

        .cxa-forgotpassword-component form input[type='checkbox'] + label {
            margin-right: 3px;
        }

        .cxa-forgotpassword-component form > * {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

    .cxa-forgotpassword-component .email-entry-section {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .cxa-forgotpassword-component .email-entry-section > * {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .cxa-forgotpassword-component .email-entry-section > * {
            margin: 0;
        }

        .cxa-forgotpassword-component .email-entry-section > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-line-pack: justify;
            align-content: space-between;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
            margin-bottom: 15px;
        }

            .cxa-forgotpassword-component .email-entry-section > div > * {
                -ms-flex-item-align: start;
                align-self: flex-start;
            }

                .cxa-forgotpassword-component .email-entry-section > div > *:not(:last-child) {
                    margin-bottom: 3px;
                }

                .cxa-forgotpassword-component .email-entry-section > div > *:not(:first-child) {
                    margin-top: 0;
                }

            .cxa-forgotpassword-component .email-entry-section > div input[type="text"] {
                width: 100%;
            }

            .cxa-forgotpassword-component .email-entry-section > div input[type="password"] {
                width: 100%;
            }

            .cxa-forgotpassword-component .email-entry-section > div select {
                width: 100%;
            }

        .cxa-forgotpassword-component .email-entry-section input[type='radio'] + label {
            margin-right: 3px;
        }

        .cxa-forgotpassword-component .email-entry-section input[type='checkbox'] + label {
            margin-right: 3px;
        }

        .cxa-forgotpassword-component .email-entry-section input[type='text'] {
            height: 34px;
            border-radius: 4px;
            background-color: #fff;
            color: #747a83;
            border: solid 1px #b9bcc1;
            background-image: none;
            box-shadow: none !important;
            text-align: left;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            padding: 5px 10px;
            line-height: 1.42857143;
        }

            .cxa-forgotpassword-component .email-entry-section input[type='text']:hover {
                border-color: #b8bbc0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .cxa-forgotpassword-component .email-entry-section input[type='text']:active, .cxa-forgotpassword-component .email-entry-section input[type='text']:focus {
                border-color: #0e909f;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .cxa-forgotpassword-component .email-entry-section input[type='text']:disabled, .cxa-forgotpassword-component .email-entry-section input[type='text'].disabled, .cxa-forgotpassword-component .email-entry-section input[type='text'][disabled],
            fieldset[disabled] .cxa-forgotpassword-component .email-entry-section input[type='text'] {
                background-color: #f0f0f0;
            }

        .cxa-forgotpassword-component .email-entry-section input[type='password'] {
            height: 34px;
            border-radius: 4px;
            background-color: #fff;
            color: #747a83;
            border: solid 1px #b9bcc1;
            background-image: none;
            box-shadow: none !important;
            text-align: left;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            padding: 5px 10px;
            line-height: 1.42857143;
        }

            .cxa-forgotpassword-component .email-entry-section input[type='password']:hover {
                border-color: #b8bbc0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .cxa-forgotpassword-component .email-entry-section input[type='password']:active, .cxa-forgotpassword-component .email-entry-section input[type='password']:focus {
                border-color: #0e909f;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .cxa-forgotpassword-component .email-entry-section input[type='password']:disabled, .cxa-forgotpassword-component .email-entry-section input[type='password'].disabled, .cxa-forgotpassword-component .email-entry-section input[type='password'][disabled],
            fieldset[disabled] .cxa-forgotpassword-component .email-entry-section input[type='password'] {
                background-color: #f0f0f0;
            }

        .cxa-forgotpassword-component .email-entry-section input[type='radio'] {
            -webkit-appearance: none;
            height: 34px;
            border-radius: 4px;
            background-color: #fff;
            color: #747a83;
            border: solid 1px #b9bcc1;
            background-image: none;
            box-shadow: none !important;
            text-align: left;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            display: inline-block;
            width: 34px;
            text-align: center;
            margin-right: 7px;
            padding: 5px;
            border-radius: 50px;
        }

            .cxa-forgotpassword-component .email-entry-section input[type='radio']:hover {
                border-color: #b8bbc0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .cxa-forgotpassword-component .email-entry-section input[type='radio']:active, .cxa-forgotpassword-component .email-entry-section input[type='radio']:focus {
                border-color: #0e909f;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .cxa-forgotpassword-component .email-entry-section input[type='radio']:disabled, .cxa-forgotpassword-component .email-entry-section input[type='radio'].disabled, .cxa-forgotpassword-component .email-entry-section input[type='radio'][disabled],
            fieldset[disabled] .cxa-forgotpassword-component .email-entry-section input[type='radio'] {
                background-color: #f0f0f0;
            }

            .cxa-forgotpassword-component .email-entry-section input[type='radio']:active, .cxa-forgotpassword-component .email-entry-section input[type='radio']:checked, .cxa-forgotpassword-component .email-entry-section input[type='radio']:checked:active {
                font-weight: 400;
                color: #0e909f;
                border-color: #0e909f;
            }

                .cxa-forgotpassword-component .email-entry-section input[type='radio']:checked:after {
                    content: ' ';
                    font-size: 18px;
                    color: #0e909f;
                    background-color: #0e909f;
                    border-color: #0e909f;
                    width: 14px;
                    height: 14px;
                    border-radius: 50px;
                    display: inline-block;
                    vertical-align: middle;
                }

        .cxa-forgotpassword-component .email-entry-section input[type='checkbox'] {
            -webkit-appearance: none;
            height: 34px;
            border-radius: 4px;
            background-color: #fff;
            color: #747a83;
            border: solid 1px #b9bcc1;
            background-image: none;
            box-shadow: none !important;
            text-align: left;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            display: inline-block;
            width: 34px;
            max-width: 34px;
            min-width: 34px;
            text-align: center;
        }

            .cxa-forgotpassword-component .email-entry-section input[type='checkbox']:hover {
                border-color: #b8bbc0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .cxa-forgotpassword-component .email-entry-section input[type='checkbox']:active, .cxa-forgotpassword-component .email-entry-section input[type='checkbox']:focus {
                border-color: #0e909f;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .cxa-forgotpassword-component .email-entry-section input[type='checkbox']:disabled, .cxa-forgotpassword-component .email-entry-section input[type='checkbox'].disabled, .cxa-forgotpassword-component .email-entry-section input[type='checkbox'][disabled],
            fieldset[disabled] .cxa-forgotpassword-component .email-entry-section input[type='checkbox'] {
                background-color: #f0f0f0;
            }

            .cxa-forgotpassword-component .email-entry-section input[type='checkbox']:active, .cxa-forgotpassword-component .email-entry-section input[type='checkbox']:checked, .cxa-forgotpassword-component .email-entry-section input[type='checkbox']:checked:active {
                font-weight: 400;
                color: #0e909f;
                border-color: #0e909f;
            }

                .cxa-forgotpassword-component .email-entry-section input[type='checkbox']:checked:after {
                    content: '\2714';
                    font-size: 18px;
                    color: #0e909f;
                    border-color: #0e909f;
                    padding-top: 3px;
                    display: inline-block;
                }

        .cxa-forgotpassword-component .email-entry-section select {
            height: 34px;
            border-radius: 4px;
            background-color: #fff;
            color: #747a83;
            border: solid 1px #b9bcc1;
            background-image: none;
            box-shadow: none !important;
            text-align: left;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-appearance: menulist;
            padding: 0 8px;
        }

            .cxa-forgotpassword-component .email-entry-section select:hover {
                border-color: #b8bbc0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .cxa-forgotpassword-component .email-entry-section select:active, .cxa-forgotpassword-component .email-entry-section select:focus {
                border-color: #0e909f;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .cxa-forgotpassword-component .email-entry-section select:disabled, .cxa-forgotpassword-component .email-entry-section select.disabled, .cxa-forgotpassword-component .email-entry-section select[disabled],
            fieldset[disabled] .cxa-forgotpassword-component .email-entry-section select {
                background-color: #f0f0f0;
            }

        .cxa-forgotpassword-component .email-entry-section label {
            color: #6b717b;
            font-weight: 600;
        }

        .cxa-forgotpassword-component .email-entry-section > * {
            width: 100%;
        }

        .cxa-forgotpassword-component .email-entry-section .email-entry-buttons {
            margin-top: 25px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -ms-flex-line-pack: justify;
            align-content: space-between;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            margin-top: 10px;
        }

            .cxa-forgotpassword-component .email-entry-section .email-entry-buttons > * {
                -ms-flex-item-align: end;
                align-self: flex-end;
            }

            .cxa-forgotpassword-component .email-entry-section .email-entry-buttons > * {
                margin: 0;
            }



            .cxa-forgotpassword-component .email-entry-section .email-entry-buttons button {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                width: 49%;
                margin-bottom: 0;
                border: 2px solid #0e909f;
                font-size: 14px !important;
                font-weight: 400;
                height: 34px;
                text-align: center !important;
                background: #0e909f;
                color: #fff !important;
                text-shadow: none;
                box-shadow: none;
                padding: 4px 25px 4px 25px;
                display: inline-block;
                cursor: pointer;
                border-radius: 4px;
                min-height: 42px;
                height: 42px;
                padding: 8px 25px 8px 25px;
            }

                .cxa-forgotpassword-component .email-entry-section .email-entry-buttons button:active, .cxa-forgotpassword-component .email-entry-section .email-entry-buttons button:hover {
                    background: #0d8896 !important;
                    color: white;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                .cxa-forgotpassword-component .email-entry-section .email-entry-buttons button:active {
                    background: #0c7783 !important;
                    color: white;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                .cxa-forgotpassword-component .email-entry-section .email-entry-buttons button:disabled, .cxa-forgotpassword-component .email-entry-section .email-entry-buttons button.disabled, .cxa-forgotpassword-component .email-entry-section .email-entry-buttons button[disabled],
                fieldset[disabled] .cxa-forgotpassword-component .email-entry-section .email-entry-buttons button {
                    cursor: not-allowed;
                    opacity: 0.4;
                }

                .cxa-forgotpassword-component .email-entry-section .email-entry-buttons button:hover {
                    color: #fff;
                    background-color: #0a6f7b;
                }

                .cxa-forgotpassword-component .email-entry-section .email-entry-buttons button:active {
                    color: #fff;
                    background-color: #064b53;
                }

            .cxa-forgotpassword-component .email-entry-section .email-entry-buttons a {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
                margin-left: 0;
                width: 49%;
                border: 2px solid #0e909f;
                background: #fff;
                color: #0e909f !important;
                font-size: 14px;
                font-weight: 600;
                height: 34px;
                text-align: center !important;
                text-shadow: none;
                box-shadow: none;
                display: inline-block;
                padding: 4px 25px 4px 25px;
                border-radius: 4px;
                min-height: 42px;
                height: 42px;
                padding: 8px 25px 8px 25px;
            }

                .cxa-forgotpassword-component .email-entry-section .email-entry-buttons a:active, .cxa-forgotpassword-component .email-entry-section .email-entry-buttons a:hover {
                    background: #0d8896 !important;
                    color: #fff !important;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                    text-decoration: none;
                }

                .cxa-forgotpassword-component .email-entry-section .email-entry-buttons a:active {
                    background: #0c7783 !important;
                    color: #fff !important;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                    text-decoration: none;
                }

                .cxa-forgotpassword-component .email-entry-section .email-entry-buttons a:disabled, .cxa-forgotpassword-component .email-entry-section .email-entry-buttons a.disabled, .cxa-forgotpassword-component .email-entry-section .email-entry-buttons a[disabled],
                fieldset[disabled] .cxa-forgotpassword-component .email-entry-section .email-entry-buttons a {
                    cursor: not-allowed;
                    opacity: 0.4;
                }

                .cxa-forgotpassword-component .email-entry-section .email-entry-buttons a:hover {
                    color: #fff;
                    background-color: #0a6f7b;
                }

                .cxa-forgotpassword-component .email-entry-section .email-entry-buttons a:active {
                    color: #fff;
                    background-color: #064b53;
                }

        .cxa-forgotpassword-component .email-entry-section .forgotpassword-confirmation-buttons a {
            border: 2px solid #868b93;
            background: #fff;
            color: #707680 !important;
            font-size: 14px;
            font-weight: 600;
            height: 34px;
            text-align: center !important;
            text-shadow: none;
            box-shadow: none;
            display: inline-block;
            padding: 4px 25px 4px 25px;
            border-radius: 4px;
            min-height: 42px;
            height: 42px;
            padding: 8px 25px 8px 25px;
        }

            .cxa-forgotpassword-component .email-entry-section .forgotpassword-confirmation-buttons a:active, .cxa-forgotpassword-component .email-entry-section .forgotpassword-confirmation-buttons a:hover {
                background: #81868e !important;
                color: #fff !important;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                text-decoration: none;
            }

            .cxa-forgotpassword-component .email-entry-section .forgotpassword-confirmation-buttons a:active {
                background: #767c84 !important;
                color: #fff !important;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                text-decoration: none;
            }

            .cxa-forgotpassword-component .email-entry-section .forgotpassword-confirmation-buttons a:disabled, .cxa-forgotpassword-component .email-entry-section .forgotpassword-confirmation-buttons a.disabled, .cxa-forgotpassword-component .email-entry-section .forgotpassword-confirmation-buttons a[disabled],
            fieldset[disabled] .cxa-forgotpassword-component .email-entry-section .forgotpassword-confirmation-buttons a {
                cursor: not-allowed;
                opacity: 0.4;
            }

            .cxa-forgotpassword-component .email-entry-section .forgotpassword-confirmation-buttons a:hover {
                color: #fff;
                background-color: #b9bcc1;
            }

            .cxa-forgotpassword-component .email-entry-section .forgotpassword-confirmation-buttons a:active {
                color: #fff;
                background-color: #6b717b;
            }

