/* JMaps — Auth page styles */

.auth-page {
  background-color: #f0f4f8;
}

.auth-card {
  max-width: 420px;
}

.auth-card .form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.auth-card .btn-primary {
  font-weight: 600;
}

.btn-google {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-google svg {
  flex-shrink: 0;
}
