@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop,
  .unified_container .row .panel-default #api .accountButton {
    text-align: center;
    padding-right: 0;
  }
  .unified_container .row .panel-default #api ul {
    padding-left: 0;
  }
  #passwordReset1 #attributeVerification > .buttons,
  #socialEmailVerificationControl_but_change_claims,
  #verifyAccount #attributeVerification > .buttons,
  #profileEdit #attributeVerification > .buttons,
  #pickAccount #attributeVerification > .buttons {
    display: none !important;
  }

  .phone {
    color: #000 !important;
  }

  button:focus,
  .buttons button:focus {
    border: 2px solid rgba(0, 0, 0, 0.87) !important;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.160784) !important;
  }

  .accountButton:hover .accountSpan::before,
  .accountButton:focus .accountSpan::before,
  .accountButton:focus .accountSpan::before {
    color: #be143c !important;
  }

  .accountButton-lg .accountSpan::before {
    margin-top: 22px !important;
  }

  .accountButton .accountSpan::before {
    position: relative !important;
    font-family: "Font Awesome 5 Pro" !important;
    margin: 10px !important;
    content: "\f054" !important;
    font-weight: 300 !important;
    float: right !important;
    color: #fff !important;
    padding: 30px 0 !important;
  }
  .accountButton .noPadding::before {
    padding: 0 0 0 0 !important;
    top: inherit !important;
  }

  #divSignIn .social .accountButton {
    text-align: center !important;
  }
}

/* Following are generated styles via gulp. */

/* inject: css */

nav {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.160784);
  width: 100%;
  margin: 0;
  background-image: url("https://mvpb2csandboxui.blob.core.windows.net/root/en/member/mvp-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
}

#profileEditNav {
  background-position: 5% 50% !important;
}

.nav {
  text-align: right;
  right: 5%;
  width: 100%;
  height: 100%;
  position: relative;
  float: right;
}

.intro {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}

#passwordReset2 #api .intro,
#verifyAccount #api .intro,
#createAccount #api .intro,
#register #api .intro,
#socialAccount #api .intro,
#profileEdit #api .intro,
#magicLink #api .intro,
#pickAccount #api .intro,
#updatePassword #api .intro,
#divToU #api .intro {
  display: none !important;
}

html {
  background: 0 0;
}

body {
  font-family: Source Sans Pro !important;
  font-style: normal;
  font-weight: normal;
  background-attachment: fixed;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}

.text-center,
.rollover-screen-text {
  text-align: center !important;
}

.text-red {
  color: #be143c;
}

.text-grey {
  color: rgba(0, 0, 0, 0.6);
}

.separator {
  color: #dddad7;
  padding-right: 5px;
  padding-left: 5px;
}

.rollover-screen-text {
  margin: auto;
  font-weight: 400;
  line-height: 22px;
  width: 224px;
}

h2,
h4,
h5 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.body2 {
  font-size: 14px;
  line-height: 22px;
}

.caption {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

.flex {
  display: flex !important;
  flex-direction: row;
}

.overline {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.84px;
  font-variant: small-caps;
  text-transform: lowercase;
}

p {
  margin: 0;
  text-align: left;
}

a {
  color: #be143c;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a:disabled {
  text-decoration: underline;
  color: #dddad7;
}

a.phone,
a.phone:hover,
a.phone:disabled,
a.phone:focus,
a.phone:active,
a.phone:focus-visible {
  text-decoration: none;
  outline: none;
  color: rgba(0, 0, 0, 0.87) !important;
  font-weight: 600;
}

#terms {
  padding-top: 12px;
}

a:focus {
  outline: 0;
}

input,
select {
  border: 2px solid #8d827a;
  box-sizing: border-box;
  border-radius: 6px;
}

input:disabled {
  border: 2px solid rgba(0, 0, 0, 0.38) !important;
  color: rgba(0, 0, 0, 0.38) !important;
}

input:disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

img[data-tenant-branding-background="true"] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: fixed;
  left: 0;
  overflow: hidden;
  top: 0;
}

div[data-tenant-branding-background-color="true"] {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}

.container {
  text-align: center;
  width: 100%;
  display: table;
  height: 100vh;
  padding: 0;
}

