.wrap {
  width: 100%;
  height: 94%;
  /*background-color: #B4CDE3;*/
  /*position: relative;*/
   background:url(../img/login1.png);
   background-size: 100% 100%;
   padding-top:3%;
}
.wrap .content {
  /*width: 420px;
  height: 460px;
  background-color: #7096bd;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 160px;
  right: 160px;
  cursor: pointer;*/
  width: 90%;
  height: 90%;
  background:url(../img/login2.png) no-repeat;
  background-size: 100% 100%;
  margin-left:5%;
}
.wrap .content > div{
  width: 420px;
  height: 460px;
  /*background-color: #7096bd;*/
  /*box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.4);*/
  position: absolute;
  top: 50%;
  left:50%;
  cursor: pointer;
  margin-top:-230px;
  margin-left:75px;
}
.wrap .content >div> p:nth-child(1),.wrap .content>div > p:nth-child(1)>img{
    width:100%;
    height:auto;
    margin-bottom:30px;
    text-align:center;
}
.wrap .content >div> div{
  width: 90%;
  height: 45px;
  margin: 30px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  border-bottom:2px solid #ddd;
}
.wrap .content >div> div:nth-child(2)>div>img{
    display:inline-block;
    width:43px;
    height:40px;
}
.wrap .content >div> div:nth-child(3)>div>img{
    width:33px;
    height:40px;
    display:inline-block;
    margin-right:10px;
}
#name,#password{
  width: 300px;
  height: 45px;
  border: none;
  border-style:none;
  outline: none;
  margin-left: 8px;
  font-size: 14px;
  color: #888888;
  background-color:#fff;
  margin-bottom:30px;
}
input:focus{
    background-color:#fff;
}
#login{
    width:90%;
    height:45px;
    background:url(../../Content/img/loginpf4.png) no-repeat;
    background-size:100% 100%;
    color:#fff;
    text-align:center;
    line-height:45px;
    margin-top:50px;
}
/*.wrap .content > div:nth-child(2) > div:nth-child(1) {
  width: calc(100% - 104px);
  margin: 50px 50px 20px 50px;
  height: 48px;
  border: 1px solid #bbbbbb;
  display: flex;
  align-items: center;
}
.wrap .content > div:nth-child(2) > div:nth-child(1) div {
  width: 35px;
  height: 35px;
  background: url(../img/name.svg);
  background-size: 100% 100%;
  margin-left: 5px;
}

.wrap .content > div:nth-child(2) > div:nth-child(2) {
  width: calc(100% - 104px);
  margin: 0 50px 20px 50px;
  height: 48px;
  border: 1px solid #bbbbbb;
  display: flex;
  align-items: center;
}
.wrap .content > div:nth-child(2) > div:nth-child(2) div {
  width: 35px;
  height: 35px;
  background: url(../img/mima.svg);
  background-size: 100% 100%;
  margin-left: 5px;
}
.wrap .content > div:nth-child(2) > div:nth-child(2) input {
  width: 200px;
  height: 30px;
  border: none;
  outline: none;
  margin-left: 8px;
  font-size: 14px;
  color: #888888;
}
.wrap .content > div:nth-child(2) > div:nth-child(3) {
  width: calc(100% - 100px);
  margin-left: 50px;
  background-color: #b4cde3;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 30px;
}
.wrap .content > div:nth-child(2) > div:nth-child(4) {
  width: calc(100% - 100px);
  margin-left: 50px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.wrap .content > div:nth-child(2) > div:nth-child(4) span {
  color: #101010;
  font-size: 10px;
  margin-left: 10px;
}
.wrap .content:hover {
  box-shadow: 4px 2px 18px 5px rgba(0, 0, 0, 0.4);
}*/
