/* .form__input{
  border: 1px solid rgb(82 64 115) !important;
}

.form__input:focus {
  border-color: rgb(77 18 185 / 62%) !important;
} */

.form__input {
  border: 1px solid rgba(99, 148, 210, 0.22) !important;
  background: rgba(3, 21, 50, 0.45) !important;
  color: #dce8f5 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.form__input:focus {
  border-color: rgba(99, 148, 210, 0.65) !important;
  box-shadow: 0 0 0 3px rgba(99, 148, 210, 0.12),
              0 0 0 1px rgba(99, 148, 210, 0.25) !important;
  outline: none !important;
}