html,
body  {
  text-align: center;
}

h1 {
  font-size: 50px;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-control {
  border-radius: 0;
  margin-bottom: -2px;
}

#username {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#submit {
  border-radius: 0;
  margin-bottom: -1px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.g-recaptcha {
  overflow:hidden;
  width:298px;
  height:74px;
}