@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
body {
  font-family: 'Roboto', sans-serif !important;
}

*,
.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #297bb1;
}
.border-primary {
  border-color: #03a9f4 !important;
}

.btn-outline-primary {
  --bs-btn-color: #03a9f4;
  --bs-btn-border-color: #03a9f4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #03a9f4;
  --bs-btn-hover-border-color: #03a9f4;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #03a9f4;
  --bs-btn-active-border-color: #03a9f4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #03a9f4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #03a9f4;
  --bs-gradient: none;
}

.mw600 {
  max-width: 600px;
}

.form-signin {
  max-width: 600px;
  padding: 15px;
}

.form-control {
  color: #297bb1;
}
