/* Regalado account creation. Scoped to this route to preserve other customer forms. */
body.customer-account-create .page-main {
    box-sizing: border-box;
    max-width: none;
    padding-left: 48px;
    padding-right: 48px;
}

body.customer-account-create .column.main {
    background: #fff;
    padding-bottom: 64px;
    padding-top: 42px;
}

body.customer-account-create .page-title-wrapper {
    margin: 0 auto 24px;
    max-width: 1120px;
    text-align: center;
}

body.customer-account-create .page-title-wrapper .page-title {
    color: #171717;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.15;
    margin: 0;
}

body.customer-account-create .register-intro {
    margin: 0 auto 24px;
    max-width: 720px;
    width: 100%;
}

body.customer-account-create .register-intro h1 {
    color: #171717;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.15;
    margin: 0 0 8px;
}

body.customer-account-create .register-intro p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

body.customer-account-create .form.form-create-account {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(15, 23, 42, .10);
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    margin: 0 auto;
    max-width: 720px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

body.customer-account-create .form.form-create-account::before,
body.customer-account-create .form.form-create-account::after {
    content: none !important;
    display: none !important;
}

body.customer-account-create .form.form-create-account > .fieldset {
    box-sizing: border-box;
    clear: none !important;
    float: none !important;
    margin: 0 !important;
    min-width: 0;
    padding: 50px 56px;
    width: auto !important;
}

body.customer-account-create .form.form-create-account > .fieldset.info {
    background: #fff;
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 14px;
}

body.customer-account-create .form.form-create-account > .fieldset.account {
    background: #fff;
    grid-column: 1;
    grid-row: 2;
    padding-top: 14px;
}

body.customer-account-create .form.form-create-account .legend {
    border: 0;
    color: #171717 !important;
    display: block;
    float: none;
    font-size: 22px;
    font-weight: 800 !important;
    letter-spacing: -.015em;
    line-height: 1.25;
    margin: 0 0 28px !important;
    padding: 0;
    text-transform: none;
    width: 100%;
}

body.customer-account-create .form.form-create-account .legend + br {
    display: none;
}

body.customer-account-create .form.form-create-account .field {
    margin: 0 0 20px;
}

body.customer-account-create .form.form-create-account .field:last-child {
    margin-bottom: 0;
}

body.customer-account-create .form.form-create-account .field > .label,
body.customer-account-create .form.form-create-account .field .control > .label {
    color: #202124 !important;
    display: block;
    float: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
    width: auto;
}

body.customer-account-create .form.form-create-account .control {
    float: none;
    width: 100%;
}

body.customer-account-create .form.form-create-account input.input-text,
body.customer-account-create .form.form-create-account select {
    background: #f5f8fc;
    border: 1px solid #d7dee8;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    color: #171717;
    font-size: 15px;
    height: 54px;
    line-height: normal;
    padding: 0 16px;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
    width: 100%;
}

body.customer-account-create .form.form-create-account input.input-text:hover,
body.customer-account-create .form.form-create-account select:hover {
    border-color: #aeb8c6;
}

body.customer-account-create .form.form-create-account input.input-text:focus,
body.customer-account-create .form.form-create-account select:focus {
    background: #fff;
    border-color: #cc0000;
    box-shadow: 0 0 0 3px rgba(204, 0, 0, .12);
}

body.customer-account-create .form.form-create-account .field.choice {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

body.customer-account-create .form.form-create-account .field.choice input[type='checkbox'] {
    accent-color: #cc0000;
    flex: 0 0 auto;
    height: 18px;
    margin: 0;
    width: 18px;
}

body.customer-account-create .form.form-create-account .field.choice > .label {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

body.customer-account-create .form.form-create-account .password-strength-meter {
    background: #eef1f5;
    border-radius: 0 0 7px 7px;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.4;
    min-height: 34px;
    padding: 9px 12px;
}

body.customer-account-create .form.form-create-account .password-strength-meter::before {
    border-radius: 0 0 0 7px;
}

body.customer-account-create .form.form-create-account .field-recaptcha {
    margin: 4px 0 0;
    min-height: 1px;
}

body.customer-account-create .form.form-create-account > .actions-toolbar {
    align-items: center;
    background: #fff;
    border-top: 1px solid #edf0f4;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: space-between;
    margin: 0 !important;
    padding: 24px 56px;
    width: 100%;
}

body.customer-account-create .form.form-create-account > .actions-toolbar::before,
body.customer-account-create .form.form-create-account > .actions-toolbar::after {
    content: none;
    display: none;
}

body.customer-account-create .form.form-create-account > .actions-toolbar > .primary,
body.customer-account-create .form.form-create-account > .actions-toolbar > .secondary {
    float: none;
    margin: 0;
}

body.customer-account-create .form.form-create-account .action.submit.primary {
    background: #cc0000 !important;
    border: 1px solid #cc0000 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    min-height: 50px;
    min-width: 220px;
    padding: 0 28px;
    text-transform: none;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

body.customer-account-create .form.form-create-account .action.submit.primary:hover,
body.customer-account-create .form.form-create-account .action.submit.primary:focus {
    background: #a90000 !important;
    border-color: #a90000 !important;
    transform: translateY(-1px);
}

body.customer-account-create .form.form-create-account .action.back {
    color: #cc0000;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

body.customer-account-create .form.form-create-account .action.back::before {
    content: '\2190';
    margin-right: 7px;
}

body.customer-account-create .form.form-create-account .action.back:hover,
body.customer-account-create .form.form-create-account .action.back:focus {
    color: #900;
    text-decoration: underline;
}

body.customer-account-create .form.form-create-account .mage-error {
    font-size: 12px;
    margin-top: 6px;
}

@media (max-width: 991px) {
    body.customer-account-create .form.form-create-account {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    body.customer-account-create .form.form-create-account > .fieldset.info {
        border-right: 0;
        grid-column: 1;
        grid-row: 1;
    }

    body.customer-account-create .form.form-create-account > .fieldset.account {
        grid-column: 1;
        grid-row: 2;
    }

    body.customer-account-create .form.form-create-account > .actions-toolbar {
        grid-column: 1;
        grid-row: 3;
    }
}

@media (max-width: 639px) {
    body.customer-account-create .page-main {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.customer-account-create .column.main {
        padding-bottom: 30px;
        padding-top: 18px;
    }

    body.customer-account-create .page-title-wrapper {
        margin-bottom: 18px;
    }

    body.customer-account-create .page-title-wrapper .page-title {
        font-size: 30px;
    }

    body.customer-account-create .register-intro {
        margin-bottom: 18px;
    }

    body.customer-account-create .register-intro h1 {
        font-size: 30px;
    }

    body.customer-account-create .form.form-create-account {
        border-radius: 12px;
    }

    body.customer-account-create .form.form-create-account > .fieldset {
        padding: 30px 20px;
    }

    body.customer-account-create .form.form-create-account .legend {
        font-size: 20px;
        margin-bottom: 24px !important;
    }

    body.customer-account-create .form.form-create-account > .actions-toolbar {
        align-items: stretch;
        flex-direction: column;
        padding: 22px 20px;
    }

    body.customer-account-create .form.form-create-account > .actions-toolbar > .primary,
    body.customer-account-create .form.form-create-account > .actions-toolbar > .secondary,
    body.customer-account-create .form.form-create-account .action.submit.primary {
        display: block;
        min-width: 0;
        text-align: center;
        width: 100%;
    }
}
