.app {
    background: var(--pure-black);
}

.container {
    width: 100%;
    max-width: 425px;
    text-align: center;
}

.logo {
    width: 40px;
    height: 40px;
    /* background: white; */
    border-radius: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logo.auth {
    width: 50%;
    height: auto;
}

.auth-content {
    width: 100%;
    gap: 14px;
}

.auth-content .s {
    margin-top: .32rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: .56rem;
}

.auth-content .it {
    margin-bottom: 1rem;
    border-radius: 8px;
    background: #131118;
    padding: 12px;
}

.auth-content .it .n {
    color: #a6a0bb;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
}