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

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Kanit', sans-serif;
    overflow-x: hidden;
}

.elegant-title {
    font-family: 'Kanit', serif;
}

.pin-dot {
    transition: all 0.2s ease-in-out;
}

.pin-dot.active {
    background-color: #FF6B00;
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(255, 107, 0, 0.4);
}

.form-error {
    color: #dc2626;
    font-size: 0.75rem;
    margin-top: 0.5rem;
    display: none;
}
