.w3-2-register{display:flex;font-family:var(--font-family-primary, inherit)}.w3-2-register__form-area{flex:1;background:#fafafa;display:flex;align-items:center;justify-content:center;padding:60px 40px;order:1}.w3-2-register__form-inner{width:100%;max-width:560px}.w3-2-register__form-head{margin-bottom:40px}.w3-2-register__form-head-accent{width:40px;height:4px;background:var(--color-primary);border-radius:2px;margin-bottom:20px}.w3-2-register__form-head h1{font-size:2.25rem;font-weight:900;color:var(--color-secondary);margin:0 0 8px;font-family:var(--font-family-primary, inherit)}.w3-2-register__form-head p{font-size:1rem;color:#888;margin:0}.w3-2-register__error{display:flex;align-items:flex-start;gap:12px;background:#fff5f5;border-left:4px solid #e53e3e;border-radius:8px;padding:14px 18px;font-size:.875rem;color:#c53030;margin-bottom:28px}.w3-2-register__error i{margin-top:2px;font-size:1rem}.w3-2-register__error ul{list-style:disc;padding-left:16px;margin:6px 0 0}.w3-2-register__form{display:flex;flex-direction:column;gap:0}.w3-2-register__row{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.w3-2-register__fl-group{position:relative;margin-bottom:28px}.w3-2-register__fl-input{width:100%;border:none;border-bottom:2px solid #ddd;background:transparent;padding:16px 40px 8px 0;font-size:1rem;color:#222;outline:none;transition:border-color .3s;font-family:var(--font-family-primary, inherit)}.w3-2-register__fl-input:not(:-moz-placeholder){border-color:var(--color-primary)}.w3-2-register__fl-input:focus,.w3-2-register__fl-input:not(:placeholder-shown){border-color:var(--color-primary)}.w3-2-register__fl-input:not(:-moz-placeholder)~.w3-2-register__fl-label{top:0;font-size:.75rem;color:var(--color-primary)}.w3-2-register__fl-input:focus~.w3-2-register__fl-label,.w3-2-register__fl-input:not(:placeholder-shown)~.w3-2-register__fl-label{top:0;font-size:.75rem;color:var(--color-primary)}.w3-2-register__fl-label{position:absolute;left:0;top:16px;font-size:.9375rem;color:#aaa;pointer-events:none;transition:top .25s,font-size .25s,color .25s;font-weight:500}.w3-2-register__fl-label i{margin-right:6px}.w3-2-register__optional{font-weight:400;color:#bbb;font-size:.8125rem;font-style:normal;margin-left:4px}.w3-2-register__fl-bar{position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-primary);transition:width .3s}.w3-2-register__fl-input:focus~.w3-2-register__fl-bar{width:100%}.w3-2-register__eye{position:absolute;right:0;top:0;bottom:0;width:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#aaa;font-size:1rem;transition:color .3s;padding:0}.w3-2-register__eye:hover{color:var(--color-primary)}.w3-2-register__eye:focus{outline:none}.w3-2-register__btn{width:100%;padding:0 0 0 28px;background:var(--color-secondary);color:#fff;border:none;border-radius:14px;font-size:1.0625rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:space-between;height:58px;margin-bottom:28px;transition:background .3s,transform .2s;margin-top:8px;font-family:var(--font-family-primary, inherit)}.w3-2-register__btn span{flex:1;text-align:left}.w3-2-register__btn:hover{background:var(--color-primary);transform:translateY(-2px)}.w3-2-register__btn-icon{width:58px;height:58px;background:#00000026;border-radius:0 14px 14px 0;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}.w3-2-register__link{text-align:center;font-size:.9375rem;color:#888;margin:0}.w3-2-register__link a{color:var(--color-primary);font-weight:700;text-decoration:none;margin-left:4px}.w3-2-register__link a:hover{text-decoration:underline}.w3-2-register__deco{flex:0 0 40%;background:var(--color-primary);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;order:2}.w3-2-register__deco:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:#ffffff0f;top:-150px;left:-150px}.w3-2-register__deco:after{content:"";position:absolute;width:350px;height:350px;border-radius:50%;background:#ffffff0f;bottom:-100px;right:-80px}.w3-2-register__deco-inner{position:relative;z-index:1;padding:60px 52px;display:flex;flex-direction:column;gap:28px;color:#fff}.w3-2-register__deco-line{width:56px;height:4px;background:#ffffff80;border-radius:2px}.w3-2-register__deco-title{font-size:3rem;font-weight:900;color:#fff;margin:0;line-height:1.05;font-family:var(--font-family-primary, inherit)}.w3-2-register__deco-sub{font-size:1rem;color:#ffffffb3;line-height:1.7;margin:0}.w3-2-register__stats{display:flex;gap:0;border:1px solid rgba(255,255,255,.2);border-radius:16px;overflow:hidden}.w3-2-register__stat{flex:1;padding:20px 12px;text-align:center;border-right:1px solid rgba(255,255,255,.2)}.w3-2-register__stat:last-child{border-right:none}.w3-2-register__stat strong{display:block;font-size:1.5rem;font-weight:900;color:#fff;font-family:var(--font-family-primary, inherit)}.w3-2-register__stat span{font-size:.8125rem;color:#fff9}.w3-2-register__deco-brand{font-size:.8125rem;color:#ffffff59;letter-spacing:.05em;text-transform:uppercase;margin-top:auto}@media (max-width: 991.98px){.w3-2-register{flex-direction:column}.w3-2-register__form-area{order:2;padding:50px 36px}.w3-2-register__deco{order:1;flex:none;min-height:280px}.w3-2-register__deco-title{font-size:2.25rem}.w3-2-register__deco-inner{padding:40px 36px;gap:20px}}@media (max-width: 767.98px){.w3-2-register__form-area{padding:40px 28px}.w3-2-register__form-head h1{font-size:1.875rem}.w3-2-register__row{grid-template-columns:1fr;gap:0}.w3-2-register__deco{min-height:220px}.w3-2-register__deco-inner{padding:32px 28px}.w3-2-register__deco-title{font-size:1.875rem}.w3-2-register__deco-sub{display:none}}@media (max-width: 575.98px){.w3-2-register__form-area{padding:28px 20px}.w3-2-register__form-head h1{font-size:1.625rem}.w3-2-register__deco{display:none}}
