.icon-space{
	padding-right: 20px;
}

.christmas-login {
    position: relative;
}

/* Christmas Hat */
.christmas-hat {
    position: absolute;
    top: -40px;
    right: -30px;
    width: 100px;
    z-index: 10;
    pointer-events: none; /* prevents blocking clicks */
}

/* Mobile adjustment */
@media (max-width: 576px) {
    .christmas-hat {
        width: 60px;
        top: -20px;
        right: -20px;
    }
}