@charset "UTF-8";.input{position:relative;width:360px;height:48px;background:#242429;border:1px solid rgba(255,255,255,.05);border-radius:10px;display:flex;align-items:center;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}@media(max-width:430px){.input{width:100%}}.input__field{width:100%;height:100%;outline:none;background:transparent;box-sizing:border-box;border-radius:10px;border:0;background-clip:padding-box;font-family:Inter,system-ui,Avenir,sans-serif;font-size:16px;font-weight:500;line-height:122%;color:#fff;padding:12px;transition:color .2s ease}.input__field::-moz-placeholder{color:transparent}.input__field::placeholder{color:transparent}.input__label{position:absolute;left:6px;top:50%;transform:translateY(-50%);font-family:Inter,system-ui,Avenir,sans-serif;font-size:16px;font-weight:400;line-height:1;color:#82838b;pointer-events:none;padding:0 6px;transition:top .18s ease,transform .18s ease,font-size .18s ease,color .18s ease,letter-spacing .18s ease}.input__field:not(:-moz-placeholder)+.input__label{top:10px;transform:translateY(-50%);font-size:12px}.input__field:focus+.input__label,.input__field:not(:placeholder-shown)+.input__label{top:10px;transform:translateY(-50%);font-size:12px}.input--has-right{padding-right:44px}.input__right{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;padding:0;line-height:0;cursor:pointer;transition:color .18s ease,transform .12s ease,opacity .18s ease}.login-card__submit{transition:filter .15s ease,transform .08s ease,box-shadow .15s ease}.input--error{border-color:#e53e3e}.input--disabled{background:#1f2024}.input--disabled .input__field{color:#82838b;cursor:not-allowed}.input-error{margin:6px 0 20px;font-weight:500;font-size:11px;line-height:100%;color:#f75959}.input__field:-webkit-autofill,.input__field:-webkit-autofill:hover,.input__field:-webkit-autofill:focus,.input__field:-webkit-autofill:active{-webkit-text-fill-color:#fff;caret-color:#fff;-webkit-transition:background-color 999999s ease-in-out 0s;transition:background-color 999999s ease-in-out 0s;box-shadow:0 0 0 1000px #29292d inset}.input__field:-moz-autofill{box-shadow:0 0 0 1000px #29292d inset;-moz-text-fill-color:#fff}
