* {
  margin: 0px;
  padding: 0px;
}

body {
  background: url(/img/login/bg.png) 100% 100%;
}

.logo {
  margin-top: 5%;
  text-align: center;
}

.box {
  width: 433px;
  height: 368px;
  margin: 5% auto 0;
  background: url(/img/login/bgbox.png) 100% 100%;
  overflow: hidden;
}

.box .warp {
  width: 303px;
  margin: auto;
}

.box .warp .title {
  text-align: center;
  margin-top: 40px;
  font-size: 30px;
  line-height: 70px;
  border-bottom: 1px dashed #b28850;
}

.box .warp .input {
  width: 100%;
  height: 47px;
  border: 1px solid #b28850;
  margin-top: 22px;
  border-radius: 10px;
  position: relative;
}

.box .warp .input img {
  position: absolute;
  left: 7px;
  top: 10px;
  vertical-align: middle;
}

.box .warp .input input {
  position: absolute;
  width: 250px;
  left: 40px;
  top: 10px;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: #ece0c1;
  outline: none;
  font-size: 16px;
}

.box .warp .boxbtom {
  margin-top: 30px;
  text-align: center;
}

.box .warp .boxbtom .layui-form-checked[lay-skin=primary] i {
  border-color: #b28850 !important;
  background-color: #b28850;
}

.box .warp .boxbtom .layui-btn {
  margin-top: -10px;
  width: 160px;
  background-color: #b28850;
}
/*# sourceMappingURL=login.css.map */