html, body {
  height: 100%;
}

body {
  font: normal 12px/20px 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin: 0;
  background-color: #AAAAAA;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-blend-mode: luminosity;
}

.imgbg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 0;
  background-size: cover;
}

.imgoverlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 0;
  opacity: 0.25;
  display: none;
}

#login {
  padding: 20px;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0px 4px 16px -2px rgba(0, 0, 0, 0.5);
  border: solid 1px #BCBCBC;
}

.product-description {
  font-weight: 500;
  letter-spacing: 0.35px;
  color: #888;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

#inputs .uk-form-row {
  margin: 0px;
  width: 100%;
  display: flex;
}

#inputs .uk-form-row .uk-form-controls {
  margin: 1px 0px;
}

#inputs label {
  height: 32px;
  margin: 0px;
  display: flex;
  align-items: center;
  color: #777;
  font-size: 1.2em;
  font-weight: normal;
}

#inputs input {
  margin-bottom: 5px;
  color: #555 !important;
  background-color: #EEE;
  border: 1px solid #AAA;
  box-shadow: 1px 1px 6px -2px #333;
  font-size: 1.1em;
  width: 100%;
  min-height: 28px;
}

#user {

}

#pass {

}

#inputs input:focus {
  background-color: #fff;
  outline: none;
}

#actions {
  margin: 20px 0 0 0;
}

#btlogin {
  border: 0;
  outline: 0;
  background-color: #1C75A9;
  box-shadow: 0px 4px 8px 0px #AAA;
  height: 35px;
  padding: 0;
  width: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

#btlogin:hover, #btlogin:focus  {

}

#btlogin:active  {
  box-shadow: inset 7px 7px 16px -8px #333;
  -webkit-box-shadow: inset 7px 7px 16px -8px #333;
  -moz-box-shadow: inset 7px 7px 16px -8px #333;
  top: 1px;
  left: 1px;
}

#btlogin::-moz-focus-inner {
  border: none;
}

#actions a {
  color: #3151A2;
  float: right;
  line-height: 35px;
  margin-left: 10px;
}

#back {
  display: block;
  text-align: center;
  position: relative;
  top: 60px;
  color: #999;
}

.maintenance-container {
  width: 40%;
  background: #FFF;
  left: 30%;
  min-height: 150px;
  min-width: 500px;
  top: 35%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 0px;
  letter-spacing: 0.35px;
  box-shadow: 0px 4px 16px -2px rgba(0, 0, 0, 0.4);
  background-image: -webkit-linear-gradient(top, #FFF, #EEE);
  background-image: -moz-linear-gradient(top, #FFF, #EEE);
  background-image: -ms-linear-gradient(top, #FFF, #EEE);
  background-image: -o-linear-gradient(top, #FFF, #EEE);
}

.maintenance-container:before {
  content: '';
  position: absolute;
  border: 1px solid #CCC;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  box-shadow: 0 0 0 1px #FFF;
}

.maintenance-title {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  min-height: 42px;
  font-size: 24px;
  justify-content: center;
}

.maintenance-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}

.maintenance-text {
  width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: stretch;
}

.maintenance-explanation {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.maintenance-footer {
  color: #999;
  font-size: 11px;
}

.uk-form-icon>[class*='fa-'] {
  top: 40%;
}