.dm {
    width: 100%;
    height: 100%;
    background-color: #393f3f;
    position: fixed;
    z-index: 99999989;
    top: 0;
    left: 0;
}

.dm-center {
    width: 360px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 150px;
    left: calc(50% - 150px);
}

.dm-center .dm-logo {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px 0;
}

.dm-center .dm-logo .pixbuf {
    width: auto;
    height: 100px;
    border-radius: 100px;
}

.dm-center .dm-logo .pixbuf img {
    width: auto;
    height: 100%;
}

.dm-center .zf-login {
    flex-grow: 1;
}

.zf-user {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 80px;
}

.zf-user .pixbuf {
    width: 80px;
    height: 80px;
}

.zf-user .line-edit {
    height: 80px;
    width: calc(100% - 120px);
    font-weight: bold;
    text-align: center;
}

.zf-user .line-edit input {
    height: 32px;
    width: auto;
}

.zf-login .line-edit input {
    border: none;
    color: beige;
    font-size: 24px;
    font-weight: bold;
    background: transparent;
}

.zf-pass-label {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100px;
    height: 48px;
    font-size: 16px;
    color: beige;
}

.zf-pass.line-edit {
    width: 100%;
    border-bottom: 2px solid beige;
}

.zf-login .zf-err {
    width: 100%;
    height: 20px;
    color: crimson;
}

.zf-login .zf-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.zf-login .button {
    color: beige;
    margin: 8px;
}

.zf-login .cancel.button {
    background-color: #59595d;
}
