/* ------------------------------------------------------------ *\
|* Colours
\* ------------------------------------------------------------ */
/**
 * Colour palette -- private use for easier identification of colours
 **/
/* Greens */
/* Yellows */
/* Oranges */
/* Reds */
/* Grays */
/* Whites */
/* Blacks */
/* Chart levels */
/* Discussions timeline colours -- these are fixed elements that should not be theme-based */
/* Privacy flags */
/* Symptom severities */
/* Promo colours (clinical trials) */
/**
 * Public semantic variables used by PKB's default theme
 **/
/**
 * Public semantic variables of NHS colors
 **/
/* for IE10 and above but not Edge */
/* for iOS devices */
#register-nhs-login-container .nhsLoginButtonContainer {
  margin: -10px auto 0 auto;
  font-size: 20px;
  padding: 0 1em;
}
#register-nhs-login-container .nhsLoginButtonContainer span {
  font-size: 16px;
  display: block;
  height: 1.8em;
  line-height: 1.8em;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  color: #A9A9A9;
}
#register-nhs-login-container .nhsLoginButtonContainer .nhsLoginButtonLink {
  background-color: #005eb8;
  border-radius: 4px;
  box-shadow: 0px 4px 0px 0px #003087;
  height: 36px;
}
#register-nhs-login-container .nhsLoginButtonContainer .nhsLoginButtonLink svg {
  width: 100%;
  height: 40px;
}

#register-nhs-login-container {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 360px) {
  #register-nhs-login-container {
    width: 100%;
  }
}
#register-nhs-login-container .nhsLoginButtonContainer {
  margin-top: 0;
}
