/**********************************************************
                Authentication Styles - La Perla
**********************************************************/

#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
    display: none;
}

.lp-auth-page {
    position: relative;
    left: 50%;
    width: 100vw;
    padding: 70px 20px 90px;
    background: linear-gradient(rgba(255,255,255,0.10), rgba(255,255,255,0.14)), url('/img/boat_bkg.jpeg') center center / cover no-repeat;
    transform: translateX(-50%);
    overflow: hidden;
}

.lp-auth-shell {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}

.lp-auth-page * {
    box-sizing: border-box;
    text-shadow: none !important;
}

.lp-auth-heading {
    margin: 0 0 28px;
    color: #1f1f1f !important;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.lp-auth-steps {
    margin-bottom: 28px;
}

.lp-auth-page .alert {
    border: 1px solid rgba(255,255,255,0.28) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.lp-auth-page .alert-success {
    color: #2f5e38;
    background: rgba(234, 255, 239, 0.92);
}

.lp-auth-page .alert-warning {
    color: #4c4237;
    background: rgba(255, 248, 230, 0.88);
}

.lp-auth-page .alert-danger {
    color: #742d2d;
    background: rgba(255, 236, 236, 0.92);
}

.lp-auth-page .alert-info {
    color: #23355a;
    background: rgba(236, 243, 255, 0.92);
}

.lp-auth-page .box,
.lp-auth-page .lp-auth-form-card {
    width: 100%;
    margin-bottom: 24px;
    padding: 24px 26px;
    background: rgba(255,255,255,0.30) !important;
    border: 1px solid rgba(255,255,255,0.28) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #1f1f1f !important;
}

.lp-auth-page .page-subheading,
.lp-auth-page .box .page-subheading,
.lp-auth-page .account_creation .page-subheading {
    margin: 0 0 18px;
    padding: 0;
    border: none;
    color: #1f1f1f;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: none;
}

.lp-auth-page .page-heading.bottom-indent,
.lp-auth-page .page-heading.top-indent {
    color: #1f1f1f !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

#create-account_form,
#login_form {
    min-height: 0;
}

#create-account_form p,
#login_form p,
#account-creation_form p,
#new_account_form p {
    margin-bottom: 12px;
}

.lp-auth-page .content {
    margin-bottom: 18px;
    color: #3f3a34;
    font-size: 15px;
    line-height: 1.7;
}

.lp-auth-page .form_content,
.lp-auth-page .account_creation {
    color: #1f1f1f;
}

.lp-auth-page .account_creation {
    margin-bottom: 22px;
    padding: 20px;
    background: rgba(255,255,255,0.24);
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 16px;
}

.lp-auth-page .account_creation:last-of-type {
    margin-bottom: 0;
}

.lp-auth-page .form-group,
.lp-auth-page p.form-group {
    margin: 0 0 18px 0;
}

.lp-auth-page label {
    display: inline-block;
    margin-bottom: 8px;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 700;
}

.lp-auth-page .radio-inline,
.lp-auth-page .checkbox {
    margin-bottom: 14px;
}

.lp-auth-page .radio-inline label,
.lp-auth-page .checkbox label {
    font-weight: 600;
}

.lp-auth-page .gender-line {
    margin-bottom: 18px;
}

.lp-auth-page .form-control,
.lp-auth-page input[type="text"],
.lp-auth-page input[type="email"],
.lp-auth-page input[type="password"],
.lp-auth-page input[type="phone"],
.lp-auth-page select,
.lp-auth-page textarea {
    width: 100%;
    max-width: none !important;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid rgba(31,31,31,0.12) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,0.72) !important;
    color: #1f1f1f !important;
    box-shadow: none !important;
}

.lp-auth-page textarea {
    min-height: 120px;
    resize: vertical;
}

.lp-auth-page .form-control:focus,
.lp-auth-page input:focus,
.lp-auth-page select:focus,
.lp-auth-page textarea:focus {
    border-color: rgba(200,169,91,0.85) !important;
    box-shadow: 0 0 0 3px rgba(200,169,91,0.14) !important;
    outline: none;
}

.lp-auth-page .lost_password {
    margin: 10px 0 18px 0 !important;
}

.lp-auth-page .lost_password a,
.lp-auth-page .btn-transform {
    color: #5b4b3b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lp-auth-page .lost_password a:hover,
.lp-auth-page .btn-transform:hover {
    color: #2f2419;
    text-decoration: none;
}

.lp-auth-page .btn-transform {
    padding: 0;
    font-size: 1em;
    cursor: pointer;
    vertical-align: initial;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.lp-auth-page .submit,
.lp-auth-submit-row {
    margin-top: 8px;
}

.lp-auth-page .cart_navigation.required.submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.lp-auth-page .required > span,
.lp-auth-page .pull-right.required,
.lp-auth-page .inline-infos,
.lp-auth-page .form_info {
    color: #4d463f;
    font-size: 13px;
    line-height: 1.6;
}

.lp-auth-page .btn,
.lp-auth-page .button,
.lp-auth-page .btn.btn-default,
.lp-auth-page .button.button-medium,
.lp-auth-page .btn.button.button-medium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid #c8a95b !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #d8bb6c 0%, #c7a14a 100%) !important;
    box-shadow: 0 10px 22px rgba(199, 161, 74, 0.20);
    color: #2f2419 !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.lp-auth-page .btn:hover,
.lp-auth-page .button:hover,
.lp-auth-page .btn.btn-default:hover,
.lp-auth-page .button.button-medium:hover,
.lp-auth-page .btn.button.button-medium:hover {
    background: linear-gradient(180deg, #dcc170 0%, #be9740 100%) !important;
    color: #2f2419 !important;
}

.lp-auth-page .btn i,
.lp-auth-page .button i {
    margin-right: 8px;
}

.lp-auth-page .button .right,
.lp-auth-page .btn .right {
    margin-left: 8px;
    margin-right: 0;
}

.lp-auth-page #opc_invoice_address {
    margin-top: 18px;
    padding: 18px;
    background: rgba(255,255,255,0.22);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 16px;
}

.lp-auth-page #create_account_information,
.lp-auth-page #create_account_error {
    margin-bottom: 18px;
}

.lp-auth-page .unvisible {
    display: none;
}

@media (max-width: 991px) {
    .lp-auth-page {
        padding: 56px 16px 70px;
    }

    .lp-auth-heading {
        font-size: 36px;
    }

    .lp-auth-page .box,
    .lp-auth-page .lp-auth-form-card {
        padding: 20px 22px;
    }

    .lp-auth-page .page-subheading,
    .lp-auth-page .box .page-subheading,
    .lp-auth-page .account_creation .page-subheading {
        font-size: 24px;
    }

    .lp-auth-page .account_creation {
        padding: 18px;
    }
}

@media (max-width: 767px) {
    .lp-auth-page {
        padding: 44px 12px 56px;
    }

    .lp-auth-heading {
        font-size: 32px;
    }

    .lp-auth-page .box,
    .lp-auth-page .lp-auth-form-card {
        padding: 18px;
    }

    .lp-auth-page .page-subheading,
    .lp-auth-page .box .page-subheading,
    .lp-auth-page .account_creation .page-subheading {
        font-size: 21px;
        line-height: 1.3;
    }

    .lp-auth-page .cart_navigation.required.submit {
        flex-direction: column;
        align-items: stretch;
    }

    .lp-auth-page .btn,
    .lp-auth-page .button,
    .lp-auth-page .btn.btn-default,
    .lp-auth-page .button.button-medium,
    .lp-auth-page .btn.button.button-medium {
        width: 100%;
    }
}
