/* Hide classic login */
.classic-login-hidden .gocd-classic-credentials {
  display: none !important;
}

.gocd-sso-toggle {
  -webkit-appearance: none;
  text-decoration: none;

  background-color: white;
  border: none;

  color: black;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.3);
  font-size: 1em;
  font-weight: bold;
  font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;

  padding: 0em 0.35em;
  min-width: 1em;
  margin: 0.25em;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  align-self: start;
}

button:hover {
  background-color: #5a5a5a;
}

[class^="login_page_widget__login-container"] {
  min-width: 100px;
}

[class^="login_page_widget__login-user"] {
  width: 240px;
}

[class^="login_page_widget__login-input"] {
  width: 240px;
}

.gocd-title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25em;
  max-width: 200px;
  margin-bottom: 1em;
}
