.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border: 1px solid #e5e7eb;
    width: 320px;
    padding: 0;
    margin: 0 auto
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    transition: all .2s;
    cursor: pointer;
    text-decoration: none;
    border: none;
    padding: 8px 16px
}

.button-outline {
    background: 0 0;
    border: 1px solid #d1d5db;
    color: #374151
}

.button-outline:hover {
    background: #f9fafb
}

.button-black {
    background: #000;
    color: #fff
}

.button-black:hover {
    background: #262626
}

.link {
    color: #6b7280;
    text-decoration: underline;
    text-underline-offset: 4px
}

.link:hover {
    color: #111827
}

.login-fullpage {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0
}

.max-w-md {
    max-width: 340px !important
}

.card {
    width: 100%;
    max-width: 360px
}

.toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #dc2626;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 1000000
}

.toast.active {
    opacity: 1
}

.btn-small {
    padding: 4px 9px;
    font-size: 11px
}

@media (max-width:360px) {
    .card {
        max-width: 95vw
    }
}

body,
html {
    overflow: hidden !important
}

.card,
.card * {
    margin: 0 !important
}

.btn-small {
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 15px
}