#profileEdit {
  text-align: left;
}

#api {
  margin: 0 auto;
}

.col-lg-6 {
  max-width: 470px;
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 40px 56px 56px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.160784);
  border-radius: 6px;
  background: #fff;
}

#profileEdit [class^="col-"] {
  box-shadow: none !important;
  display: block !important;
  margin-left: 20px;
}

.row {
  width: 100%;
  margin: 0;
  padding: 32px 20px;
  display: table-cell;
  vertical-align: top;
}

.alert {
  padding: 16px 12px;
  background: #f1f0ef;
  border-radius: 6px;
  margin-top: 20px;
}

#signinLinks ul {
  padding: 0;
  list-style: none;
}

.no-margin {
  margin: 0;
}

#signinLinks ul li {
  display: inline;
}

#SignUp {
  display: none;
}

#SSPR-CE {
  display: none;
}

/*hides stuff from B2C*/

.localAccount .intro {
  display: none !important;
}

.social .intro h2 {
  position: relative;
  font-size: 30px;
  z-index: 1;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
}

#simplemodal-container .simplemodal-data {
  padding: 5px 8px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  font-style: italic;
}

button,
.buttons button {
  margin: 0 auto;
  height: 50px;
  background: #be143c;
  font-family: Source Sans Pro;
  font-weight: 600;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.160784);
  border-radius: 6px;
  border: none;
  color: #fff;
  margin-top: 10px;
  width: 100%;
  padding: 8px 16px;
}

button:hover,
.buttons button:hover {
  background: #af0e2e;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.160784);
  cursor: pointer;
}

button:active,
.buttons button:active {
  background: #be143c;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.160784);
  border: 0;
  outline: none;
}

button:focus,
.buttons button:focus {
  outline: none;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.160784);
}

button:focus-visible,
.buttons button:focus-visible {
  border: 2px solid rgba(0, 0, 0, 0.87);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.160784);
}

button[aria-disabled="true"],
button:disabled,
.buttons button:disabled,
.buttons button[aria-disabled="true"] {
  background: #dddad7;
  color: rgba(0, 0, 0, 0.38);
  box-shadow: none;
}

.logoImg {
  width: 24px;
  height: auto;
  padding-right: 8px;
}

#AppleExchange {
  background-image: url("https://mvpb2csandboxui.blob.core.windows.net/root/en/member/Logos%2FAppleOfficialColor.svg") !important;
  background-size: auto 24px !important;
  background-position: left !important;
  background-position: 10% 50% !important;
  background-repeat: no-repeat !important;
  color: #000000 !important;
}

#SignInWithMagicLinkExchange {
  color: #000 !important;
  background-image: url("https://mvpb2csandboxui.blob.core.windows.net/root/en/member/Logos%2FSecureLink.svg") !important;
  background-size: auto 24px !important;
  background-position: left !important;
  background-position: 10% 50% !important;
  background-repeat: no-repeat !important;
}

#GoogleExchange {
  color: rgba(0, 0, 0, 0.6) !important;
  background-image: url("https://mvpb2csandboxui.blob.core.windows.net/root/en/member/Logos%2FGoogleOfficial.svg") !important;
  background-size: auto 24px !important;
  background-position: left !important;
  background-position: 10% 50% !important;
  background-repeat: no-repeat !important;
}

#FacebookExchange {
  color: #1877f2 !important;
  background-image: url("https://mvpb2csandboxui.blob.core.windows.net/root/en/member/Logos%2FFacebookOfficialColor.svg") !important;
  background-size: auto 24px !important;
  background-position: left !important;
  background-position: 10% 50% !important;
  background-repeat: no-repeat !important;
}

.btn-sm {
  width: auto;
  height: 45px;
  padding: 8px 16px;
}

#passwordReset1 .buttons:not(#attributeList .buttons),
#socialEmailVerificationControl_but_change_claims,
#verifyAccount .buttons:not(#attributeList .buttons),
#profileEdit .buttons:not(#attributeList .buttons),
#pickAccount .buttons:not(#attributeList .buttons) {
  display: none !important;
}

#passwordReset1 #api .intro {
  display: none;
}

