body {
  background: url(../images/ohepa_a2a_mmniemi-2588-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  background-color: #f5f5f5;
}
body.flexed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.logo {
  display: inline-block;
  line-height: 1;
  /*
    vertical-align: middle;
    background: url(../images/logo-puolustusvoimat-big.png);
    background-repeat: no-repeat;
    background-size: cover;
    &.default-logo {
        max-width: 293px;
        min-width: 293px;
        width: 293px;
        max-height: 63px;
        min-height: 63px;
        height: 63px;
    }
    &.fi { background-image: url(../images/pv-logo-fi-front.svg),none; }
    &.sv { background-image: url(../images/pv-logo-sv-front.svg),none; }
    &.en {
        background-image: url(../images/pv-logo-en-front.svg),none;
        max-width: 410px;
        min-width: 410px;
        width: 410px;
    }
    */
}
.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: 0 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-group-label input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin .form-group-label input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
