input {
  border: 0px !important;
  border-radius: 0px !important;
}

button {
  border-radius: 0px !important;
}

button:hover {
  background-color: rgba(50, 113, 167, 0.9) !important;
}

.btn:hover {
  color: white !important;
}

.input-group-text, .form-control {
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-radius: 0px !important;
  border: 0px !important;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=auth-style.css.map */
