html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}


@font-face {
  font-family: 'Gotham Medium';
  src: url('/public/assets/fonts/Gotham_Medium.otf') format('woff');
  font-weight: normal;
  font-style: normal;
}