html.page-my-profile{--login-blue:#0f62fe;--login-blue-hover:#0353e9;--login-font:var(--font-ibm-sans,"IBM Plex Sans", "Helvetica Neue", Arial, sans-serif);height:100%;overflow:hidden}html.page-my-profile body{height:100%;font-family:var(--login-font);color:#161616;background:#fff;overflow:hidden}.page-my-profile .mp-wrap *,.page-my-profile .mp-outer{box-sizing:border-box}.page-my-profile .mp-outer{flex-direction:column;height:100vh;max-height:100vh;padding-top:48px;display:flex;overflow:hidden}.page-my-profile .mp-wrap{flex:auto;width:100%;min-height:0;display:flex;overflow:hidden}.page-my-profile .mp-left{z-index:2;background:#fff;flex-direction:column;flex:none;width:480px;max-width:100%;min-height:0;padding:0;display:flex;position:relative;overflow:hidden auto}.page-my-profile .mp-form-wrap{flex:1;padding:56px 48px}.page-my-profile .mp-heading{font-size:calc(var(--fs-title) * (28px));color:#161616;margin-bottom:6px;font-weight:300;line-height:1.2}.page-my-profile .mp-create{font-size:calc(var(--fs-content) * (14px));color:#525252;margin-bottom:40px}.page-my-profile .mp-create a{color:var(--login-blue);text-decoration:none}.page-my-profile .mp-create a:hover{text-decoration:underline}.page-my-profile .mp-field-group{margin-bottom:24px}.page-my-profile .mp-field-label{font-size:calc(var(--fs-content) * (12px));color:#525252;letter-spacing:.16px;margin-bottom:8px;font-weight:400;display:block}.page-my-profile .mp-field{width:100%;height:40px;font-size:calc(var(--fs-content) * (14px));font-family:var(--login-font);color:#161616;background:#f4f4f4;border:none;border-bottom:1px solid #8d8d8d;outline:none;padding:0 40px 0 16px;transition:border-bottom-color .15s}.page-my-profile .mp-field:focus{border-bottom-color:var(--login-blue);background:#fff;border-bottom-width:2px}.page-my-profile .mp-field::placeholder{color:#a8a8a8}.page-my-profile .mp-field-wrap{position:relative}.page-my-profile .mp-field-icon{color:#525252;cursor:pointer;background:0 0;border:none;padding:0;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.page-my-profile .mp-field-icon svg{width:16px;height:16px;display:block}.page-my-profile .mp-submit{background:var(--login-blue);color:#fff;width:100%;height:48px;font-size:calc(var(--fs-content) * (14px));font-family:var(--login-font);cursor:pointer;letter-spacing:.16px;border:none;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 16px;font-weight:400;transition:background .15s;display:flex}.page-my-profile .mp-submit:hover:not(:disabled){background:var(--login-blue-hover)}.page-my-profile .mp-submit svg{width:20px;height:20px}.page-my-profile .mp-submit:disabled{cursor:not-allowed;background:#525252}.page-my-profile .mp-remember{align-items:center;gap:10px;margin-bottom:32px;display:flex}.page-my-profile .mp-checkbox{cursor:pointer;appearance:none;background:#f4f4f4;border:1px solid #8d8d8d;flex-shrink:0;width:16px;height:16px;position:relative}.page-my-profile .mp-checkbox:checked{background:var(--login-blue);border-color:var(--login-blue)}.page-my-profile .mp-checkbox:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.page-my-profile .mp-remember-text{font-size:calc(var(--fs-content) * (14px));color:#161616}.page-my-profile .mp-remember-info{width:16px;height:16px;font-size:calc(var(--fs-content) * (10px));color:#525252;cursor:help;border:1px solid #8d8d8d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-my-profile .mp-divider{background:#e0e0e0;height:1px;margin-bottom:24px}.page-my-profile .mp-alt{margin-bottom:32px}.page-my-profile .mp-alt-label{font-size:calc(var(--fs-content) * (12px));color:#525252;margin-bottom:12px}.page-my-profile .mp-google-btn{color:#161616;width:100%;height:40px;font-size:calc(var(--fs-content) * (14px));font-family:var(--login-font);cursor:pointer;background:#fff;border:1px solid #e0e0e0;align-items:center;gap:12px;padding:0 16px;transition:background .15s;display:flex}.page-my-profile .mp-google-btn:hover{background:#f4f4f4}.page-my-profile .mp-forgot{font-size:calc(var(--fs-content) * (14px));color:#525252;margin-bottom:40px}.page-my-profile .mp-forgot a{color:var(--login-blue);text-decoration:none}.page-my-profile .mp-forgot a:hover{text-decoration:underline}.page-my-profile .mp-right{background:#fafafa;flex:1 1 0;min-width:0;min-height:0;position:relative;overflow:hidden}.page-my-profile .mp-canvas{vertical-align:top;width:100%;height:100%;display:block;position:absolute;inset:0}.page-my-profile .mp-footer{border-top:1px solid #e0e0e0;flex-wrap:wrap;align-items:center;gap:24px;padding:20px 48px;display:flex}.page-my-profile .mp-footer-link{font-size:calc(var(--fs-content) * (12px));color:#525252;text-decoration:none}.page-my-profile .mp-footer-link:hover{color:#161616;text-decoration:underline}.page-my-profile .mp-footer-powered{font-size:calc(var(--fs-content) * (12px));color:#8d8d8d;white-space:nowrap;margin-left:auto}.page-my-profile .mp-error{font-size:calc(var(--fs-content) * (14px));color:#da1e28;background:#fff1f1;border-left:3px solid #da1e28;margin-bottom:16px;padding:12px 16px;display:none}.page-my-profile .mp-error.mp-show{display:block}.page-my-profile .mp-success{font-size:calc(var(--fs-content) * (14px));color:#198038;background:#defbe6;border-left:3px solid #198038;margin-bottom:16px;padding:12px 16px;display:none}.page-my-profile .mp-success.mp-show{display:block}.page-my-profile .mp-brand-bar{z-index:100;background:#161616;align-items:center;gap:0;height:48px;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.page-my-profile .mp-brand-logo{color:#fff;align-items:center;gap:12px;display:flex}.page-my-profile .mp-brand-sep{background:#525252;width:1px;height:20px;margin:0 16px}.page-my-profile .mp-brand-product{font-size:calc(var(--fs-content) * (14px));color:#c6c6c6;font-weight:300}.page-my-profile .mp-brand-right{align-items:center;gap:4px;margin-left:auto;display:flex}.page-my-profile .mp-brand-link{font-size:calc(var(--fs-content) * (14px));color:#c6c6c6;cursor:pointer;height:48px;font-family:var(--login-font);background:0 0;border:none;align-items:center;padding:0 12px;text-decoration:none;display:inline-flex}.page-my-profile .mp-brand-link:hover{color:#fff;background:#393939}@media (max-width:900px){.page-my-profile .mp-outer{height:auto;min-height:100vh;max-height:none;overflow-y:auto}.page-my-profile .mp-wrap{flex-direction:column;flex:auto;min-height:0;overflow-y:visible}.page-my-profile .mp-left{flex:none;width:100%}.page-my-profile .mp-right{flex:none;width:100%;min-height:min(42vh,360px)}.page-my-profile,.page-my-profile body{height:auto;min-height:100%;overflow:auto}}
