body {
    background-color: #ccc;
}

body>.grid {
    height: 100%;
    z-index: 10;
}

.ui.inverted.transparent.input {
    border-bottom: 1px solid #444 !important;
}

.ui.justify.aligned.message {
    text-align: justify;
}

#mainlogo {
    width: 200px;
    margin-bottom: 0.5em;
}

.column.back > .ui.grid > .column {
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 1em;
    padding: 1.5em;
    /*max-width: 450px;*/
}

.column.front {
    max-width: 600px;
}

div#blkSecret {
    color: #fff;
}

div#info {
    position: absolute;
    left: 1em;
    bottom: 1em;
    font-size: 0.8rem;
    color: #c5c5c5;
}

img#elsa {
    position: absolute;
    height: 100px;
    right: 1em;
    bottom: 1em;
    opacity: 0.15;
    z-index: 0;
}

#frmCreateTOTP {
    display: none;
}

#frmTOTP {
    display: none;
}

#frmTOTP .ui.grid {
    margin-top: 1em !important;
}