html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0d1635;
}

.login-page {
  background: url("../images/login-bg.jpg") center top no-repeat;
  background-size: cover;
}
.login-page .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login-page .wrapper .login-logo {
  font-size: 54px;
  color: #fff;
  height: 90px;
  margin-bottom: 50px;
}
.login-page .wrapper .login-logo img {
  width: 67px;
  height: 67px;
  position: relative;
  top: 12px;
  margin-right: 10px;
}
.login-page .wrapper .login-con {
  background: url("../images/login-form-bg.png") no-repeat;
  width: 511px;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .wrapper .login-con .input-con {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  width: 360px;
  height: 60px;
  display: flex;
  align-items: center;
}
.login-page .wrapper .login-con .input-con img {
  margin-left: 15px;
  margin-right: 15px;
}
.login-page .wrapper .login-con .input-con input {
  background: transparent;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}
.login-page .wrapper .login-con .input-con input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=login.css.map */
