main{height:calc(100vh - 64px);width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}#forgot_pass_card .logo{height:56px;width:56px;border-radius:50%;padding:6px;box-shadow:var(--shadow-md);position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:#fff}.card{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:content-box;padding:24px;min-width:320px;min-height:320px}.forgot-password-form{width:100%;max-width:480px}.forgot-password-form button{margin-top:0}@media(max-width:1023px){.card{height:calc(100vh - 64px - 48px);width:100%}#forgot_pass_card .logo{display:none}.forgot-password-form{width:100%;max-width:320px}}
