:root {
    --red: #d6312f;
    --white: #ffffff;
}


html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}


.us_tritorc-bg-video-container {
    position: fixed;
    inset: 0;
    z-index: -3;
    overflow: hidden;
}

.us_tritorc-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.us_tritorc-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}


.us_tritorc-particles {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}


.us_tritorc-wrapper {
    position: relative;
    height: calc(100vh - 70px);
    max-width: 1400px;
    margin: auto;
    padding: 0 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px;

    transform: translateY(-70px);

    z-index: 1;
    color: white;
}


.us_tritorc-left {
    flex: 1;
    max-width: 420px;
    color: #ffffff !important;
}

.us_tritorc-left h1 {
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600;

    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}

.us_tritorc-left p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.95;

    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}


.us_tritorc-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-card {
    width: 380px;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
}


.us_tritorc-logo-image {
    max-width: 80%;
    display: block;
    margin: 0 auto 16px;
}


.page-card .btn-primary {
    background: linear-gradient(135deg, var(--red), #b71f1c);
    border-radius: 999px;
}


.us_tritorc-footer {
    position: fixed;
    bottom: 0;
    inset-inline: 0;
    height: 60px;

    display: flex;
    align-items: center;
    padding: 0 40px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);

    font-size: 14px;
    z-index: 10;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
}

.footer-center {
    text-align: center;
}

.footer-right {
    text-align: right;
}

.us_tritorc-footer a {
    color: var(--red);
    font-weight: 600;
    text-decoration: none;
}

.us_tritorc-footer img {
    height: 20px;
    width: auto;
    object-fit: contain;
}


@media (max-width: 900px) {
    .us_tritorc-wrapper {
        flex-direction: column;
        gap: 40px;
        padding: 0 24px;
    }

    .us_tritorc-left {
        text-align: center;
    }
}


body.us_tritorc-ultra .navbar,
body.us_tritorc-ultra .navbar-default,
body.us_tritorc-ultra .navbar-inverse,
body.us_tritorc-ultra .header,
body.us_tritorc-ultra .top-bar,
body.us_tritorc-ultra .site-header,
body.us_tritorc-ultra .breadcrumb,
body.us_tritorc-ultra .login-logo,
body.us_tritorc-ultra .app-logo,
body.us_tritorc-ultra .brand-logo,
body.us_tritorc-ultra .frappe-logo,
.page-login .navbar,
.page-login .header,
.page-login .site-header,
[data-route="login"] .navbar,
[data-route="login"] .header {
    display: none !important;
}


.page-card .forgot-password,
.page-card a[href*="forgot"] {
    display: none !important;
}