#DivImage {
  float: left;
  background-color: blue;
}
#DivImage img {
  height: 405px;
}
#DivText {
  position: absolute;
  z-index: 1;
  left:500px;
  top:50px;
  color: #2D6788;
  font-size: 22px;
  /* font-weight: bold; */
  /* font-family: courier; */
  
}
#DivLoginOne, #DivLoginTwo, #DivReqPassword, #DivPasswordSent {
  position: absolute;
  
  float:  center; 
  text-align:center; 
  border: 2px solid #2D6788;  
  width: 400px;
  top: 200px;  
  right: 0px;
}