#passwordReqs {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

#passwordReqsCaption {
  margin-top: 20px;
}

.pill {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 28px;
  background: #dddad7;
  border-radius: 24px;
  flex: none;
  order: 3;
  flex-grow: 0;
  padding: 4px 12px;
  margin: 0px 10px;
  margin-bottom: 10px;
}

.pill.success {
  background: #e1eb80;
}

.pill.success::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-weight: 300;
  padding-right: 5px;
  font-size: 20px;
}

.pill.fail {
  background: #ecb9c5;
}

.pill.fail::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 300;
  padding-right: 5px;
  font-size: 20px;
}

#divDependentInfo {
  margin-top: 20px;
}

button#next {
  padding-top: 12px;
}

#attributeList ul {
  padding: 0;
  margin-block-start: 0;
}

#attributeList ul li {
  list-style: none;
}

#socialsJson,
#pageAction,
#accountsJson {
  display: none !important;
}

.form-label,
#emailReadOnlyVerificationControl_code_sent_message,
.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .entry-item
  label,
#attributeList ul li label {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin: 0;
  padding: 0;
}
#profileEdit #attributeList ul li label {
  font-size: 20px !important;
}

.error {
  color: #be143c;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  margin: 0;
  padding: 0;
}

#emailReadOnlyVerificationControl_code_sent_message {
  display: block;
}

div.date {
  display: grid;
  grid-gap: 10px;
}

div.date select {
  grid-row: 1;
}

.divProfileSection {
  padding-top: 32px;
}

.account-text {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.160784);
  border-radius: 6px;
  background: #fff;
  max-width: 530px;
  width: 100%;
  margin-top: 20px;
}

.account-header {
  border-bottom: 1px solid #dddad7;
  padding: 12px 20px;
}
.account-body {
  padding: 12px 20px;
}

.account-body dl {
  margin: 0;
}

.account-body dt {
  margin-top: 20px;
}

.account-body dd {
  margin-left: 0;
}

#attributeList ul li input,
#attributeList ul li select,
.unified_container
  .row
  .panel-default
  .panel-body
  #api
  .localAccount
  .entry
  .entry-item
  input {
  outline: 0;
  background-color: #fff !important;
  color: #555;
  display: inline-block;
  font-size: 1em;
  height: 50px;
  line-height: 1.42857143;
  width: 100%; /*!important;*/
  border-radius: 0.375rem !important;
  border: 2px solid #8d827a;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s !important;
  padding: 10px;
  padding-right: 44px;
}

#divSuccess #api,
#divError #api {
  display: none !important;
}

#divSuccess .row,
#divError .row {
  vertical-align: middle !important;
}

#profileEdit #attributeList ul li input {
  width: 50%;
  margin-right: 10px;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
}

input[type="checkbox"] {
  height: auto !important;
  width: auto !important;
  float: left;
}

input[type="checkbox"]:checked {
  height: auto;
  width: auto !important;
  background: #be143c;
}

.month {
  order: -1;
}

#socialAccount .attrEntry input {
  display: none;
}

.verifying-modal {
  display: none;
}

#pSocialId {
  margin-top: 20px;
  margin-bottom: 20px;
}

#readOnlyVisibleUserEmail,
#readOnlyPassword,
#readOnlyPhoneNumber {
  border: 0 !important;
  padding: 0 !important;
  /*width:auto !important;*/
}

.do-nothing-button {
  display: none !important;
}

#divTermsOfUse {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #dddad7;
  border-radius: 6px;
  height: 250px;
}
#lblOption {
  display: block;
}
#extension_acceptedTermsAndConditions_Accepted {
  vertical-align: middle;
  position: relative;
  top: 2px;
}
#attributeList ul li .attrEntry.validate input.invalid,
#attributeList ul li .attrEntry.validate input:invalid,
.unified_container
  .row
  .panel-default
  .panel-body
  #api
  .localAccount
  .entry
  .entry-item
  input:invalid {
  border: 2px solid #be143c !important;
}

#attributeList ul li input:focus,
.unified_container
  .row
  .panel-default
  .panel-body
  #api
  .localAccount
  .entry
  .entry-item
  input:focus {
  border: 2px solid rgba(0, 0, 0, 0.87);
}

