.form-outer{
  width: 100%;
  height: 600px;
}
.page{
    width: 100%;
    padding: 10px;
    display: none;
}
.active-page{
    display: block;
}
