#saml-login {
  margin: 3em auto 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.btn-google-1 {
  align-items: center;
  box-sizing: border-box;
  color: #42526E;
  column-gap: 10px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  line-height: 1.45;
  margin-inline: auto;
  padding-block: 27px;
  padding-inline: 20px;
  transition: background 0.1s ease-out, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);
}

.btn-google-1:hover {
  background-color: hsl(0, 0%, 98%) !important;
  text-decoration: none;
}

.password-login-box-length {
  width: 340px;
}

#login-form table { margin-top: 2em; }

.button-login-icon {
  height: 25px;
  width: auto !important;
  padding-right: 0;
  margin-top: -2px;
  vertical-align: middle;
}

#login-form {
    margin: 1.5em auto 2em auto !important;
}