#attributeList ul li input.highlightError,
.unified_container
  .row
  .panel-default
  .panel-body
  #api
  .localAccount
  .entry
  .entry-item
  input.highlightError {
  border: 2px solid #be143c !important;
}

#attributeList ul li input.highlightError::placeholder,
.unified_container
  .row
  .panel-default
  .panel-body
  #api
  .localAccount
  .entry
  .entry-item
  input.highlightError::placeholder {
  color: #be143c;
}

#attributeList ul li .attrEntry .verify {
  margin-top: 2rem;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (-ms-high-contrast: active) {
  #attributeList ul li .attrEntry .verify button,
  .buttons #continue {
    border: 1px dashed #fff !important;
  }
  #attributeList ul li .attrEntry .verify button:hover,
  .buttons #continue:hover {
    border: 1px solid #fff !important;
  }
}

#attributeList ul li .attrEntry .verify #email_ver_input_label {
  display: none !important;
}

#api .working {
  background: url(data:image/gif;base64,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)
    no-repeat;
  height: 30px;
  width: auto;
  background-position: center bottom;
}

#attributeList ul li .helpLink {
  display: none;
}

#attributeVerification .buttons #cancel {
  display: none;
}

.panel,
.panel_layout,
.panel_layout_row,
body,
html {
  height: 100%;
}

.unified_container .row .panel-default {
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
  background-color: #fff;
}

.unified_container .row .panel-default .panel-body {
  width: auto;
  margin: 0 auto;
  padding: 0;
}

#divSignIn.unified_container .row .panel-default #api {
  display: table !important;
}

.unified_container .row .panel-default #api {
  display: block;
  margin: 0;
  width: 100%;
}

.unified_container .row .panel-default #api .intro {
  display: block;
  text-align: left;
}

.unified_container .row .panel-default #api .divider {
  display: none;
}

.unified_container .row .panel-default #api .localAccount {
  top: 10px;
  width: 100%;
}

.unified_container .row .panel-default #api .localAccount .intro h2 {
  font-size: 20px;
}

.unified_container .row .panel-default #api .localAccount .entry .buttons {
  margin: 20px 0 0 0;
  text-align: left;
}

.unified_container .row .panel-default #api .localAccount .entry .entry-item,
.attrEntry {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 10px;
  text-align: left;
}

.entry-item i.fal,
.attrEntry i.fal {
  position: absolute;
  top: 48px;
  right: 15px;
  color: rgba(0, 0, 0, 0.87);
}

.entry-item input.highlightError ~ i.fal,
.attrEntry input.highlightError ~ i.fal {
  color: #be143c;
  position: absolute;
  top: 40px;
  right: 15px;
}

.attrEntry input:disabled ~ i.fal {
  color: rgba(0, 0, 0, 0.38);
}

i.fal.fa-eye,
i.fal.fa-eye-slash,
i.fal.fa-pencil-alt {
  cursor: pointer;
}

.forgot-password {
  text-align: left;
}

.forgot-password.center-height {
  position: absolute;
  bottom: 0;
  clear: right;
  cursor: pointer;
  text-align: right;
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .entry-item
  .password-label
  #forgotPassword {
  position: absolute;
  bottom: 0;
  clear: right;
  cursor: pointer;
  text-align: right;
}

.unified_container .row .panel-default #api .localAccount .rememberMe {
  margin-top: -2rem;
  text-align: right;
  margin-left: 59%;
  position: relative;
  width: 15rem;
}

.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .rememberMe.align-to-left {
  margin-top: 0.5rem;
  text-align: left;
  margin-left: 0;
  width: 100%;
}

.working {
  display: none;
}

.unified_container .row .panel-default #api .claims-provider-list-text-links p,
.unified_container .row .panel-default #api .localAccount .create p {
  text-align: left;
  margin-top: -3rem;
  margin-bottom: 3rem;
}

.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .create
  #createAccount {
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  height: inherit;
  line-height: 1.3333333;
  padding: 10px 16px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  white-space: nowrap;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  width: auto;
  margin-top: -3rem;
  cursor: pointer;
  animation: 0.5s ease-out 0s 1 slideInFromRight;
}

