/* Authentication Pages Styles (Login & Register) */

.auth-wrapper {
    margin: 2rem 0;
}

.auth-title {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.auth-subtitle {
    font-size: 1.75rem;
    font-weight: 700;
}

.auth-container {
    padding: 1.5rem;
}

.auth-image-box {
    overflow: hidden;
}

.auth-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-form-box {
    padding: 3rem;
}

.auth-link-section {
    margin-top: 1rem;
}

.text-blue {
    color: #007bff;
}

/* Custom for Home Care Services */
.text-custom {
    color: #e31e24;
}
