:root {
  --bs-primary-rgb: 0, 54, 113;
  --bs-blue: #003671;
  --bs-primary: #003671;
}

@font-face {
  font-family: 'Panton';
  src: url('/static/Panton.otf');
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Panton';
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('/static/images/Design sem nome.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

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

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
