#hero-4{
  background-image: url("../images/img-signinsignup.png");
  min-height: 710px;
}
@media screen and (max-width: 991px){
  #hero-4{
    background-position: right top;
  }
}
a.have_account, a.forget_pwd{
  color: white;
  display: inline-block;
  margin-top: 15px;
}
a.forget_pwd{
  margin-left: 50px;
}
a.have_account:hover, a.forget_pwd:hover{
  text-decoration: underline;
}
