@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
}

html {
  display: flex;
  min-height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #2D3841;
  display: flex;
  flex-direction: column;
  font: 400 16px/26px "Inter", "Arial", sans-serif;
  margin: 0;
  min-height: 100%;
  width: 100%;
  background-image: url("https://ringplan.blob.core.windows.net/b2c/dev/img/bkg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

header,
main,
footer,
section,
nav,
fieldset {
  display: block;
}

fieldset {
  border: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}

a {
  color: #1480E1;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.26px;
  outline: none;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}

p {
  color: #9298A0;
  /* Caption 1/Regular */
  font-family: "Inter", "Arial", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.2px;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.layout {
  margin: 0 auto;
  padding: 0 15px;
  width: 1200px;
}

.row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
}

.l1 {
  width: 8.3333333333%;
}

.l2 {
  width: 16.6666666667%;
}

.l3 {
  width: 25%;
}

.l4 {
  width: 33.3333333333%;
}

.l5 {
  width: 41.6666666667%;
}

.l6 {
  width: 50%;
}

.l7 {
  width: 58.3333333333%;
}

.l8 {
  width: 66.6666666667%;
}

.l9 {
  width: 75%;
}

.l10 {
  width: 83.3333333333%;
}

.l11 {
  width: 91.6666666667%;
}

.l12 {
  width: 100%;
}

.btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  transition: background 0.5s, border 0.5s, box-shadow 0.5s, color 0.5s;
}
.btn-m {
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 12px;
  text-align: center;
  text-transform: uppercase;
}
.btn-full {
  width: 100%;
}
.btn-green {
  background: #0C6DC7;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  margin: 0;
  outline: none;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s, color 0.5s;
  gap: 4px;
}
.btn-green:hover, .btn-green:focus {
  background: #0A579F;
}
.btn-green:active {
  background: #074177;
  color: #fff;
}
.btn-blue {
  background: #00A2DD;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  margin: 0;
  outline: none;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s, color 0.5s;
  gap: 4px;
}
.btn-blue:hover, .btn-blue:focus {
  background: #008fc4;
}
.btn-blue:active {
  background: #007daa;
  color: #aae8ff;
}
.btn-transparent {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
.btn-transparent:hover, .btn-transparent:focus {
  color: rgba(255, 255, 255, 0.8);
}
.btn-transparent:active {
  color: #fff;
}
.btn-white-border {
  background: transparent;
  box-shadow: inset 0 0 0 1px #D3DCE0;
  color: #fff;
  border-radius: 2px;
}
.btn-white-border:hover, .btn-white-border:focus {
  background: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #576A72;
}
.btn-white-border:active {
  background: #f2f2f2;
  color: rgb(64.9253731343, 79.1044776119, 85.0746268657);
}

button {
  cursor: pointer;
}

.entry-item + .entry-item {
  margin-top: 10px;
}

label {
  color: #fff;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.azure-login__left h1 {
  position: absolute;
  top: 363px;
  left: 114px;
  width: 480px;
  align-self: stretch;
  color: #FFF;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 118.519% */
  letter-spacing: -0.5px;
}
.azure-login__left p.subline {
  position: absolute;
  top: 515px;
  left: 114px;
  width: 480px;
  align-self: stretch;
  opacity: 0.8;
  color: #FFF;
  /* Headline/Regular */
  font-family: "Inter", "Arial", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.5px;
}
.azure-login__left p.copyline {
  position: absolute;
  top: 866px;
  left: 617px;
  opacity: 0.5;
  color: #FFF;
  text-align: center;
  /* Caption 2/Regular */
  font-family: "Inter", "Arial", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.2px;
}
.azure-login__right {
  position: absolute;
  right: 0;
  padding: 96px 114px 96px 0;
}
.azure-login__right h2 {
  color: #1F2023;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.5px;
  /*margin: 0 0 25px;*/
}
.azure-login__right .social .options {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.azure-login__right .social .options > div {
  width: 100%;
}
.azure-login__right .social .options > div button {
  color: #1F2023;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  width: 100%;
  height: 42px;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #C8D3E0;
  /* Buttons/btn_shadow */
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
.azure-login__right .social .options > div button:hover {
  background: #ededed;
}
.azure-login__right .social .options > div button:active, .azure-login__right .social .options > div button:focus {
  background: #e6e6e6;
}
.azure-login__right .social .options > div button::before {
  background: center no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 111px;
}
.azure-login__right .social .options > div button#GoogleExchange::before {
  background-image: url("https://ringplan.blob.core.windows.net/b2c/dev/img/social/google.svg");
  left: 119px;
}
.azure-login__right .social .options > div button#MSAExchange::before {
  background-image: url("https://ringplan.blob.core.windows.net/b2c/dev/img/social/windows.svg");
  left: 111px;
}
.azure-login__right .social .options > div button#FacebookExchange::before {
  background-image: url("https://ringplan.blob.core.windows.net/b2c/dev/img/social/fb.svg");
}
.azure-login__right .social .options > div button#LinkedInExchange::before {
  background-image: url("https://ringplan.blob.core.windows.net/b2c/dev/img/social/ln.svg");
}
.azure-login__right .social .options > div button#TwitterExchange::before {
  background-image: url("https://ringplan.blob.core.windows.net/b2c/dev/img/social/tw.svg");
}
.azure-login__right .social .options > div button#AppleExchange::before {
  background-image: url("https://ringplan.blob.core.windows.net/b2c/dev/img/social/apple.svg");
  left: 125px;
}
.azure-login__right .localAccount .entry-item {
  position: relative;
  gap: 4px;
  display: flex;
  flex-direction: column;
}
.azure-login__right .localAccount .entry-item #signInName {
  background: url("https://ringplan.blob.core.windows.net/b2c/dev/img/ico-mail.svg") no-repeat scroll 11px 10px;
  padding-left: 36px;
}
.azure-login__right .localAccount .entry-item #password {
  background: url("https://ringplan.blob.core.windows.net/b2c/dev/img/ico-lock.svg") no-repeat scroll 11px 10px;
  padding-left: 36px;
}
.azure-login__right .localAccount .entry-item + .entry-item {
  margin-top: 10px;
}
.azure-login__right .localAccount #forgotPassword {
  position: absolute;
  bottom: -146px;
  left: 96px;
}
.azure-login__right .localAccount .buttons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: -11px;
  right: 0;
}
.azure-login__right .localAccount .buttons button {
  background: #0C6DC7;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  margin: 0;
  outline: none;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s, color 0.5s;
  gap: 4px;
}
.azure-login__right .localAccount .buttons button:hover, .azure-login__right .localAccount .buttons button:focus {
  background: #0A579F;
}
.azure-login__right .localAccount .buttons button:active {
  background: #074177;
  color: #fff;
}
.azure-login__right .localAccount .divider {
  display: none;
}
.azure-login__right .localAccount .create {
  position: absolute;
  bottom: 219px;
  right: 251px;
}
.azure-login__right .localAccount .create p {
  color: transparent;
  user-select: none;
  font-size: 0;
}
.azure-login__right .localAccount .create a {
  text-decoration: none;
}
.azure-login__right #attributeVerification .buttons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.azure-login__right #attributeVerification .buttons.verify {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_send_code,
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_change_claims,
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_verify_code {
  background: #00A2DD;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  margin: 0;
  outline: none;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s, color 0.5s;
  gap: 4px;
  margin: 30px 0 0;
}
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_send_code:hover, .azure-login__right #attributeVerification .buttons #emailVerificationControl_but_send_code:focus,
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_change_claims:hover,
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_change_claims:focus,
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_verify_code:hover,
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_verify_code:focus {
  background: #008fc4;
}
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_send_code:active,
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_change_claims:active,
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_verify_code:active {
  background: #007daa;
  color: #aae8ff;
}
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_verify_code {
  margin-right: 20px;
  order: 1;
}
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_send_new_code {
  background: transparent;
  box-shadow: inset 0 0 0 1px #D3DCE0;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 30px 0 0;
  order: 1;
  outline: none;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s, color 0.5s;
}
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_send_new_code:hover, .azure-login__right #attributeVerification .buttons #emailVerificationControl_but_send_new_code:focus {
  background: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #576A72;
}
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_send_new_code:active {
  background: #f2f2f2;
  color: rgb(64.9253731343, 79.1044776119, 85.0746268657);
}
.azure-login__right #attributeVerification .buttons #continue {
  background: #0C6DC7;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  margin: 0;
  outline: none;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s, color 0.5s;
  gap: 4px;
  margin: 0;
  order: 1;
}
.azure-login__right #attributeVerification .buttons #continue:hover, .azure-login__right #attributeVerification .buttons #continue:focus {
  background: #0A579F;
}
.azure-login__right #attributeVerification .buttons #continue:active {
  background: #074177;
  color: #fff;
}
.azure-login__right #attributeVerification .buttons #cancel {
  background: transparent;
  box-shadow: inset 0 0 0 1px #D3DCE0;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 20px 0 0;
  outline: none;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s, color 0.5s;
}
.azure-login__right #attributeVerification .buttons #cancel:hover, .azure-login__right #attributeVerification .buttons #cancel:focus {
  background: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #576A72;
}
.azure-login__right #attributeVerification .buttons #cancel:active {
  background: #f2f2f2;
  color: rgb(64.9253731343, 79.1044776119, 85.0746268657);
}
.azure-login__right #attributeVerification .attr ul > li:first-child {
  margin-bottom: 30px;
}
.azure-login__right #attributeVerification .attr ul > li + li {
  margin-top: 10px;
}
.azure-login__right #attributeVerification .attr ul > li .attrEntry.validate .error.show {
  display: block;
  opacity: 1;
}
.azure-login__right #attributeVerification .attr ul > li .attrEntry.validate input.invalid {
  border-color: #fd6a6a;
}
.azure-login__right .verificationErrorTest,
.azure-login__right .verificationInfoText,
.azure-login__right .verificationSuccessText,
.azure-login__right .verificationErrorText {
  color: #fff;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 15px;
  line-height: 4;
  margin: 0 0 25px;
}
.azure-login__right .verificationErrorTest {
  color: red;
}
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_send_code,
.azure-login__right #attributeVerification .buttons #emailVerificationControl_but_change_claims {
  margin-top: 15px;
}

