.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)}}.auth-form{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.auth-form__error{color:#dc2626;font-size:.875rem;text-align:center}.auth-form__global-error{text-align:center}.auth-form__button{width:100%}.auth-form__input-group{display:flex;flex-direction:column;gap:1rem}.auth-form .editing-plan-step__field{gap:12px}.auth-form .editing-plan-step__field-header{margin-bottom:0}.auth-form--confirmation{text-align:center;padding:2rem 1rem}.auth-form__success-message{display:flex;flex-direction:column;gap:1rem;align-items:center}.auth-form__success-title{color:var(--text-color);font-size:1.5rem;font-weight:600;margin:0}.auth-form__success-text{color:var(--text-color);font-size:1rem;line-height:1.5;margin:0;max-width:400px}.auth-form__resend-container{margin-top:1rem}.auth-form__resend-button{background:var(--primary-gradient);color:white;border:none;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:opacity .2s ease}.auth-form__resend-button:hover:not(:disabled){opacity:.9}.auth-form__resend-button:disabled{opacity:.6;cursor:not-allowed}.auth-form__editor-contract-hint{margin-top:.75rem;text-align:center;font-size:.875rem;color:var(--text-color)}