/* _content/Passport.Mvc/Views/Login/Index.cshtml.rz.scp.css */
/* --- Basic Setup & Fonts --- */
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap');*/

:root[b-fe8s1y4pp4] {
    --bg-color: #121212;
    --panel-bg-color: #1C1C1E;
    --input-bg-color: #2C2C2E;
    --button-primary-bg: #007AFF;
    --button-secondary-bg: #3A3A3C;
    --text-primary: #FFFFFF;
    --text-secondary: #8E8E93;
    --text-link: #58A6FF;
    --border-color: #38383A;
}

body[b-fe8s1y4pp4] {
    margin: 0;
    font-family: 'Noto Sans SC', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-primary);
    font-size: 14px;
}

/* --- Main Layout --- */
.container[b-fe8s1y4pp4] {
    display: flex;
    width: 100vw;
    height: 100vh;
}

.image-panel[b-fe8s1y4pp4] {
    flex: 3;
    background-image: url('https://images.unsplash.com/photo-1581090464777-f322020b8488?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    box-sizing: border-box;
}

.image-credit[b-fe8s1y4pp4] {
    color: var(--text-primary);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.image-credit h3[b-fe8s1y4pp4] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
}

.image-credit p[b-fe8s1y4pp4] {
    margin: 4px 0 0 0;
    font-size: 0.9rem;
}

.form-panel[b-fe8s1y4pp4] {
    flex: 2;
    background-color: var(--panel-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
}

.form-content[b-fe8s1y4pp4] {
    width: 100%;
    max-width: 360px;
}

/* --- Header & Footer --- */
.site-header[b-fe8s1y4pp4] {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 10;
}

.site-header svg[b-fe8s1y4pp4] {
    width: 32px;
    height: 32px;
}

.site-footer[b-fe8s1y4pp4] {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    font-size: 12px;
}

.footer-links a[b-fe8s1y4pp4] {
    color: var(--text-secondary);
    text-decoration: none;
    margin-right: 16px;
}

.footer-links a:hover[b-fe8s1y4pp4] {
    color: var(--text-primary);
}

.footer-controls[b-fe8s1y4pp4] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.language-selector[b-fe8s1y4pp4], .help-button[b-fe8s1y4pp4] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    cursor: pointer;
}

.language-selector:hover[b-fe8s1y4pp4], .help-button:hover[b-fe8s1y4pp4] {
    color: var(--text-primary);
}

.footer-controls svg[b-fe8s1y4pp4] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* --- Form Elements --- */
h1[b-fe8s1y4pp4] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.subtitle[b-fe8s1y4pp4] {
    color: var(--text-secondary);
    margin: 0 0 32px 0;
    line-height: 1.5;
}

.subtitle a[b-fe8s1y4pp4] {
    color: var(--text-link);
    text-decoration: none;
}

.subtitle a:hover[b-fe8s1y4pp4] {
    text-decoration: underline;
}

label[b-fe8s1y4pp4] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-secondary);
}

input[type="email"][b-fe8s1y4pp4] {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 20px;
    background-color: var(--input-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 1rem;
    box-sizing: border-box;
}

input[type="email"]:focus[b-fe8s1y4pp4] {
    outline: none;
    border-color: var(--button-primary-bg);
    box-shadow: 0 0 0 2px rgba(0, 122, 255, 0.3);
}

.primary-btn[b-fe8s1y4pp4] {
    width: 100%;
    padding: 12px;
    background-color: var(--button-primary-bg);
    border: none;
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
}

.primary-btn:hover[b-fe8s1y4pp4] {
    background-color: #006ae0;
}

.login-prompt[b-fe8s1y4pp4] {
    margin: 24px 0;
    text-align: center;
    font-size: 0.9rem;
}

.login-prompt a[b-fe8s1y4pp4] {
    color: var(--text-link);
    font-weight: 500;
    text-decoration: none;
}

.login-prompt a:hover[b-fe8s1y4pp4] {
    text-decoration: underline;
}

.divider[b-fe8s1y4pp4] {
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--text-secondary);
    margin: 24px 0;
}

.divider[b-fe8s1y4pp4]::before,
.divider[b-fe8s1y4pp4]::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--border-color);
}

.divider:not(:empty)[b-fe8s1y4pp4]::before {
    margin-right: .5em;
}

.divider:not(:empty)[b-fe8s1y4pp4]::after {
    margin-left: .5em;
}

.social-login-btn[b-fe8s1y4pp4] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    background-color: var(--button-secondary-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    text-decoration: none;
}

.social-login-btn:hover[b-fe8s1y4pp4] {
    background-color: #48484a;
}

.social-login-btn svg[b-fe8s1y4pp4] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
/* _content/Passport.Mvc/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-vsiycimri3] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-vsiycimri3] {
  color: #0077cc;
}

.btn-primary[b-vsiycimri3] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-vsiycimri3], .nav-pills .show > .nav-link[b-vsiycimri3] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-vsiycimri3] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-vsiycimri3] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-vsiycimri3] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-vsiycimri3] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-vsiycimri3] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
