html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f7fc !important;
}
#top-pattern {
  margin-top: -8px;
  height: 8px;
  background: url("https://go.tobiasmedia.nl//img/top-pattern2.gif") repeat-x 0
    0;
  background-size: auto;
  background-size: auto 8px;
}

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

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

.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;
}
.btn-primary {
  color: #fff;
  background-color: rgb(0, 100, 136);
  border-color: rgb(255, 255, 255);
}
.btn-primary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(4, 135, 182);
  border-color: rgb(255, 255, 255);
}
.image-tobias {
  border: #da0000 5em !important;
}
