/* Auth activation/recovery ergonomics without changing the rest of the product shell. */
.cloud-login-wall{overflow:auto;-webkit-overflow-scrolling:touch}
.cloud-login-card{max-height:calc(100dvh - 32px);overflow:auto;overscroll-behavior:contain}
.cloud-login-card .password-reset{display:block;width:100%;min-height:44px;margin-top:10px;padding:9px 12px;text-align:center;touch-action:manipulation;cursor:pointer;position:relative;z-index:1}
.cloud-login-card .password-reset:disabled{opacity:.65;cursor:wait}
.cloud-login-card .login-error.success{color:#16683b}
@media(max-width:680px){.cloud-login-wall{place-items:start center;padding:16px}.cloud-login-card{max-height:calc(100dvh - 32px);padding-bottom:max(24px,env(safe-area-inset-bottom))}}
