.auth-proxy-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    min-height: 100vh;

    flex-direction: column;
}

.auth-proxy-content {
    width: 600px;
}

.user-info > .icon {
    margin-left: 12px;
    margin-right: 24px;
    margin-top: 4px;
}

.user-info.publickey {
    font-family: monospace;
    word-break: break-all;
}

.projects > .icon {
    align-self: start;
}

.login-figure > img {
    width: 64px;
    height: 64px;

}

.login-figure {
    padding: 1rem 2rem 1rem 1rem;
    /*box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);*/
    /*border-radius: 4px;*/
}

.login-button .media-content {
    align-self: center;
}

.message-button {
    padding-top: 24px;
}
