body,
html {
  height: 100%;
}

body {
  background-image: url("../img/login-page-bg/1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login-layer {
  position: absolute;
  top: calc(50% - 125px);
  width: 100%;
}
.login-layer .panel-default {
  opacity: 0.95;
  margin-top: 0px;
}
.login-layer .form-group.last {
  margin-bottom: 0px;
}
.login-layer .panel-body {
  background-color: white;
}
.login-layer .alert {
  margin: 15px 15px 0 15px;
}

.panel-lang-switch {
  text-align: right;
  float: right;
  outline: none;
}
