.navbar {
  overflow: hidden;
  background-color: #FFF;
  position: absolute; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  right: 20;
  width: 100px; /* Full width */
  text-align:center;
  margin:auto;
  padding-top:10px;
  padding-bottom:10px;
}

.login {
    display:block;
    margin:auto;
    padding-left: 20;
    padding-right: 20;
}