div#api h1,
div#api div.intro,
div.password-label u,
div.password-label #forgotPassword,
.divider,
.create,
#attributeList ul li .helpLink,
button#SignIn-WithEmail {
  display: none;
}

body {
  background-color: #215eac;
  margin: 0;
  color: #ffffff;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  justify-content: center;
  padding: 0 30px;
}

div#api {
  margin: 50px 0;
  max-width: 375px;
  width: 100%;
  overflow-x: hidden;
}

h1 {
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  margin: 100px 0 0 0;
}

h1 span.highlight {
  color: #00b4b4;
}

a#compassion-link {
  margin-bottom: 100px;
}

.entry-item, .attrEntry {
  display: flex;
  flex-direction: column;
  position: relative;
}

label {
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

label[for="email"],
label[for="signInName"],
label[for="password"],
label[for="newPassword"],
label[for="givenName"],
label[for="surname"],
label[for="VerificationCode"] {
  letter-spacing: 0.07em;
}

label[for="email"]::after,
label[for="signInName"]::after,
label[for="password"]::after,
label[for="newPassword"]::after,
label[for="givenName"]::after,
label[for="surname"]::after,
label[for="VerificationCode"]::after {
  content: "*";
  color: #e64137;
}

label[for="reenterPassword"] {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
  border: none;
  outline: none;
  padding: 3px 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  width: 100%;
  -webkit-transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);

  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  margin: 4px 0 24px;
}

input:focus {
  border-bottom: 2px solid #00b4b4;
}

input[type="checkbox"] {
  accent-color: #00b4b4;
  vertical-align: middle;
}

::placeholder {
  color: #5f91c3;
  font-weight: 700;
}

/* Chrome autofill styling. */ 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #215eac inset;
  -webkit-text-fill-color: white;
  transition: background-color 5000s ease-in-out 0s;
}

input#password {
  margin-bottom: 18px;
}

.password-toggler-icon {
  position: absolute;
  user-select: none;
  bottom: 0;
  right: 0;
  cursor: pointer;
  padding: 28px 0;
  width: 24px;
}

div.rememberMe {
  margin-bottom: 40px;
  display: inline-block; /* allows us to float "forgot password" to correct spot */
}

div.rememberMe label {
  font-weight: 500;
  font-size: 12px;
  text-transform: none;
}

div.forgotPassword-container {
  float: right;
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

div.forgotPassword-container a {
  color: #00b6b5;
  display: inline-block;
  margin-top: 5px;
  transition: color 0.3s;
}

div.forgotPassword-container a:hover {
  color: #ffffff;
}

button,
a#createAccount-cloned {
  line-height: 1.15;
  -webkit-appearance: button;
  appearance: button;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #00b4b4;
  color: #fff;
  border-radius: 999px;
  padding: 1rem 2rem;
  transition: background-color 0.3s;
  width: 100%;
}


@media screen and (min-width: 1080px) {
  button,
  a#createAccount-cloned {
    font-size: 15px;
    line-height: 18px;
  }
}

button:hover,
a#createAccount-cloned:hover {
  background-color: #0f426c;
}

#forgot-password button#continue {
  display: none;
}

a#createAccount-cloned {
  box-sizing: border-box;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #2b568e;
  margin-top: 15px;
  padding: 1rem 2rem;
}

img.compassion-logo {
  width: 150px;
  height: 54px;
}

.error p {
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.error.pageLevel, #emailVerificationControl_error_message {
  padding: 8px 12px;
  border-radius: 2px;
  margin-bottom: 24px;
  background-color: #e64137;
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.error.pageLevel p {
  display: inline;
  margin: 0;
  vertical-align: middle;
}

.error.pageLevel i.material-icons, #emailVerificationControl_error_message i.material-icons {
  vertical-align: middle;
  margin-right: 4px;
}

/* Errors on sign in page */
.error.itemLevel p {
  color: #ffd200;
  margin-bottom: 5px;
}

/* Errors on sign up page */
.error.itemLevel.show {
  color: #ffd200;
  margin-bottom: 5px;
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
}

#attributeList ul {
  padding: 0;
  display: flex;
  flex-direction: column;
}

#attributeList ul li {
  list-style: none;
}

li.email_li {
  order: 3;
}

li.newPassword_li {
  order: 4;
}

li.reenterPassword_li {
  order: 5;
}

button#continue, button#emailVerificationControl_but_send_code, 
button#emailVerificationControl_but_verify_code, button#emailVerificationControl_but_send_new_code {
  margin-top: 20px;
}

button#emailVerificationControl_but_verify_code, button#emailVerificationControl_but_send_new_code {
  padding: 1rem 0.5rem;
  width: 48%;
  font-size: 14px;
}

button#cancel {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 0.5rem 0.5rem;
  width: auto;
  display: flex;
  align-items: center;
  text-transform: none;
}

@media screen and (min-width: 1080px) {
  button#cancel {
    top: 100px;
    left: 100px;
    padding: 1rem 1.5rem;
  }
}

button#cancel > * {
  display: inline-block;
}

button#cancel > i {
  font-size: 35px;
}

button#cancel > span {
  margin-left: 10px;
  display: none;
}

@media screen and (min-width: 1080px) {
  button#cancel > span {
    display: inline-block;
  }
}

.buttons {
  display: flex;
  gap: 10px;
}

.verifying-modal {
  display: none;
}

#verifying_blurb {
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.changeClaims
{
  display: none !important;
}

#loadOverlay { 
  display: none; 
}

.working {
  margin-top: 20px;
}

.spinner-box {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.spinner-colour {
  color: #72B1C8;
}

.spinner-colour-circle {
  color: #72B1C8;
  stroke: currentColor;
}

.spinner-grey {
  animation: spinner-animation 1.4s linear infinite;
  color: #C8C8C8;
  animation-duration: 600ms;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

.spinner-grey-svg {
  color: #C8C8C8;
}

.spinner-grey-circle {
  stroke-linecap: round;
  stroke: currentColor;
  stroke-dasharray: 80px,200px;
  color: #C8C8C8;
}

.verificationSuccessText, #userMsg {
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#emailVerificationControl_success_message[aria-hidden="false"], 
#emailVerificationControl_error_message[aria-hidden="false"],
#userMsg {
  display: block !important;
  margin-bottom: 30px;
  margin-top: 0;
}

.createAccount-container {
  display: none;
}


* {
  -webkit-tap-highlight-color: transparent;
}
