html,
body {
  height: 100%;
  width:100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;

  background-color: #f5f5f5;
  background: url(/img/hero-bg.jpg) top center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.vertical-center {
  width:100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left:0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#app{

	width: 100%;
  height:100%;

}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  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 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;
}

.frontendnav{
  background-color:#2e2e2e !important;
}
.card{
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
  margin-bottom:10px;
}
.whiteBack{
    background-color:#ffffff;
    padding:40px;
}
.card-body{
  padding: 3.0rem;
}
.js-cookie-consent{
  position:absolute;
  top:0px;
  left:0px;
  min-width:100%;
}



@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {
    .card-body{
      padding: 0.85rem;
    }
}