div.rememberMe {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 35px;
}
div.rememberMe label {
  color: #1F2023 !important;
  font-family: "Inter", "Arial", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 18px !important; /* 128.571% */
  letter-spacing: -0.28px !important;
}

div.error p {
  font-size: 13px;
  color: red;
  padding: 9px 0;
  line-height: 18px;
}

.mobile-logo__container {
  display: none;
}
.mobile-logo__container img {
  width: 110px;
  height: 40px;
}

#api {
  padding: 40px 48px 24px 48px;
  width: 492px;
  height: 708px;
  border-radius: 16px;
  border: #E3EAF2;
  background: #FFF;
  /* Component/component_shadow */
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}
#api > div.social > div.intro {
  padding-top: 84px;
  position: relative;
}
#api > div.social > div.intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 105px; /* Adjust as needed */
  height: 54px; /* Adjust as needed */
  background-image: url("https://ringplan.blob.core.windows.net/b2c/dev/img/ringplan_ztelco_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
#api > div.social > div.intro > h2 {
  margin: 0 0 24px 0;
}
#api > div.social > div.options {
  display: flex;
  width: 396px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
#api > div.divider {
  margin-top: 32px;
  margin-bottom: 20px;
  color: #1F2023;
  /* Subheadline/Bold */
  font-family: "Inter", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.5px;
}
#api > div.divider:before {
  content: "Sign in with your email";
}
#api > div.divider > h2 {
  display: none;
}
#api > div.localAccount > div.intro {
  display: none;
}
#api > div.localAccount > div.entry {
  position: relative;
}
#api > div.localAccount > div.entry * label {
  color: #5C6168;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.26px;
}
#api input:not([type=checkbox]) {
  /* Your styles here */
  display: flex;
  width: 396px;
  height: 40px;
  padding: 11px 12px;
  align-items: flex-start;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #C8D3E0;
  background: #FFF;
  /* Component/component_shadow */
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
  color: #1F2023;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.28px;
  outline: none;
}
#api input:not([type=checkbox]):hover {
  border-color: #91A0B5;
}
#api input:not([type=checkbox]):focus {
  border-color: #1480E1;
  border-width: 1.5px;
}
#api input:not([type=checkbox])::placeholder {
  color: #9298A0;
}
#api input[type=checkbox] {
  cursor: pointer;
  max-width: 18px;
  max-height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 4px;
  border: 1px solid #C8D3E0;
  background: #FFF;
  margin: 0;
  accent-color: #0C6DC7;
}
#api input[type=checkbox]:checked:hover {
  accent-color: #0A579F;
}
#api input[type=checkbox]:checked:focus {
  accent-color: #074177;
}

