@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{background:#f8fafc;overflow-x:hidden}@layer base{:root{--background:0 0% 100%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--primary:213 94% 40%;--primary-foreground:0 0% 100%;--secondary:210 20% 96%;--secondary-foreground:222 47% 11%;--muted:210 20% 96%;--muted-foreground:215 16% 47%;--accent:213 94% 40%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:214 32% 91%;--input:214 32% 91%;--ring:213 94% 40%;--radius:.5rem;--sidebar-bg:#0c1525;--sidebar-text:#94a3b8;--sidebar-active:#378add;--sidebar-active-bg:#ffffff12;--page-bg:#f8fafc;--brand-blue:#185fa5;--brand-blue-light:#378add;--brand-blue-pale:#e6f1fb}@apply border-border;@apply bg-[#f8fafc] text-foreground;body{font-feature-settings:"rlig" 1, "calt" 1}}.pc-layout{min-height:100vh;display:flex}.pc-sidebar{background:var(--sidebar-bg);z-index:40;flex-direction:column;width:220px;min-height:100vh;transition:transform .2s;display:flex;position:fixed;top:0;bottom:0;left:0}.pc-sidebar-logo{color:#fff;border-bottom:1px solid #ffffff12;align-items:center;gap:10px;padding:20px 20px 16px;font-size:15px;font-weight:600;display:flex}.pc-sidebar-logo-icon{background:var(--sidebar-active);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.pc-nav-section{letter-spacing:.08em;color:#475569;text-transform:uppercase;padding:8px 16px 4px;font-size:10px;font-weight:600}.pc-nav-item{color:var(--sidebar-text);cursor:pointer;-webkit-user-select:none;user-select:none;border-left:2px solid #0000;align-items:center;gap:10px;padding:9px 20px;font-size:13px;text-decoration:none;transition:all .15s;display:flex}.pc-nav-item.active{color:#fff;background:var(--sidebar-active-bg);border-left-color:var(--sidebar-active)}.pc-nav-item svg{flex-shrink:0;width:17px;height:17px}.pc-role-switcher{border:1px solid #ffffff14;border-radius:8px;margin:12px 12px 0;display:flex;overflow:hidden}.pc-role-btn{text-align:center;color:#64748b;cursor:pointer;background:0 0;border:none;flex:1;padding:7px 0;font-size:11px;font-weight:500;transition:all .15s}.pc-role-btn.active{background:var(--sidebar-active);color:#fff}.pc-main{background:var(--page-bg);flex:1;min-height:100vh;margin-left:220px}.pc-topbar{z-index:30;background:#fff;border-bottom:1px solid #e8edf2;align-items:center;gap:16px;height:58px;padding:0 28px;display:flex;position:sticky;top:0}.pc-card{background:#fff;border:1px solid #e8edf2;border-radius:10px}.pc-stat{background:#fff;border:1px solid #e8edf2;border-radius:10px;padding:16px 18px}.pc-stat-val{color:#0f172a;font-size:22px;font-weight:600}.pc-stat-label{color:#64748b;margin-top:2px;font-size:12px}.pc-badge{border-radius:99px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:500;display:inline-flex}.pc-badge-blue{color:#185fa5;background:#e6f1fb}.pc-badge-amber{color:#633806;background:#faeeda}.pc-badge-gray{color:#444441;background:#f1efe8}.pc-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.pc-btn-primary{color:#fff;background:#0c1525;border-color:#0c1525}.pc-btn-primary:hover{background:#1e2d45}.pc-btn-blue{background:var(--brand-blue);color:#fff}.pc-btn-blue:hover{background:#0f4a82}.pc-btn-ghost{color:#6b7280;background:0 0;border-color:#0000}.pc-btn-sm{border-radius:6px;padding:5px 12px;font-size:12px}.pc-btn-danger{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.pc-btn-danger:hover{background:#fecaca}.pc-patient-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:10px 16px;transition:background .1s;display:flex}.pc-patient-row:last-child{border-bottom:none}.pc-patient-row:hover{background:#f8fafc}.pc-avatar{background:var(--brand-blue-pale);color:var(--brand-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.pc-input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:38px;padding:0 12px;font-size:13px;transition:border-color .15s}.pc-input:focus{border-color:var(--brand-blue-light);box-shadow:0 0 0 3px #378add1a}.pc-input::placeholder{color:#9ca3af}.pc-textarea{color:#111827;resize:vertical;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;min-height:90px;padding:10px 12px;font-size:13px;transition:border-color .15s}.pc-textarea:focus{border-color:var(--brand-blue-light);box-shadow:0 0 0 3px #378add1a}.pc-select{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:38px;padding:0 12px;font-size:13px}.pc-select:focus{border-color:var(--brand-blue-light)}.pc-login-page{width:100%;min-height:100vh;display:flex;overflow:hidden}.pc-login-left{background:var(--sidebar-bg);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex}.pc-login-right{background:#fff;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex}@media (width<=768px){.pc-login-page{background:#fff;min-height:100dvh;display:block;overflow-y:auto}.pc-login-left{display:none}.pc-login-right{justify-content:center;align-items:center;min-height:100dvh;padding:24px 18px}.pc-sidebar{transform:translate(-100%)}.pc-main{margin-left:0}}.pc-tabs{border-bottom:2px solid #e8edf2;gap:0;margin-bottom:20px;display:flex}.pc-tab{color:#64748b;cursor:pointer;border-bottom:2px solid #0000;align-items:center;gap:7px;margin-bottom:-2px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.pc-tab:hover{color:#1e293b}.pc-tab.active{color:var(--brand-blue);border-bottom-color:var(--brand-blue)}.pc-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e8edf2;padding:10px 16px;font-size:11px;font-weight:600}.pc-table tr:last-child td{border-bottom:none}.pc-divider{background:#e8edf2;height:1px;margin:20px 0}.pc-section-title{color:#0f172a;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:15px;font-weight:600;display:flex}.pc-modal-overlay{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.pc-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;display:flex;overflow:hidden}.pc-modal-header{border-bottom:1px solid #e8edf2;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.pc-modal-body{flex:1;padding:22px;overflow-y:auto}.pc-modal-footer{border-top:1px solid #e8edf2;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.pc-code-card{color:#fff;background:linear-gradient(135deg,#0c1525 0%,#185fa5 100%);border-radius:10px;padding:16px 20px}.pc-empty{text-align:center;color:#9ca3af;padding:48px 24px}.pc-empty svg{opacity:.4;margin:0 auto 14px}.pc-empty h3{color:#6b7280;font-size:15px;font-weight:500}.pc-empty p{margin-top:4px;font-size:13px}.pc-loading{background:var(--page-bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.pc-spinner{border:3px solid #e8edf2;border-top-color:var(--brand-blue);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pc-toast-success{border-left:3px solid #22c55e!important}.pc-toast-error{border-left:3px solid #ef4444!important}.pc-tabs-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:2px solid #e8edf2;gap:0;display:flex;overflow-x:auto}.pc-tabs-scroll::-webkit-scrollbar{display:none}.pc-grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=900px){.pc-grid-3{grid-template-columns:1fr 1fr}}@media (width<=600px){.pc-grid-2,.pc-grid-3{grid-template-columns:1fr}}.pc-accordion-item{border-bottom:1px solid #f1f5f9}.pc-accordion-trigger{text-align:left;color:#1e293b;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:13px 0;font-size:13px;font-weight:500;display:flex}.pc-ref-code{letter-spacing:.15em;color:#0f172a;font-family:monospace;font-size:28px;font-weight:700}@media (width>=769px){html,body,#root{height:100%;overflow:hidden}.pc-login-page,.pc-login-left,.pc-login-right{height:100vh;max-height:100vh}}html,body,#root{min-height:100%;margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{color:#0f172a;background:#f6f8fb}button,input,select,textarea{font-family:inherit}button{border:0}*{box-sizing:border-box}.pc-layout{background:#f6f8fb;min-height:100vh;display:flex}.pc-sidebar{z-index:40;background:#0b1424;border-right:1px solid #ffffff0f;flex-direction:column;width:248px;min-height:100vh;display:flex;position:fixed;inset:0 auto 0 0}.pc-sidebar-logo{color:#fff;letter-spacing:-.02em;border-bottom:1px solid #ffffff12;align-items:center;gap:12px;height:72px;padding:0 22px;font-size:16px;font-weight:800;display:flex}.pc-sidebar-logo-icon{color:#fff;background:linear-gradient(135deg,#378add,#185fa5);border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 12px 24px #378add47}.pc-nav{flex:1;padding:18px 12px}.pc-nav-item{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border-radius:12px;align-items:center;gap:11px;width:100%;height:44px;margin-bottom:6px;padding:0 14px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.pc-nav-item:hover{color:#fff;background:#ffffff0f}.pc-nav-item.active{color:#fff;background:#378add29;box-shadow:inset 3px 0 #378add}.pc-sidebar-footer{border-top:1px solid #ffffff12;padding:14px 12px 18px}.pc-main{background:radial-gradient(circle at 100% 0,#378add14,#0000 340px),#f6f8fb;width:calc(100% - 248px);min-height:100vh;margin-left:248px}.pc-topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:30;background:#ffffffe0;border-bottom:1px solid #e6ebf1;justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex;position:sticky;top:0}.pc-topbar strong{color:#0f172a;font-size:16px;font-weight:800}.pc-page{padding:30px 32px}.pc-card{background:#ffffffeb;border:1px solid #e6ebf1;border-radius:18px;box-shadow:0 18px 50px #0f172a0a}.pc-stat{background:#fff;border:1px solid #e6ebf1;border-radius:18px;padding:20px;box-shadow:0 18px 45px #0f172a0a}.pc-stat-icon{border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:14px;display:flex}.pc-stat-val{color:#0f172a;letter-spacing:-.04em;font-size:28px;font-weight:850;line-height:1}.pc-stat-label{color:#64748b;margin-top:6px;font-size:13px;font-weight:600}.pc-grid-stats{grid-template-columns:repeat(4,minmax(160px,1fr));gap:16px;display:grid}.pc-section-title{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.pc-section-title h1{color:#0f172a;letter-spacing:-.04em;font-weight:850;line-height:1.1;font-size:26px!important}.pc-section-title p{font-weight:500;color:#64748b!important;font-size:14px!important}.pc-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-size:14px;font-weight:750;transition:all .15s;display:inline-flex}.pc-btn-blue{color:#fff;background:linear-gradient(135deg,#378add,#185fa5);box-shadow:0 12px 24px #378add38}.pc-btn-blue:hover{transform:translateY(-1px);box-shadow:0 16px 30px #378add47}.pc-btn-outline{color:#334155;background:#fff;border-color:#dbe3ec}.pc-btn-outline:hover{background:#f8fafc}.pc-btn-ghost{color:#64748b;background:0 0}.pc-btn-ghost:hover{color:#0f172a;background:#f1f5f9}.pc-btn-sm{border-radius:10px;min-height:34px;padding:0 12px;font-size:12px}.pc-input,.pc-select{color:#0f172a;background:#fff;border:1px solid #dbe3ec;border-radius:13px;outline:none;width:100%;height:44px;padding:0 14px;font-size:14px;font-weight:500;transition:all .15s}.pc-input:focus,.pc-select:focus{border-color:#378add;box-shadow:0 0 0 4px #378add1f}.pc-label{color:#334155;margin-bottom:7px;font-size:13px;font-weight:750;display:block}.pc-table{border-collapse:collapse;width:100%;font-size:14px}.pc-table th{color:#64748b;text-transform:uppercase;letter-spacing:.06em;text-align:left;background:#f8fafc;border-bottom:1px solid #e6ebf1;padding:14px 18px;font-size:11px;font-weight:850}.pc-table td{color:#334155;border-bottom:1px solid #eef2f6;padding:16px 18px}.pc-table tr:hover td{background:#f8fbff}.pc-badge{border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.pc-badge-green{color:#2e6b12;background:#e8f6dd}.pc-badge-red{color:#991b1b;background:#fee2e2}.pc-empty{text-align:center;color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:44px 24px;display:flex}.pc-empty svg{color:#cbd5e1;margin-bottom:14px}.pc-empty h3{color:#334155;margin:0;font-size:16px;font-weight:800}.pc-empty p{color:#64748b;margin:8px 0 0;font-size:14px}.pc-modal-overlay{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a7a;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.pc-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(620px,100%);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 28px 90px #0f172a42}.pc-modal-header{border-bottom:1px solid #e6ebf1;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px;display:flex}.pc-modal-body{padding:24px;overflow-y:auto}.pc-modal-footer{background:#f8fafc;border-top:1px solid #e6ebf1;justify-content:flex-end;gap:10px;padding:18px 24px;display:flex}.pc-grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (width<=860px){.pc-layout{min-height:100dvh;display:block}.pc-sidebar{z-index:50;border-top:1px solid #ffffff14;border-right:0;flex-direction:row;width:100%;height:64px;min-height:auto;position:fixed;inset:auto 0 0;transform:none}.pc-sidebar-logo{display:none}.pc-nav{flex:1;justify-content:space-around;align-items:center;padding:8px;display:flex}.pc-nav-item{border-radius:14px;flex-direction:column;justify-content:center;gap:4px;width:auto;min-width:88px;height:48px;margin:0;padding:0 10px;font-size:11px}.pc-nav-item svg{width:18px;height:18px}.pc-nav-item.active{box-shadow:none;background:#378add38}.pc-sidebar-footer{border-top:0;padding:8px}.pc-sidebar-footer .pc-nav-item{min-width:58px}.pc-sidebar-footer .pc-nav-item span{display:none}.pc-main{width:100%;margin-left:0;padding-bottom:78px}.pc-topbar{height:64px;padding:0 18px}.pc-page{padding:22px 16px}.pc-section-title{display:block}.pc-section-title .pc-btn,.pc-section-title button{width:100%;margin-top:14px}.pc-grid-stats{grid-template-columns:1fr 1fr;gap:12px}.pc-grid-2{grid-template-columns:1fr}.pc-table{min-width:720px}.pc-card{overflow-x:auto}.pc-modal{border-radius:18px;max-height:94dvh}.pc-modal-footer{flex-direction:column-reverse}.pc-modal-footer .pc-btn{width:100%}}@media (width<=460px){.pc-grid-stats{grid-template-columns:1fr}.pc-topbar strong{font-size:15px}}@media (width>=769px){.pc-layout{height:100vh;overflow:hidden}.pc-main{height:100vh;overflow:hidden auto}.pc-page{min-height:calc(100vh - 72px)}}.pc-student-dashboard{max-width:1280px;margin:0 auto}.pc-student-hero{color:#fff;background:radial-gradient(circle at 100% 0,#ffffff2e,#0000 260px),linear-gradient(135deg,#0b1424 0%,#185fa5 100%);border-radius:24px;justify-content:space-between;align-items:center;gap:24px;padding:28px;display:flex;box-shadow:0 24px 60px #185fa52e}.pc-student-hero h1{margin:12px 0 6px;font-size:30px;line-height:1.1}.pc-student-hero p{color:#ffffffc7;max-width:560px;margin:0;line-height:1.5}.pc-student-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#bfdbfe;align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.pc-student-avatar{background:#ffffff24;border:3px solid #ffffff42;border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;font-size:30px;font-weight:900;display:flex;overflow:hidden}.pc-student-avatar img{object-fit:cover;width:100%;height:100%}.pc-student-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.pc-student-metric{background:#fff;border:1px solid #e6ebf1;border-radius:20px;flex-direction:column;align-items:flex-start;min-height:142px;padding:18px;display:flex;box-shadow:0 18px 45px #0f172a0a}.pc-student-metric-icon,.pc-student-action-icon{justify-content:center;align-items:center;display:flex}.pc-student-metric-icon{border-radius:13px;width:40px;height:40px;margin-bottom:14px}.pc-student-metric span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:800}.pc-student-metric strong{color:#0f172a;margin-top:5px;font-size:21px}.pc-student-metric small{color:#64748b;margin-top:5px}.pc-student-blue{color:#185fa5;background:#e6f1fb}.pc-student-green{color:#27500a;background:#eaf3de}.pc-student-purple{color:#4c1d95;background:#efeafe}.pc-student-amber{color:#854d0e;background:#fef3c7}.pc-student-section{margin-top:28px}.pc-student-section-heading h2{color:#0f172a;margin:0;font-size:20px}.pc-student-section-heading p{color:#64748b;margin:5px 0 16px;font-size:13px}.pc-student-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.pc-student-action{background:#fff;border:1px solid #e6ebf1;border-radius:20px;grid-template-columns:46px 1fr auto;align-items:center;gap:14px;padding:18px;display:grid}.pc-student-action-icon{border-radius:15px;width:46px;height:46px}.pc-student-action h3{color:#0f172a;margin:0 0 4px;font-size:15px}.pc-student-action p{color:#64748b;margin:0;font-size:12px;line-height:1.45}.pc-student-action>span{color:#64748b;white-space:nowrap;background:#f1f5f9;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800}@media (width<=860px){.pc-student-hero{border-radius:20px;padding:22px}.pc-student-hero h1{font-size:25px}.pc-student-avatar{border-radius:20px;width:62px;height:62px}.pc-student-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.pc-student-actions{grid-template-columns:1fr}}@media (width<=480px){.pc-student-hero{align-items:flex-start}.pc-student-avatar{border-radius:17px;width:52px;height:52px;font-size:22px}.pc-student-hero p{font-size:13px}.pc-student-metrics{gap:10px}.pc-student-metric{min-height:132px;padding:15px}.pc-student-metric strong{font-size:18px}.pc-student-action{grid-template-columns:42px 1fr}.pc-student-action>span{grid-column:2;justify-self:start}}.login-brand-card{text-align:center;color:#fff}.login-logo{background:#378add;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 18px;display:flex}.login-brand-card h1{margin:0;font-size:24px;font-weight:700}.login-brand-card p{color:#94a3b8;margin:10px 0 34px;font-size:14px}.login-feature-list{text-align:left;flex-direction:column;gap:18px;display:flex}.login-feature{color:#94a3b8;align-items:center;gap:12px;font-size:14px;display:flex}.login-feature span{color:#378add;background:#378add21;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.login-feature strong{font-weight:500}.login-form{width:100%;max-width:360px}.login-form-header{margin-bottom:24px}.login-form-header h2{color:#111827;margin:0 0 6px;font-size:24px}.login-form-header p{color:#4b5563;margin:0;font-size:14px}.login-type-switch{border:1px solid #c7cdd5;border-radius:9px;grid-template-columns:repeat(3,1fr);margin-bottom:20px;display:grid;overflow:hidden}.login-type-switch button{color:#374151;cursor:pointer;background:#fff;border:0;height:36px;font-size:13px;font-weight:500}.login-type-switch button.active{color:#fff;background:#0c1525}.login-field{margin-bottom:14px}.login-field label{color:#374151;margin-bottom:6px;font-size:13px;font-weight:500;display:block}.login-field input{color:#111827;box-sizing:border-box;border:1px solid #c7cdd5;border-radius:9px;outline:none;width:100%;height:42px;padding:0 12px;font-size:14px}.login-field input:focus{border-color:#378add;box-shadow:0 0 0 3px #378add21}.password-input{position:relative}.password-input input{padding-right:44px}.password-input button{color:#4b5563;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.login-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;margin-bottom:14px;padding:10px 12px;font-size:13px}.login-submit{color:#fff;cursor:pointer;background:#0c1525;border:0;border-radius:9px;width:100%;height:42px;margin-top:4px;font-size:14px;font-weight:700}.login-submit:disabled{opacity:.7;cursor:not-allowed}.login-register{text-align:center;color:#4b5563;font-size:13px}.login-register button{color:#378add;cursor:pointer;background:0 0;border:0;font-weight:600}.login-form{margin:0 auto}@media (width<=768px){.login-form{max-width:100%}.login-form-header h2{font-size:22px}.login-type-switch{height:42px}.login-field input,.login-submit{height:46px;font-size:15px}.login-register{font-size:14px}}
