.modal{display:flex;justify-content:right}.container{background:#fff;box-shadow:0 4px 10px 0 rgba(0,0,0,.1);max-width:30rem;width:100%;border-radius:1rem}@media screen and (max-width:900px){.container{box-shadow:none}}.container .top{border-bottom:1px solid var(--Light-Grey-Background,#f4f6f8);background:var(--Light-Grey-Background,#f4f6f8);padding:1.2rem 0;border-top-left-radius:1rem;border-top-right-radius:1rem}.container .top p{color:rgba(0,0,0,.5);font-size:.9rem;font-style:normal;font-weight:700;line-height:1.2rem;text-align:center}.container .top p .red{background:linear-gradient(96deg,#d72483 1.63%,#fb5012 98.88%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.container .top_under{padding:2rem 0}.container .top_under p{color:rgba(0,0,0,.5);font-size:.9rem;font-style:normal;font-weight:700;line-height:1.2rem;text-align:center}.container .top_under p .red{background:linear-gradient(96deg,#d72483 1.63%,#fb5012 98.88%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.container .inner{padding:2rem}@media screen and (max-width:900px){.container .inner{padding:1rem}}.container .inner .logoAndText{display:flex;flex-direction:column;align-items:center;justify-content:center}.container .inner .logoAndText .head{color:var(--Black,#000);font-family:Satoshi;font-size:1.2rem;font-style:normal;font-weight:700;line-height:1.5rem;letter-spacing:-.4px;padding-top:1.5rem}.container .inner .logoAndText .headParagraph{color:rgba(0,0,0,.5);font-size:.9rem;font-style:normal;font-weight:500;line-height:1.2rem;padding-top:.2rem}.container .inner .forms{padding-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.container .inner .forgotDiv{color:#000;text-align:center;font-feature-settings:"ss03" on,"clig" off,"liga" off;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline;display:flex;justify-content:space-between;padding-top:.5rem;position:absolute;right:0}@keyframes move{0%{transform:translate(0)}50%{transform:translate(10px,10px)}to{transform:translate(0)}}.animateSvg{animation:move 3s ease-in-out 1s infinite alternate}