body{
    background-color: #f2f7fb;
}

.wrapper {
    width: 100%;
    margin: 0 auto; /* Center horizontally */
    position: relative; /* Important for vertical centering */
    display: flex;         /* Enable flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center;
    height: 500px;
  }

  .form{
    border-style: solid;
    border-width: 1px;
    border-color: #bababa;
    padding: 3%;
  }