@import"https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";section{display:flex;justify-content:flex-start;align-items:center;width:100%;flex-direction:column;gap:24px;min-width:174px;max-width:374px;text-align:left}section .connect-card{display:flex;justify-content:center;align-items:center;flex-direction:column;min-width:174px;max-width:374px;width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:24px;gap:24px;background:#fff;color:#020817;transition:ease .3s}.dark section .connect-card{border:1px solid #1e293b;background:#020817;color:#f8fafc;transition:ease .3s}section .connect-card-header{display:flex;flex-direction:column;gap:6px;height:50px;width:100%}section .connect-card-header h2{text-align:left;width:100%;height:24px;font-family:Encode Sans Semi Condensed,sans-serif;line-height:100%;margin:0;padding:0;color:#020817}.dark section .connect-card-header h2{color:#f8fafc}section .connect-card-header p{font-family:Encode Sans Semi Condensed,sans-serif;font-weight:400;line-height:20px;font-size:14px;margin:0;padding:0;color:#64748b}.dark section .connect-card-header p{color:#94a3b8}section .connect-card form{width:100%;display:flex;flex-direction:column;gap:8px}section .connect-card form div{width:100%;display:flex;flex-direction:column;gap:8px}section .connect-card form div label{height:14px;font-size:14px;font-family:Encode Sans Semi Condensed,sans-serif;font-weight:500;color:#020817}.dark section .connect-card form div label{color:#f8fafc}section .connect-card form button{margin-top:16px}section .login-content-or{display:flex;justify-content:center;gap:3px;width:100%;flex-direction:row;align-items:center}section .login-content-or span{flex:1;height:1px;background:#e2e8f0}.dark section .login-content-or span{background:#1e293b}section .login-content-or p{width:-moz-fit-content;width:fit-content;font-size:14px;color:#64748b;white-space:nowrap;margin:0;padding:0 8px}.dark section .login-content-or p{color:#94a3b8}h2{margin:0}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form label{display:flex;align-items:center;gap:.5rem;font-size:16px}.form select{width:100%;height:40px;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-weight:400;font-family:Encode Sans Semi Condensed,sans-serif;font-size:14px;background:#fff;color:#020817;outline:none;transition:ease .3s}.form select:focus{border:1px solid #2563eb;box-shadow:0 0 0 2px #2563eb}.dark .form select{background:#020817;color:#f8fafc;border:1px solid #1e293b}.dark .form select:focus{border:1px solid #1d4ed8;box-shadow:0 0 0 2px #1d4ed8}