.unified_container .row .panel-default #api .social {
  display: table-footer-group;
  position: relative;
  top: 1px;
  width: auto;
}

.unified_container .row .panel-default #api .social .options {
  display: grid;
  grid-template-columns: auto auto;
}

.unified_container .row .panel-default #api ul {
  list-style: none;
  padding-inline-start: 0;
}

.social-caption {
  float: none;
  color: rgba(0, 0, 0, 0.87) !important;
  vertical-align: top;
}

button.social-button span.subtitle1.link::after {
  position: relative;
  font-family: "Source Sans Pro";
  margin: 10px;
  margin-right: 2px;
  content: "Link";
  float: right;
  font-weight: 300;
  color: #fff;
}

button.social-button span.subtitle1.unlink::after {
  position: relative;
  font-family: "Source Sans Pro";
  margin: 10px;
  margin-right: 2px;
  content: "Unlink";
  float: right;
  font-weight: 300;
  color: #fff;
}

button.social-button span.subtitle1::before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  margin: 10px;
  content: "\f054";
  float: right;
  font-weight: 300;
  color: #fff;
}

button.social-button:hover > span.subtitle1::after,
button.social-button:focus > span.subtitle1::after,
button.social-button:hover > span.subtitle1::before,
button.social-button:focus > span.subtitle1::before {
  color: #be143c;
}

.accountButton-lg {
  height: auto !important;
}

.unified_container .row .panel-default #api ul li .accountButton,
button.social-button {
  box-shadow: none;
  color: #be143c;
  background: #ffffff;
  border: 2px solid #dddad7;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px;
  height: 100px;
  width: 100%;
  text-align: left;
}

#profileEdit button.social-button {
  width: 100% !important;
  max-width: 500px;
  display: block;
  margin: 0;
  margin-bottom: 10px;
}

.unified_container .row .panel-default #api ul li .accountButton:hover,
button.social-button:hover,
button.social-button:focus {
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: none;
}

.accountSpan {
  word-break: break-all;
  word-wrap: break-word;
}

.unified_container
  .row
  .panel-default
  #api
  ul
  li
  .accountButton:hover
  span.accountSpan::before,
.unified_container
  .row
  .panel-default
  #api
  ul
  li
  .accountButton:focus
  span.accountSpan::before,
.unified_container
  .row
  .panel-default
  #api
  ul
  li
  .accountButton:focus-visible
  span.accountSpan::before {
  color: #be143c;
}

.unified_container
  .row
  .panel-default
  #api
  ul
  li
  .accountButton-lg
  span.accountSpan::before {
  margin-top: 22px !important;
}

.unified_container
  .row
  .panel-default
  #api
  ul
  li
  .accountButton
  span.accountSpan::before {
  position: sticky;
  font-family: "Font Awesome 5 Pro";
  margin: 10px;
  content: "\f054";
  font-weight: 300;
  float: right;
  color: #fff;
  display: block;
  top: 35%;
  padding: 0px;
}

#btnGoogle {
  color: rgba(0, 0, 0, 0.6);
}

#btnApple {
  color: #000;
}

#btnFacebook {
  color: #1877f2;
}

.unified_container .row .panel-default #api .accountButton,
button.sendNewCode {
  background-size: 10% 70%;
  background-position-x: 3%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  color: #be143c;
  height: 50px;
  width: 95%;
  overflow: hidden;
  border: none;
  background: #ffffff;
  font-weight: 600;
  /* Surfaces / High Emphasis */
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.160784);
  border-radius: 6px;
  -moz-border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
}

button.sendNewCode {
  width: 100%;
}

.unified_container .row .panel-default #api .accountButton:hover,
button.sendNewCode:hover {
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.160784);
}

.unified_container .row .panel-default #api .accountButton:active,
button.sendNewCode:active {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.160784);
  outline: 0;
}

.unified_container .row .panel-default #api .accountButton:focus,
button.sendNewCode:focus {
  background: #ffffff;
  border: none;
}

.unified_container .row .panel-default #api .accountButton:focus-visible,
button.sendNewCode:focus-visible {
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.87);
}

