.sign-in-container{height:100vh;width:100%;display:flex}.sign-in-container__left-section{flex:1 1;max-width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}@media screen and (max-width:1024px){.sign-in-container__left-section{max-width:100%}}.sign-in-container__left-section__wrapper{min-width:250px}.sign-in-container__left-section__wrapper__title{width:14rem;display:flex;align-items:center;gap:10px;color:#0853b2}.sign-in-container__left-section__wrapper__subtitle{color:#0853b2;font-weight:500;display:inline-block;margin-bottom:2rem}.sign-in-container__left-section__wrapper-input{display:flex;flex-direction:column;gap:30px}.sign-in-container__left-section__wrapper-input .text-input-container{width:250px}.sign-in-container__left-section__wrapper-input~button{min-width:250px}.sign-in-container__left-section__wrapper-input__link{color:#0853b2}.sign-in-container__right-section{flex:1 1;max-width:50%;display:flex;justify-content:center;align-items:center;overflow:hidden}@media screen and (max-width:1024px){.sign-in-container__right-section{display:none}}.sign-in-container__right-section img{width:100%;height:100%;object-fit:cover}