/* Login layout follows the proportions and restrained form language of the reference site. */
:root{--blue:#165dff;--blue-hover:#0f4bcc}
.ea-page{height:100vh;min-height:620px;overflow:hidden;background:#fff}
.ea-brand{width:520px;min-width:30%;max-width:35%;padding:20px 40px;background:linear-gradient(145deg,#092f83,#0d55cf 62%,#2877f6)}
.ea-brand-head{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between}
.ea-mobile-home{display:none;color:#667085}
.ea-brand-copy{margin-top:12vh}.ea-brand-copy h1{font-size:28px}.ea-brand-copy p{color:rgba(255,255,255,.72)}
.ea-illustration{transform:scale(1.05);margin-top:42px}
.ea-brand-footer{margin-top:auto}
.ea-panel{position:relative;flex:1;display:flex;align-items:center;justify-content:center;height:100vh;padding:40px;background:#f4f7fb;background-image:radial-gradient(circle at 75% 20%,rgba(22,93,255,.08),transparent 30%)}
.ea-panel>header{display:none}
.ea-form-wrap{position:relative;width:476px;max-height:calc(100vh - 100px);overflow:auto;padding:28px 40px 40px;background:#fff;border-radius:15px 0 15px 0;box-shadow:0 6px 32px rgba(15,32,71,.08)}
.ea-register-link{position:absolute;right:40px;top:35px;color:#505363;z-index:2}.ea-register-link a{margin-left:5px}
.ea-card{width:100%}.ea-card-head{padding:0 0 12px;margin:0 0 26px;border-bottom:3px solid #f6f6f6}.ea-card-head:after{content:"";display:block;position:relative;top:15px;width:76px;height:3px;background:var(--blue)}
.ea-kicker{display:none}.ea-card-head h1{margin:0;font-size:20px;font-weight:800;color:var(--blue);line-height:30px}.ea-card-head p{display:none}
.ea-form{gap:18px}.ea-field label{font-weight:400;color:#505363}.ea-input{height:42px;border-color:#d4d9e2;border-radius:0;background:#fff}.ea-input:focus{border-color:var(--blue);box-shadow:0 0 0 2px rgba(22,93,255,.1)}
.ea-input-wrap>svg{display:none}.ea-input:not(.no-icon){padding-left:11px}.ea-eye{right:10px}
.ea-row{margin-top:-2px}.ea-check{font-weight:400}.ea-check input{border-radius:0}
.ea-submit{height:48px;border-radius:0;background:var(--blue);font-size:15px;font-weight:500}.ea-submit:hover{background:var(--blue-hover)}
.ea-captcha img{height:42px;border-radius:0;border-color:#d4d9e2}
.ea-panel>footer{position:absolute;left:40px;right:auto;bottom:10px;display:flex;gap:8px;color:#999;font-size:13px}.ea-panel>footer a{color:#999}.ea-panel>footer a:hover{color:#666}
@media(max-width:768px){.ea-page{display:block;height:auto;min-height:100vh;overflow:auto}.ea-brand{position:fixed;left:0;top:0;z-index:20;width:100%;min-width:100%;max-width:none;height:60px;padding:0 20px;background:#fff;border-bottom:1px solid #e8ecf2}.ea-brand-head{height:60px}.ea-logo{color:#1d2939}.ea-logo i{background:var(--blue)}.ea-logo img{max-height:32px}.ea-mobile-home{display:block}.ea-brand-copy,.ea-illustration,.ea-brand-footer{display:none}.ea-panel{height:auto;min-height:100vh;padding:60px 0 40px;background:#fff;align-items:flex-start}.ea-form-wrap{width:100%;max-height:none;overflow:visible;padding:38px 22px 78px;border-radius:0;box-shadow:none}.ea-register-link{top:45px;right:22px}.ea-card-head{margin-bottom:28px}.ea-panel>footer{position:fixed;z-index:15;left:0;right:0;bottom:0;height:40px;padding:0 20px;align-items:center;background:#f0f0f0}.ea-panel>footer a,.ea-panel>footer span{display:none}.ea-panel>footer span:first-of-type{display:block}}
