.login {
  background-color: #1f6fad;
}

body,
h3,
.alert,
a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #1f6fad;
}

.form-control {
  border-color: #d1d6d9;
}

.btn {
  -webkit-box-shadow: inset 0 -2px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 -2px 0 rgb(0 0 0 / 15%);
}

.btn-info {
  background: #1f6fad !important;
  border-color: #1f6fad !important;
}

.btn-info:focus,
.btn-info:hover {
  background: #237fc5 !important;
  border-color: #237fc5 !important;
}

.btn-light {
  border-color: rgb(0 0 0 / 15%);
}