/** Estilos del segundo factor: el modal de enrolamiento y el modo código de change_password.html. */

.two-factor-title-icon {
    margin-right: 8px;
    font-size: 20px;
}

.two-factor-steps {
    padding-left: 20px;
}

.two-factor-panel {
    margin-top: 20px;
}

.two-factor-qr-wrap {
    margin-top: 10px;
}

.two-factor-qr {
    width: 200px;
    height: 200px;
}

.two-factor-secret {
    margin-top: 30px;
    font-family: monospace;
    font-size: 16px;
    word-break: break-all;
}

.two-factor-account {
    margin-top: 15px;
    font-size: 12px;
    opacity: 0.7;
}

.two-factor-back {
    margin-top: 25px;
    font-size: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.two-factor-hint {
    margin-top: 5px;
    font-size: 12px;
    opacity: 0.8;
}
