#withdrawal-password-reminder-overlay{position:fixed;top:0;left:0;display:none;min-width:100%;min-height:100%;background:rgba(12,12,12,.65);z-index:3000}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:20%;max-height:400px;background:#fff;border-radius:16px}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-head{padding-top:32px}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-icon{width:52px;height:52px;margin:0 auto 6px;border-radius:50%;background:linear-gradient(135deg,#ffb648,#ff8a3c);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 6px 14px rgba(255,138,60,.35);box-shadow:0 6px 14px rgba(255,138,60,.35)}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-icon svg{width:28px;height:28px}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-body{padding:6px 22px 22px;text-align:center;font-size:14px;line-height:1.7;color:#666}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-btns{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #eee}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-btns button{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;padding:15px 0;font-size:16px;cursor:pointer;font-family:inherit;background:0 0}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-btns .btn-cancel{color:#999;border-right:1px solid #eee}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-btns .btn-go{color:#3d7eff;font-weight:600}