.unified_container .row .panel-default #api .accountButton:disabled,
button.sendNewCode:disabled {
  background: #dddad7;
  color: rgba(0, 0, 0, 0.38);
  box-shadow: none;
}

.claims-provider-list-text-links-bottom-under-form {
  text-align: left;
}

/*Custom red checkbox styles*/

input[type="checkbox"].custom-checkbox {
  display: none !important;
}

.custom-checkbox + label {
  position: relative;
  cursor: pointer;
}

.custom-checkbox + label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #be143c;
  border-radius: 3px;
  padding-left: 2px;
  padding-bottom: 2px;
  margin-top: 5px;
}

.custom-checkbox:checked + label::before {
  content: "\2713";
  position: absolute;
  font-size: 24px;
  color: #be143c;
  padding-left: 2px;
  padding-bottom: 2px;
  margin-top: 5px;
}

@media screen and (max-width: 320px) {
  .unified_container .row .panel-default #api .localAccount .rememberMe {
    margin-top: 1.75rem;
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
  .unified_container
    .row
    .panel-default
    #api
    .localAccount
    .entry
    .entry-item
    .password-label
    #forgotPassword {
    bottom: -1rem;
  }
  .forgot-password.center-height {
    top: 0;
    right: 12rem;
    position: relative;
  }
  .social .intro h2::before {
    position: absolute;
    top: 51%;
    left: 0%;
    overflow: hidden;
    width: 14%;
    height: 1px;
    content: "\a0";
    background-color: #dddad7;
  }
  .social .intro h2::after {
    position: absolute;
    top: 51%;
    right: 0%;
    overflow: hidden;
    width: 14%;
    height: 1px;
    content: "\a0";
    background-color: #dddad7;
  }

  .logoImg {
    vertical-align: sub;
  }

    #profileEdit [class^="col-"] {
        margin-left: 0;
    }

  #profileEdit #attributeList ul li input {
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 600px) {
  .separator {
    display: none;
  }
  nav {
    height: 70px;
    background-size: 100px 45px;
  }
  body {
    font-size: 16px;
    line-height: 24px;
    background-image: url("https://mvpb2csandboxui.blob.core.windows.net/root/en/member/images/mvp-portal-bg-xs.jpg");
  }
  h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: 48px;
    margin: 0;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
  }
  .social .intro h2 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  h3 {
    font-size: 22px;
    line-height: 40px;
    margin: 0;
  }
  h4 {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
  }
  .subtitle1,
  .unified_container .row .panel-default #api ul li .accountButton {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  #profileEdit .subtitle1 {
    font-size: 20px;
  }
  .subtitle2 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
  .unified_container .row .panel-default #api .social .options {
    grid-template-columns: auto;
  }
  .unified_container .row .panel-default #api .accountButton {
    width: 100%;
  }
  .col-lg-6 {
    max-width: 320px;
    padding: 32px 20px;
  }
  #profileEdit .col-sm-12, .col-md-12 {
    max-width: calc(100% - 40px);
    padding: 32px 20px;
  }
  .row {
    padding-left: 0;
    padding-right: 0;
  }
  #signinLinks ul li {
    display: block;
  }
  button {
    font-size: 16px;
    line-height: 24px;
  }
  .unified_container
    .row
    .panel-default
    #api
    .localAccount
    .entry
    .entry-item
    label {
    font-size: 16px;
    line-height: 24px;
  }
  .entry-item i.fal,
  .attrEntry i.fal {
    top: 42px;
  }
  .entry-item input.highlightError ~ i.fal,
  .attrEntry input.highlightError ~ i.fal {
    top: 41px;
  }
  .social .intro h2::before {
    position: absolute;
    top: 51%;
    left: 0%;
    overflow: hidden;
    width: 14%;
    height: 1px;
    content: "\a0";
    background-color: #dddad7;
  }
  .social .intro h2::after {
    position: absolute;
    top: 51%;
    right: 0%;
    overflow: hidden;
    width: 14%;
    height: 1px;
    content: "\a0";
    background-color: #dddad7;
  }

  #GoogleExchange,
  #FacebookExchange,
  #AppleExchange,
  #SignInWithMagicLinkExchange {
    background-size: 20px 20px !important;
  }

  .logoImg {
    vertical-align: sub;
  }

