html {
  background-color: #9baac5;

}
#Wrapper {
  padding: 111px 0;
}
.panel-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  width: 759px;
  height: 551px;
  background: url(/product-orders/javax.faces.resource/panel-bg.png.xhtml?ln=images) no-repeat center top;
  background-size: 100%;
  -webkit-box-shadow: 0px 15px 35px 0px rgba(56,72,89,0.5);
  -moz-box-shadow: 0px 15px 35px 0px rgba(56,72,89,0.5);
  box-shadow: 0px 15px 35px 0px rgba(56,72,89,0.5);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 87px;
  padding: 0 44px 0 37px;
}
.header .left-logo {
  margin-top: 25px;
  width: 171px;
  height: 75px;
  background: url(/product-orders/javax.faces.resource/logoFaster.png.xhtml?ln=images) no-repeat 0 0;

  background-size: 100%;
}
.header .right-logo {
  width: 110px;
  height: 30px;
  background: url(/product-orders/javax.faces.resource/business.png.xhtml?ln=images) no-repeat 0 0;
  background-size: 100%;
}

.content {
  flex: 1;
  display: flex;
  justify-content: center;
  padding-top: 54px;
  text-align: center;
}

.content form .formRow .formRow--item { color: #fff; }
.content form input.text {
  width: 257px;
  margin-bottom: 22px;
  background-color: transparent;
  line-height: 37px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.content form input.text::-webkit-input-placeholder { color: #ffffff !important; opacity: 1; }
.content form input.text:-moz-placeholder { color: #ffffff !important; opacity: 1; }
.content form input.text::-moz-placeholder { color: #ffffff !important; opacity: 1; }
.content form input.text:-ms-input-placeholder { color: #ffffff !important; opacity: 1; }

.content form input[type="text"] {
  background: url(/product-orders/javax.faces.resource/login.png.xhtml?ln=images) no-repeat 9px center;
  padding-left: 66px;
}
.content form input[type="password"] {
  background: url(/product-orders/javax.faces.resource/password.png.xhtml?ln=images) no-repeat 11px center;
  padding-left: 66px;
} 

.content form button.btn {
  width: 277px;
  line-height: 42px;
  background-color: rgba(13, 25, 37, 0.85);
  border: 0;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content form button.btn:hover {
  background-color: #193048;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 87px;
  background-color: rgba(13, 26, 38, 0.57);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.footer a {
  color: #fff;
  opacity: 0.5;
  font-size: 13px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer a:hover { opacity: 1; text-decoration: underline; }
