html,
body {
  height: 100%;
}
.header{
  background-color: #0d6efd !important;
  height: 21rem;
  padding: 3rem;
  margin: 0 !important;
}
.header_img{
  width: 8rem;
  margin-bottom: 1rem;
  padding: 0;
}
.zero{
  margin: 0;
  padding: 0;
}
.pp{
  margin-top: -15rem;
  background-color: white;
  color: #0d6efd;
}
.header_text{
  display: none;
}
#password{
  border-radius: 5px 0 0 5px;
  border-right: transparent;
}
#passicon{
  background-color: white;
  border-radius: 0 5px 5px 0;
  border-left: transparent;
}
.forget{
  text-align: end;
  padding: 2rem 0;
}
@media (min-width: 576px) {
  .header_text{
    display: block;
    color: white;
  }
}
@media (max-width: 576px) {
  .pp{
    margin-top: 0;
    background-color: white;
    color: #0d6efd;
  }
}