/**
 * Login / Verify / Reg2Fa Page Styles
 * Extracted from inline <style> blocks in:
 *   - app-content/themes/niceadmin/login.php
 *   - app-content/themes/niceadmin/Verify.php
 *   - app-content/themes/niceadmin/Reg2Fa.php
 */

.MainBg {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MainBg:before {
    content: "";
    background-image: var(--login-bg-url);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

.MainBg .logo img {
    max-height: 55px;
    margin-right: 6px;
}

.qr-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    display: inline-block;
}
