/*
@font-face {
  font-family: 'BankSansEFCY';
  src: url('/static/fonts/bank-sans-ef-cy.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'BankSansEFCY';
}
*/

html,
body {
  height: 100%;
  background-color: #1B43A1;
  font-family: 
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
  background-color: #F8F8F8;
  border-radius: 10px;
}

.btn-primary {
  color: white;
  background-color: #1B43A1;
  border: none;
}

.mb-5 {
  text-align: center;
}

p {
  text-align: center;
}