body {
  padding-top: 0;
  /* padding-bottom: 40px; */
}

.logo-wrap {
  padding: 40px 0;
  display: block;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  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;
}

fieldset.additional-info {
  display: none;
}

body, html {
  height: 100%;
}

body > div {
  width: 100%;
  height: 100%;

  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:flex-start;
  align-items:stretch;
}

.col-md-6 {
  position: relative;
}

@media only screen and (max-width: 40em) {
  .col-sm-12 p[align=right] {
    text-align: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 64em) {
  .hidesmall {
    display: none;
  }

  .col-sm-12 {
    width: 100%;
  }
}

footer {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  left: 4rem;
}