.login_wrap{
  width: 100%;
  margin-top: 50px; /* Code chnage */
  margin-bottom: 00px; /* Code chnage */
}

/* Code chnage */
.mob_navigation {
  position: fixed;
  z-index: 99;
  background: #fff;
  box-shadow: 3px 2px 8px #57575742;
  top: 0px;
  display: none;
}
/* Code chnage */



.login_wrap .container{
  display: block;
  max-width: 600px;
  width: 96%;
} 

.login_wrap h2{
  width: 100%;
  margin-bottom: 25px;
}

.modal-dialog {
  max-width: 600px;
  width: 96%;
}

.recover{
  font-size: 14px;
  line-height: 15px;
  color: #5e5e5e;
}