.sign-in-form{display:flex;justify-content:center;align-items:center;flex-direction:column}.sign-in-form .forgot-password{font-size:20px;font-weight:500;line-height:24px;text-align:center;color:var(--color-text)}.sign-in-form .forgot-password span{position:relative;display:inline-block}.sign-in-form .forgot-password span:after{content:"";position:absolute;width:100%;left:0;bottom:-3px;height:1px;background-color:#f8fafe;transition:all .3s ease}.sign-in-form .forgot-password:hover span:after{width:0}@media (max-width:768px){.sign-in-form{height:unset}.sing-in-first-container{padding-top:unset;padding-bottom:unset}.input-container input{height:38px}.error-text{font-size:10px;line-height:10px}.title-form-container{height:100%}.sign-in-bg-container{height:unset}.sign-in-form .forgot-password{font-size:18px;line-height:20px}}