﻿/* Access Shell Styles */


/* Access.Master */
html, body {
            height: 100%;
        }

        body {
            font-family: "Open Sans", sans-serif;
            background: #f6f8fb;
            color: #1d232f;
        }

        .tg-access-shell {
            min-height: 100vh;
        }

        .tg-access-left {
            position: relative;
            min-height: 100vh;
            background:
                linear-gradient(135deg, rgba(13,110,253,0.90) 0%, rgba(5,71,171,0.92) 100%),
                url('/assets/images/signup-testi3.jpg') center center / cover no-repeat;
            overflow: hidden;
        }

        .tg-access-left-inner {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 48px 42px;
            color: #fff;
        }

        .tg-access-brand {
            display: inline-block;
            color: #fff;
            text-decoration: none;
            font-size: 32px;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .tg-access-kicker {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            background: rgba(255,255,255,0.16);
            border: 1px solid rgba(255,255,255,0.18);
            color: #fff;
            padding: 7px 12px;
            border-radius: 999px;
            margin-bottom: 18px;
        }

        .tg-access-left h1 {
            font-size: 42px;
            line-height: 1.1;
            font-weight: 800;
            margin-bottom: 18px;
            color: #fff;
        }

        .tg-access-left p {
            font-size: 18px;
            line-height: 1.7;
            color: rgba(255,255,255,0.92);
            margin-bottom: 0;
            max-width: 640px;
        }

        .tg-access-points {
            margin: 28px 0 0 0;
            padding: 0;
            list-style: none;
        }

        .tg-access-points li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 14px;
            font-size: 16px;
            color: rgba(255,255,255,0.96);
        }

        .tg-access-points li i {
            margin-top: 3px;
            color: #fff;
        }

        .tg-access-left-footer {
            font-size: 14px;
            color: rgba(255,255,255,0.82);
        }

        .tg-access-right {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
            background: #f6f8fb;
        }

        .tg-access-card {
            width: 100%;
            max-width: 560px;
            background: #fff;
            border: 1px solid #e9ecef;
            border-radius: 22px;
            box-shadow: 0 16px 40px rgba(0,0,0,0.06);
            padding: 34px 34px 28px;
        }

        .tg-access-mobile-brand {
            display: none;
            margin-bottom: 22px;
        }

        .tg-access-mobile-brand a {
            color: #1d232f;
            text-decoration: none;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .tg-access-page-title {
            font-size: 30px;
            font-weight: 800;
            line-height: 1.15;
            margin-bottom: 10px;
            color: #1d232f;
        }

        .tg-access-page-subtitle {
            color: #6c757d;
            margin-bottom: 28px;
            font-size: 16px;
        }

        .tg-access-form .form-label {
            font-weight: 600;
            margin-bottom: 8px;
        }

        .tg-access-form .form-control {
            min-height: 50px;
            border-radius: 12px;
            border: 1px solid #d9e0e7;
            box-shadow: none;
        }

        .tg-access-form .form-control:focus {
            border-color: #86b7fe;
            box-shadow: 0 0 0 .2rem rgba(13,110,253,.12);
        }

        .tg-access-btn {
            min-height: 50px;
            border-radius: 999px;
            font-weight: 700;
        }

        .tg-access-links {
            font-size: 14px;
            color: #6c757d;
            text-align: center;
            margin-top: 22px;
        }

        .tg-access-links a {
            text-decoration: none;
            font-weight: 600;
        }

        .tg-access-honeypot {
            position: absolute;
            left: -9999px;
            top: -9999px;
            width: 0;
            height: 0;
            overflow: hidden;
        }

        @media (max-width: 991.98px) {
            .tg-access-left {
                display: none !important;
            }

            .tg-access-right {
                min-height: 100vh;
                padding: 26px 14px;
            }

            .tg-access-card {
                max-width: 640px;
                padding: 28px 22px 22px;
            }

            .tg-access-mobile-brand {
                display: block;
            }
        }

