/* Blank Page Centering */
html, 
body,
.page-template-page-blank-php #content, 
.page-template-page-blank-php #page-wrap{
    height: 100%;
}

.page-template-page-blank-php #page-wrap{
    overflow: visible !important;
}

.table-outer{
    display: table;
    height: 100%;
    width: 100%;
}

.table-inner{
    display: table-cell;
    vertical-align: middle;
}

.vertical-center{
    opacity: 0;
}

label {
    cursor: pointer;
    display: block;
}

input, input[type='password'] {
    margin-bottom: 10px;
    height: auto;
}

button[type='submit'] {
    float: right;
    margin: 0;
    margin-left: 1em;
    background-color: hsl(207, 100%, 33.1%);
    border-color: hsl(207, 100%, 33.1%);
}

button[type='submit'], #cancel, #cancel-2fa {
    font-size: 13px;
    line-height: 1 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    padding: 14px 20px 14px 20px;
    margin: 0 5px 5px 0;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    background: hsl(207, 100%, 33.1%);
    color: #ffffff;
    border: 1px solid hsl(207, 100%, 33.1%);
}

#login-box {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid hsl(207, 100%, 33.1%); /*dimb-blau*/
    border-radius: 10px;
    overflow: hidden;
}

input {
    margin-bottom: 10px;
}

input[type="password"] {
    padding: 0;
    width: min-content;
    margin: 0;
    margin-bottom: 10px;
}

button {
    float: right;
    margin: 0;
    margin-left: 1em;
    background-color: hsl(207, 100%, 33.1%);
}

#change, #reset2fa {
    margin-left: 0px;
    float: left;
}

#qr-box {
    width: 320px;
    margin: 0 auto;
}

.hints {
    padding: 10px;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.error {
    color: hsl(0, 100%, 50%);
}

#reset-pw-overlay, #reset-2fa-overlay {
    position: fixed;
    display: none;
    width: 96%;
    height: 96%;
    top: 2%;
    left: 2%;
    right: 2%;
    bottom: 2%;
    background-color: hsl(0, 0%, 90%);
    vertical-align: middle;
}

#reset-pw, #reset-2fa {
    color: hsl(207, 100%, 33.1%);
    font-size: smaller;
    cursor: pointer;
}

#reset-pw {
    margin-top: 10px;
}

#reset-pw:hover, #reset-2fa:hover {
    text-decoration: underline;
}

.login-functions {
    float: left;
}

.login-button-div {
    float: right;
}

#reset-pw-div {
    width: 340px;
}

#reset-2fa-div {
    width: 415px;
}

.overlay-form-div {
    margin: 0 auto;
    background-color: hsl(0, 0%, 75%);
    overflow: hidden;
    padding: 10px;
    border: 2px solid hsl(207, 100%, 33.1%); /*dimb-blau*/
    border-radius: 10px;
}

.outer-table {
    display: table;
    height: 100%;
    width: 100%;
}

.inner-table {
    display: table-cell;
    vertical-align: middle;
}