.login{
  background:;
  
}
.header{
  width: 100%;
  height: 13vh;
  background: #007ba7;
}
 
.mylogo{
  width: 70px;
  height: 13vh;

}

img{
  height: 12.8vh;
}
 .login_form{
  background: #004580;
  height: 400px;
  
}
.input1{
  width: 90%;
  margin-left: 20px;
  


}
.myinput{

  height: 34px;
  padding-left:25px;
  width: 50%;
  border-radius: none;



}
i.fa-user{
position: absolute;
    left: 30px;
    top: 78px;
    color:black;
  }
  
i.fa-key{
position: absolute;
    left: 30px;
    top: 135px;
    color: black;
    
}
@media (min-width:400px)and (max-width:1000px){

  .login_form{
    height: 400px;
    
  }

}