.wrap {
  width: 100%;
  height: 100%;
  /*background-color: #B4CDE3;*/
  background:url(../img/login11.png);
   background-size: 100% 100%;
   display: flex;
  align-items: center; /*使子项目垂直居中*/
}
.wrap .content {
  width: 380px;
  height:380px;
  border-radius:10px;
  margin-left:65%;
  /* background:url(../img/login2.png) no-repeat;*/
  background-size: 100% 100%;

  background-color:#fff;
  position: relative;
}
 .content .relative{
    position:absolute;
    bottom:-200px;
    left:80px;
    color:#9BACB9;
    letter-spacing:1px;
}
.wrap .content > div{
  width: 280px;
   margin: 0 auto;
}
.wrap .content >div> p:nth-child(1),.wrap .content>div > p:nth-child(1)>img{
    width:100%;
    margin-bottom:20px;
    margin-top:30px;
    text-align:center;
}
.wrap .content >div> div{
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  border:1px solid #ddd;
  margin: 30px auto;
}
.wrap .content >div> div>div>img{
    margin-left:10px;
    display:inline-block;
    width:20px;
    height:20px;
}
.wrap .content >div> div>div>input{
    width:230px;
}
#name,#password{
  height: 35px;
  border: none;
  border-style:none;
  outline: none;
  margin-left: 8px;
  font-size: 10px;
  background-color:#fff;
}
input:focus{
    background-color:#fff;
}
#login{
    width:100%;
    height:40px;
   background-color:#00956f;
    background-size:100% 100%;
    color:#fff;
    text-align:center;
    line-height:40px;
    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);
}*/
