html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #f4f4f4;
}

.auth-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Gigya overrides */
.auth-form .gigya-screen-content {
  background: #fff;
}

/* Zoetis login link */
.auth-form .login-zoetis {
  text-align: center;
  display: block;
  color: #ff6e00;
}

/* Login Form */
.auth-form .logo {
  color: #b8b8b8;
  /* font-family: GothamPro-Medium; */
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.auth-form .logo .vetscan-logo {
  width: 124px;
}

.auth-form.login-form {
  width: 350px;
}

.auth-form .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.auth-form .links a {
  color: #007dd8;
  /* font-family: GothamPro-Medium; */
  font-size: 14px;
  font-weight: 500;
  line-height: 18.9px;
  text-decoration: underline;
}

.auth-form .container {
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
}

.auth-form .gigya-login-form .gigya-screen-content {
  background: none;
}

.auth-form .gigya-login-form .login-btn input {
  border-radius: 4px;
  background-color: #007dd8;
  text-transform: uppercase;
  box-shadow: none;
  border-style: solid;
  border-width: 0;
  padding: 0;
  line-height: 42px;
}

.auth-form .gigya-login-form .gigya-label .gigya-label-text {
  font-weight: 500;
  line-height: 18.9px;
  font-size: 14px;
}

.auth-form .gigya-login-form .gigya-screen .login-label input {
  border-radius: 4px !important;
  border: 1px solid #d9d9d9 !important;
  width: 100% !important;
  min-height: 40px;
  padding: 0 20px;
}

/* Forgot Password Form */
.auth-form.forgot-password-form {
  width: 600px;
}

.auth-form.forgot-password-form .gigya-forgot-password-form {
  margin: 20px;
}

.auth-form.forgot-password-form .gigya-forgot-password-form
.forgot-password
.gigya-composite-control.gigya-composite-control-link {
  display: none;
}

/* Signup Form */
.auth-form.signup-form {
  width: 600px;
}

.auth-form.signup-form .gigya-screen {
  padding: 0;
}

.auth-form.signup-form .gigya-composite-control.gigya-composite-control-textbox.register-label.accountId {
  display: none;
}

.hidden {
  display: none;
}
