.hubpet-login-social-wrapper {
    width: 100%;
}

.hubpet-login-card {
    background: #ffffff;
    border-radius: 42px;
    box-shadow: 0 14px 30px rgba(11, 48, 47, 0.14);
    padding: 32px 32px 36px;
    max-width: 390px;
    margin: 0 auto;
}

.hubpet-login-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 36px;
    line-height: 1.15;
    color: #315f5d;
    font-weight: 600;
}

.hubpet-login-alert {
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 10px 12px;
}

.hubpet-login-alert--error {
    background: #fff1f0;
    border: 1px solid #ffccc7;
    color: #a8071a;
}

.hubpet-login-alert--success {
    background: #f6ffed;
    border: 1px solid #b7eb8f;
    color: #135200;
}

.hubpet-login-form {
    margin: 0;
}

.hubpet-field-label {
    display: block;
    margin: 0 0 6px;
    color: #315f5d;
    font-size: 13px;
    font-weight: 600;
}

.hubpet-login-field {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.hubpet-login-field input {
    width: 100%;
    height: 52px;
    border: 1px solid #d8d8d8;
    border-style: solid !important;
    border-radius: 12px;
    background: #fff;
    padding: 0 15px;
    font-size: 15px;
    color: #315f5d;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.hubpet-login-field input::placeholder {
    color: #bcbcbc;
}

.hubpet-login-field--password input {
    padding-right: 52px;
}

.hubpet-toggle-password {
    border: 0;
    background: transparent;
    position: absolute;
    top: 52%;
    right: 14px;
    width: 28px;
    height: 28px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ea831d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hubpet-password-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.hubpet-password-toggle-icon i,
.hubpet-password-toggle-icon svg {
    width: 17px;
    height: 17px;
    font-size: 17px;
}

.hubpet-password-toggle-icon--hide {
    display: none;
}

.hubpet-toggle-password.is-visible .hubpet-password-toggle-icon--show {
    display: none;
}

.hubpet-toggle-password.is-visible .hubpet-password-toggle-icon--hide {
    display: inline-flex;
}

.hubpet-login-forgot-wrap {
    text-align: right;
    margin: 4px 0 18px;
}

.hubpet-login-forgot {
    font-size: 14px;
    font-weight: 700;
    color: #ea831d;
    text-decoration: none;
}

.hubpet-login-submit {
    width: 100%;
    border: 0;
    height: 48px;
    border-radius: 10px;
    background: #ea831d;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.hubpet-login-separator {
    margin: 30px 0 15px;
    text-align: center;
    color: #315f5d;
    font-size: 15px;
}

.hubpet-social-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hubpet-social-notice {
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #7a6b2e;
}

.hubpet-social-btn {
    min-height: 46px;
    border-radius: 11px;
    border: 1px solid #d5d5d5;
    background: #f7f6f4;
    color: #315f5d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 10px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hubpet-social-btn.is-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.hubpet-social-icon {
    font-size: 15px;
}

.hubpet-social-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.hubpet-social-icon-wrap svg {
    width: 15px;
    height: 15px;
}

.hubpet-register-box {
    margin: 18px auto 0;
    max-width: 390px;
    padding: 0 4px;
}

.hubpet-register-text {
    margin: 0;
    color: #315f5d;
    font-size: 15px;
    font-weight: 700;
}

.hubpet-register-link {
    display: inline-block;
    margin-top: 2px;
    font-size: 15px;
    color: #ea831d;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}

.hubpet-login-card--logged {
    text-align: center;
}

.hubpet-login-logged-text {
    margin: 0;
    color: #315f5d;
    font-weight: 600;
}

@media (max-width: 767px) {
    .hubpet-login-card {
        padding: 26px 20px 30px;
        border-radius: 36px;
    }

    .hubpet-login-title {
        font-size: 28px;
    }

    .hubpet-login-submit {
        font-size: 21px;
        height: 46px;
    }

    .hubpet-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
