.right-side .content {
  width: calc(100% - 408px);
  height: calc(100% - 244px);
  margin: 0px 88px 52px 0px;
}

.footer {
  display: flex;
}

.title-signin {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  color: var(--main-text-color);
  letter-spacing: -0.2px;
}

/* AZURE GENERATED CONTENT START */

#api > div.divider {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 350px;
}

#api > div.divider > h2 {
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: var(--alternative-text-color);
  margin: 10px 10px;
}

.horizontal-divider {
  flex: 1;
  height: 1px;
  background-color: var(--divider-color);
}

#api .heading h1 {
  margin: 0px;
  margin-top: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1px;
  width: 320px;
}

.orWord {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: var(--surface-A3);
  margin: 0px 10px;
}

#api .intro h2 {
  margin-top: 0px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: var(--alternative-text-color);
}

#api span {
  font-size: 13px;
}

.otherButton {
  padding: 16px 52px 16px 52px;
  background-color: var(--white-color);
  color: var(--another-text-color);
  border: 1px solid var(--secondary-border-color);
  border-radius: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  max-width: 350px;
  cursor: pointer;
  order: 4;
}

#next {
  padding: 16px 52px 16px 52px;
  background-color: var(--dark-blue-color);
  color: var(--white-color);
  border: none;
  margin-top: 30px;
  border-radius: 32px;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.4px;
  width: 100%;
  order: 2;
}

#api .entry {
  margin-top: 32px;
  max-width: 350px;
}

.orContainer {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 350px;
  margin: 15px 0;
  order: 3;
}

#api .entry-item {
  position: relative;
  width: 100%;
}

#api .entry-item label {
  display: none;
}

#api .entry-item input {
  width: 100%;
  height: 56px;
  padding: 0px 16px;
  margin-bottom: 16px;
  border: 1px solid var(--main-border-color);
  font-size: 16px;
  line-height: 24px;
  color: var(--main-text-color);
  border-radius: 8px;
  outline: none;
}

#api input::placeholder {
  color: var(--secondary-text-color);
}

#api input.highlightError {
  border: 1px solid var(--error-color);
}

#forgotPassword {
  position: absolute;
  top: 72px;
  clear: right;
  cursor: pointer;
  float: right;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-underline-offset: 3px;
}

#api .entry .entry-item #password {
  margin-bottom: 40px;
}

#passwordtoggler {
  cursor: pointer;
  top: -75px;
  left: 320px;
  position: relative;
}

#api .rememberMe {
  margin-top: 18px;
}

#api #rememberMe {
  transform: scale(1.538);
  margin-right: 12px;
}

#api .rememberMe label {
  font-size: 16px;
  line-height: 24px;
  color: var(--main-text-color);
  font-weight: 400;
}

/* AZURE GENERATED CONTENT END */

/* MOBILE START */
@media only screen and (max-width: 640px) {
  .right-side .content {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 26px 32px 0px 35px;
  }

  #api .rememberMe {
    margin-top: 0px;
  }

  .title-signin {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--main-text-color);
    letter-spacing: -0.2px;
  }

  #api .heading h1 {
    margin: 0px;
    margin-top: 3px;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1px;
    padding: 0px 25px 0px 0px;
  }

  #api .intro h2 {
    margin-top: 0px;
    font-size: 11px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: var(--primary-text-color);
  }

  #passwordtoggler {
    cursor: pointer;
    top: -75px;
    left: 250px;
    position: relative;
  }

  #next {
    margin: 20px 0 16px 0;
    width: 100%;
  }

  .otherButton {
    font-size: 16px;
    margin-top: 16px;
  }

  .orContainer {
    color: var(--surface-700);
    margin: 0;
  }

  .horizontal-divider {
    background-color: var(--surface-700);
  }
}
/* MOBILE END */

#api {
  display: flex;
  flex-direction: column;
}

.heading {
  order: 0;
}

/* Social buttons */
.claims-provider-list-buttons.social {
  order: 5;
}
