/* Authorization dialog form */

.authorization-dialog-form {
    padding-bottom: 10px;
    border-bottom: 1px solid #59504d;
}

.authorization-dialog-form .form-component:not(.stack) > label > .form-component-title {
    width: 60px;
}

.authorization-dialog-buttons-panel > div {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.authorization-dialog-form .wicket-ajax-indicator {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    background: #82a6c5 url('../images/loading-ver-9145AC859169D0476F813CC99281D34F.gif');
}

.authorization-dialog-form .wicket-ajax-indicator > img {
    display: none;
}

/* Authorization dialog bottom panel */

.authorization-dialog-bottom-panel {
    margin: 10px 0;
}

.authorization-dialog-bottom-panel:after {
    content: '';
    clear: both;
    display: table;
}

/* Authorization dialog links */

.auth-link a {
    display: inline-block;
    color: #000;
    padding-left: 20px;
    line-height: 16px;
}

.auth-link.left-auth-link {
    float: left;
}

.auth-link.right-auth-link {
    float: right;
}

.auth-link.login-auth-link a {
    background: url('../images/login-ver-D79AAF750FCAEDEEF9D7D38A62D18E5D.png') left center no-repeat;
}

.auth-link.signup-auth-link a {
    background: url('../images/signup-ver-752DF047BCD6DD7DBB6A8F5E46F48534.png') left center no-repeat;
}

.auth-link.password-recovery-auth-link a {
    background: url('../images/password_recovery-ver-13993429263D4E1F84B2A53D4D4B0014.png') left center no-repeat;
}

/* TOTP */
.auth-totp-set-qr {
    text-align: center;
}