.forgot-password-container{width:100%;height:100vh;display:flex}.forgot-password-container__left-section{flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:50%;padding:2rem;display:flex}@media screen and (max-width:1024px){.forgot-password-container__left-section{max-width:100%}}.forgot-password-container__left-section__wrapper{min-width:250px}.forgot-password-container__left-section__wrapper__title{color:#541168;align-items:center;gap:10px;width:17rem;font-size:1rem;display:flex}.forgot-password-container__left-section__wrapper__subtitle{color:#541168;margin-bottom:2rem;font-weight:500;display:inline-block}.forgot-password-container__left-section__wrapper-input{flex-direction:column;gap:30px;display:flex}.forgot-password-container__left-section__wrapper-input .text-input-container{width:250px}.forgot-password-container__left-section__wrapper-input~button{min-width:250px}.forgot-password-container__left-section__wrapper-input__link{color:#541168;text-align:left;cursor:pointer;background:0 0;border:none;font-size:1rem;text-decoration:underline}.forgot-password-container__right-section{flex:1;justify-content:center;align-items:center;max-width:50%;display:flex;overflow:hidden}@media screen and (max-width:1024px){.forgot-password-container__right-section{display:none}}.forgot-password-container__right-section img{object-fit:cover;width:100%;height:100%}