#profileEdit [class^="col-"] {
        margin-left: 0;
    }
  #profileEdit #attributeList ul li input {
    width: 100%;
    margin-right: 0px;
  }
  #rollover-bottom-text {
    margin-bottom: 45px;
  }

  #rollover-text-header {
    margin-top: 30px;
  }
}

/*S Screen*/

@media screen and (min-width: 600px) {
  .separator {
    display: none;
  }
  body {
    background-image: url("https://mvpb2csandboxui.blob.core.windows.net/root/en/member/images/mvp-portal-bg-sm.jpg");
  }
  nav {
    height: 70px;
    background-size: 100px 45px;
  }
  h1 {
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    margin: 0;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 28px;
    line-height: 44px;
    margin: 0;
  }
  .social .intro h2 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
  }
  h5 {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
  }
  .subtitle1,
  .unified_container .row .panel-default #api ul li .accountButton {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }
  .subtitle2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
  }
  .overline {
    line-height: 20px;
  }
  .unified_container .row .panel-default #api .social .options {
    grid-template-columns: auto;
  }
  .unified_container .row .panel-default #api .accountButton {
    width: 100%;
  }
  .col-md-12 {
    max-width: 600px;
    padding: 32px 20px;
  }
  .row {
    padding-left: 0;
    padding-right: 0;
  }
  #signinLinks ul li {
    display: block;
  }
  button {
    font-size: 16px;
    line-height: 24px;
  }
  .unified_container
    .row
    .panel-default
    #api
    .localAccount
    .entry
    .entry-item
    label {
    font-size: 16px;
    line-height: 24px;
  }
  .entry-item i.fal,
  .attrEntry i.fal {
    top: 42px;
  }
  .entry-item input.highlightError ~ i.fal,
  .attrEntry input.highlightError ~ i.fal {
    top: 41px;
  }
  #GoogleExchange,
  #FacebookExchange,
  #AppleExchange,
  #SignInWithMagicLinkExchange {
    background-size: 20px 20px !important;
  }

  .logoImg {
    vertical-align: sub;
  }

  .social .intro h2::before {
    position: absolute;
    top: 51%;
    left: 0%;
    overflow: hidden;
    width: 15%;
    height: 1px;
    content: "\a0";
    background-color: #dddad7;
  }
  .social .intro h2::after {
    position: absolute;
    top: 51%;
    right: 0%;
    overflow: hidden;
    width: 15%;
    height: 1px;
    content: "\a0";
    background-color: #dddad7;
  }
  #profileEdit #attributeList ul li input {
    width: 100%;
    margin-right: 0px;
  }

  #rollover-bottom-text {
    margin-bottom: 96px;
  }
  #rollover-text-header {
    margin-top: 60px;
  }
}

/*M Screen*/

@media screen and (min-width: 768px) {
  nav {
    height: 90px;
    background-position: center;
  }
  .nav {
    top: 14%;
  }
  .separator {
    display: inline;
  }
  #signinLinks ul li {
    display: inline;
  }
  body {
    font-size: 18px;
    line-height: 28px;
    background-image: url("https://mvpb2csandboxui.blob.core.windows.net/root/en/member/images/mvp-portal-bg-md.jpg");
  }
  .body2 {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 52px;
  }
  h2 {
    font-size: 32px;
    line-height: 48px;
    margin: 0;
  }
  .social .intro h2 {
    font-size: 14px;
    line-height: 20px;
  }
  h3 {
    font-size: 28px;
    line-height: 44px;
    margin: 0;
  }
  h4 {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
  }
  h5 {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
  }
  .subtitle1,
  .unified_container .row .panel-default #api ul li .accountButton {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
  }
  .subtitle2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
  }
  .caption {
    font-size: 14px;
    line-height: 20px;
  }
  .overline {
    font-size: 16px;
    line-height: 24px;
  }
  .unified_container .row .panel-default #api .social .options {
    grid-template-columns: auto auto;
  }
  .unified_container .row .panel-default #api .accountButton {
    width: 95%;
    text-align: right;
    padding-right: 30px;
    font-size: 16px;
  }
  #SignInWithMagicLinkExchange {
    padding-right: 40px !important;
  }
  .col-sm-12 {
    max-width: 745px;
    padding: 32px 20px;
  }
  #GoogleExchange,
  #FacebookExchange,
  #AppleExchange,
  #SignInWithMagicLinkExchange {
    background-size: 24px 24px !important;
  }

  .logoImg {
    vertical-align: unset;
  }

  .social .intro h2::before {
    position: absolute;
    top: 51%;
    left: 0%;
    overflow: hidden;
    width: 22%;
    height: 1px;
    content: "\a0";
    background-color: #dddad7;
  }
  .social .intro h2::after {
    position: absolute;
    top: 51%;
    right: 0%;
    overflow: hidden;
    width: 22%;
    height: 1px;
    content: "\a0";
    background-color: #dddad7;
  }
  #profileEdit #attributeList ul li input {
    width: 100%;
    margin-right: 0px;
  }
}

