*{
  margin: 0;
  padding: 0;
}
.nav {
  text-align: center;
  background-image: url(../img/page02/01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 50vh;
  z-index: 1;
  /* border: 1px solid pink; */
}
a{
  color: #1587fa;
}
.z-index {
  width: 100%;
  height: 50vh;
  z-index: 2;
  opacity: 1;
  /* border: 1px solid red; */
}
.nav>div:nth-of-type(1) {
  font-size: 2vw;
  color: #ffffff;
  padding-top: 4%;
}

.nav>div:nth-of-type(2) {
  font-size: 1.5vw;
  color: #ffffff;
  margin-top: 2%;
}
input[type="password"]{
  height: 35px;
}
.top {
    background-color: #1587fa;
    display: flex;
    justify-content: space-around;
    padding: 1%;
    text-align: center;
  }
.top>img {
  height: 85px;
}
.upload{
  margin-left: 10px;
  color: #00a6f9;
}
.top_1 {
  display: flex;
  align-items: center;
  color: #ffffff;
  width: 800px;
}

.top_1>div {
  margin-left: 1%;
  width: 130px;
}
  .bottom {
    text-align: center;
    background-color: #1587fa;
    height: 13vh;
    color: white;
    line-height: 13vh;
  }
  
  .conent{
    width: 60%;
    margin: 5vh auto;
    padding: 1vw 2vw;
  }
  .cont_s{
      width: 85%;
      margin: 2vw auto;
      border: 3px solid #1587fa;
      background-color: #ffffff;
      padding: 1vw 2vw 3vw 2vw;
  }
  .cont_s>div:nth-of-type(1){
    font-size: 24px;
  }
  .cont_s>div{
      padding-top: 1vw;
  }
  .input{
      border-radius: 5%;
      border: 2px solid #1587fa;
      overflow: hidden; 
      width: 30%;
  }
  .span{
    display: flex;
    align-items: center;
  }
  .span>div{
    height: 15px ;
    line-height: 23px;
    margin-left: 5px;
  }
  .span>span{
    display: inline-block;
    height: 15px;
    line-height: 15px;
  }
  .file {
    display: inline-block;
    margin-top: 1vh;
    position: relative;
    display: inline-block;
    border: 2px solid #1587fa;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #3491fa;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-indent: 0;
    line-height: 35px !important;
    height: 35px !important;
}
.file input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
  .buttons button{
      width: 5vw;
      font-size: 18px;
      border-radius:8%;
      border: 2px solid #1587fa;
      margin-right: 2vw;
      height: 2vw;
      font-weight: 500;
      color: #3491fa;
      background-color: #ffffff;
  }
@media screen and  (max-width:900px){
  .conent{
    width: 90% !important;
    text-align: left !important;
  }
  .cont_s>div{
    font-size: 14px;
  }
  .cont_s>div:nth-of-type(1){
    font-size: 18px;
  }
  .file{
    height: 20px !important;
    line-height: 20px !important;
    font-size: 14px !important;
  }
  input[type="password"]{
    height: 20px !important;
    line-height: 20px !important;
    width: 130px !important;
    font-size: 14px !important;
  }
  .buttons button{
    font-size: 14px !important;
    height: 25px !important;
    width: 100px !important;
  }
}