#global{
    width: 80%;
    background-color: lightpink ;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 10px;
}

.footer {
    padding: 20px;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    /* background-color:lightseagreen; */
  }

#forgot{
    background-color: whitesmoke;
    border-radius: 20px;
    padding: 10px;
}