/*L Screen*/

@media screen and (min-width: 992px) {
  h1 {
    font-weight: 300;
    font-size: 40px;
    line-height: 56px;
  }
  h2 {
    font-size: 36px;
    line-height: 52px;
    margin: 0;
  }
  h3 {
    font-size: 32px;
    line-height: 48px;
    margin: 0;
  }
  h4 {
    font-size: 28px;
    line-height: 44px;
    margin: 0;
  }
  h5 {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
  }
  .subtitle1,
  .unified_container .row .panel-default #api ul li .accountButton {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
  }
  .subtitle2 {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
  }
  button,
  button:active,
  button:hover,
  button::after,
  button:focus,
  .button {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }
  label {
    font-size: 18px;
    line-height: 28px;
  }
  body {
    background-image: url("https://mvpb2csandboxui.blob.core.windows.net/root/en/member/images/mvp-portal-bg-lg.jpg");
  }
  .unified_container
    .row
    .panel-default
    #api
    .localAccount
    .entry
    .entry-item
    label {
    font-size: 18px;
    line-height: 28px;
  }
  .social .intro h2::before {
    position: absolute;
    top: 51%;
    left: 0%;
    overflow: hidden;
    width: 21%;
    height: 1px;
    content: "\a0";
    background-color: #dddad7;
  }
  .social .intro h2::after {
    position: absolute;
    top: 51%;
    right: 0%;
    overflow: hidden;
    width: 21%;
    height: 1px;
    content: "\a0";
    background-color: #dddad7;
  }

  .entry-item i.fal,
  .attrEntry i.fal {
    top: 44px;
  }
  .entry-item input.highlightError ~ i.fal,
  .attrEntry input.highlightError ~ i.fal {
    top: 44px;
  }

  .error {
    font-size: 18px;
    line-height: 28px;
  }
  #profileEdit .col-lg-6 {
    max-width: 800px !important;
  }
  #profileEdit #attributeList ul li input {
    width: 50%;
    margin-right: 10px;
  }
}

/*XL Screen*/

@media screen and (min-width: 1200px) {
  body {
    font-size: 20px;
    line-height: 32px;
    background-image: url("https://mvpb2csandboxui.blob.core.windows.net/root/en/member/images/mvp-portal-bg-xl.jpg");
  }
  .body2 {
    font-size: 18px;
    line-height: 28px;
  }
  h1 {
    font-weight: 300;
    font-size: 46px;
    line-height: 64px;
  }
  h2 {
    font-size: 40px;
    line-height: 56px;
    margin: 0;
  }
  h3 {
    font-size: 36px;
    line-height: 52px;
    margin: 0;
  }
  h4 {
    font-size: 32px;
    line-height: 48px;
    margin: 0;
  }
  h5 {
    font-size: 28px;
    line-height: 44px;
    margin: 0;
  }
  .subtitle1,
  .unified_container .row .panel-default #api ul li .accountButton {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
  }
  .subtitle2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
  }

  .entry-item i.fal,
  .attrEntry i.fal {
    top: 48px;
  }
  .entry-item input.highlightError ~ i.fal,
  .attrEntry input.highlightError ~ i.fal {
    top: 44px;
  }
}

