.email-password-dropdown{width:100%}.email-password-dropdown__button{width:100%;font-size:14px;font-weight:500;height:48px}.email-password-dropdown__content-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:10px}.email-password-dropdown__arrow{display:flex;align-items:center;justify-content:center;transition:transform .3s ease;transform:rotate(90deg)}.email-password-dropdown__arrow--open{transform:rotate(270deg)}.email-password-dropdown__content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0}.email-password-dropdown__content--open{max-height:500px}.email-password-dropdown__content--open .auth-form{animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}