.auth__form{align-items:center;display:flex;width:45rem;margin:0 auto;flex-direction:column}@media screen and (max-width:450px){.auth__form{width:30rem}}.auth__form form{background:rgba(245,255,255,.749);padding:1.6rem;margin-top:4.4rem;width:100%}.auth__form h3{text-align:center;font-size:42px;font-weight:500;line-height:63px;color:var(--primaryColor)}.auth__form .form__left{display:flex;flex-direction:column}.auth__form .form__left .label__input{display:flex;gap:1rem;align-items:center;margin-bottom:2.4rem;width:100%}@media screen and (max-width:600px){.auth__form .form__left .label__input{flex-direction:column;align-items:start}}.auth__form .form__left .label__input label{font-size:16px;font-weight:400;line-height:24px;color:#000;width:100%}.auth__form .form__left .label__input label .eye-toggle{top:2.4rem}.auth__form .form__left .label__input input{border:1px solid rgba(30,30,30,.8);height:4.4rem;border-radius:.8rem;outline:none;padding-left:1.6rem;background:transparent;font-size:16px;width:100%}.auth__form .form__left .submit__btn{margin-top:1.6rem}@media screen and (max-width:600px){.auth__form .form__left .submit__btn{margin-left:unset}}.auth__form .form__left .submit__btn button{padding:1rem 3.2rem}.auth__form .form__left .forgot{margin-top:1.6rem}@media screen and (max-width:600px){.auth__form .form__left .forgot{margin-left:unset}}.auth__form .form__left .forgot a{font-size:16px;font-weight:400;line-height:24px;color:#000;cursor:pointer;text-decoration:none}