button#MSAExchange.accountButton {
  position: relative;
  color: transparent; /* Hide the original text */
}

/* Use the ::after pseudo-element to display new text */
button#MSAExchange.accountButton::after {
  content: "Sign in with Microsoft";
  position: absolute;
  top: 11px;
  left: 140px;
  color: #1F2023; /* Use your desired text color */
  font-family: "Poppins", "Arial", sans-serif; /* Use the button's font */
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

button#GoogleExchange.accountButton {
  position: relative;
  color: transparent; /* Hide the original text */
}

/* Use the ::after pseudo-element to display new text */
button#GoogleExchange.accountButton::after {
  content: "Sign in with Google";
  position: absolute;
  top: 11px;
  left: 147px;
  color: #1F2023; /* Use your desired text color */
  font-family: "Poppins", "Arial", sans-serif; /* Use the button's font */
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

button#AppleExchange.accountButton {
  position: relative;
  color: transparent; /* Hide the original text */
}

/* Use the ::after pseudo-element to display new text */
button#AppleExchange.accountButton::after {
  content: "Sign in with Apple";
  position: absolute;
  top: 11px;
  left: 152px;
  color: #1F2023; /* Use your desired text color */
  font-family: "Poppins", "Arial", sans-serif; /* Use the button's font */
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/*# sourceMappingURL=initial.css.map */
