/* Auth card look & feel */
.auth-card {
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0,0,0,.04);
}
.auth-form .form-control {
  padding-top: .7rem; padding-bottom: .7rem;
}
.auth-form .input-group-text {
  border-right: 0;
}
.auth-form .form-control {
  border-left: 0;
}
.auth-form .input-group .form-control:focus {
  box-shadow: none;
}
