html,
body {
  min-height: 90vh;
}

.no-overflow{
  overflow: hidden;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgb(0,0,0);
// background: linear-gradient(90deg, rgba(0,28,130,1) 0%, rgba(12,12,31,1) 100%);
  color: #ffffff;
  text-align: center;
  justify-content: center;
}

.form-signin {
  width: 100%;
  max-width: 350px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin .form-element {
  margin: 20px 0px;
}

#cookie-alert {
  background: #898989;
  position: fixed;
  width: 100%;
  bottom: 0%;
  border-top: 1px solid #e8eaeb;
  color: #fff;
  font-size: .8rem;
  text-align: left;
  padding: 18px;
  z-index: 3999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cookie-alert a {
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
  padding-top: 4px;
  display: inline-block;
}
