@keyframes twinkle {
    50% {
        opacity: 0.5;
    }
}

.twinkle {
    animation: twinkle 2s infinite;
}

.img-logo {
    width: 400px;
    height: 400px;
    object-fit: contain;
}

.text-login {
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(35, 35, 50, 0.55);
}
