body {
  font-family: "Gilmer";
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--dark-blue-950, rgba(17, 24, 39, 1));
  position: relative;
}
.message {
  width: 866px !important;
  height: 56px !important;
  top: 20px;
  gap: 10px !important;
  border-radius: 12px !important;
  position: absolute !important;
  z-index: 1000;
  padding-left: 24px;
  padding-right: 24px;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message p {
  max-width: 790px !important;
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-50, rgba(244, 246, 251, 1));
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide the overflowed text */
  text-overflow: ellipsis; /* Add ellipsis (...) */
}

.message button {
  height: 24px;
  width: 24px;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}
header {
  width: 100%;
  height: 84px;
  background: var(--dark-blue-950, rgba(17, 24, 39, 1));
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
header img {
  width: 150px;
  height: 36px;
}
header div {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 1);
  display: flex;
}
header span {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 1);
}
main {
  flex: 1;
  width: 100%;
  display: flex;
  background: var(--dark-blue-950, rgba(17, 24, 39, 1));
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main div {
  width: 1090px;
  height: 768px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.topSection {
  width: 222px;
  height: 68px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 10;
  background: rgba(255, 255, 255, 1);
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-700, rgba(43, 71, 121, 1));
  margin: 0;
}
.loginCard {
  width: 1090px;
  height: 725px;
  border-radius: 18.48px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 8px 0px rgba(60, 110, 112, 0.16),
    0px 15px 15px 0px rgba(60, 110, 112, 0.14),
    0px 34px 20px 0px rgba(60, 110, 112, 0.08),
    0px 60px 24px 0px rgba(60, 110, 112, 0.02),
    0px 94px 26px 0px rgba(60, 110, 112, 0);
  display: flex;
  z-index: 100;
  margin-top: -23px;
  position: relative;
}
.advert {
  width: 533px;
  height: 674px;
  top: 25px;
  left: 24px;
  border-radius: 10px;
  position: absolute;
  display: block;
  background: linear-gradient(0deg, #eaecf1, #eaecf1),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.closeIcon {
  top: 13px;
  left: 1063px;
  position: absolute;
  display: block;
}
.closeButton {
  width: 24px;
  height: 24px;
  all: unset;
  cursor: pointer;
}
.loginCard h1 {
  top: 183px;
  left: 739px;
  position: absolute;
  display: block;
  font-family: "Gilmer";
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1.2px;
  color: rgba(0, 0, 0, 1);
}
.inputSection {
  top: 249px;
  left: 598px;
  gap: 16px;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 435px;
  height: 160px;
}
.inputSection div {
  width: 240px;
  height: 72px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}
.inputSection div p {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  padding: 0;
  margin: 0;
}
.inputSection div input {
  width: 240px;
  height: 40px;
  border-width: 1px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 226, 230, 1);
  padding: 0;
  margin: 0;
  text-indent: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
  font-family: "Gilmer";
  outline: none;
}
.inputSection div input::placeholder {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
}

.loginCard {
  width: 1090px;
  height: 725px;
  border-radius: 18.48px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 8px 0px rgba(60, 110, 112, 0.16),
    0px 15px 15px 0px rgba(60, 110, 112, 0.14),
    0px 34px 20px 0px rgba(60, 110, 112, 0.08),
    0px 60px 24px 0px rgba(60, 110, 112, 0.02),
    0px 94px 26px 0px rgba(60, 110, 112, 0);
  display: flex;
  z-index: 100;
  margin-top: -23px;
  position: relative;
}
.advert {
  width: 533px;
  height: 674px;
  top: 25px;
  left: 24px;
  border-radius: 10px;
  position: absolute;
  display: block;
  background: linear-gradient(0deg, #eaecf1, #eaecf1),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.closeIcon {
  top: 13px;
  left: 1063px;
  position: absolute;
  display: block;
}
.firstStepContainer {
  width: 485px;
  height: 96px;
  top: 25px;
  left: 581px;
  gap: 16px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.firstStepContainer h2 {
  font-family: "Gilmer";
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1.2%;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  margin: 0;
  padding: 0;
}
.line {
  width: 485px;
  border-width: 1px;
  border: 1px solid var(--dark-blue-100, rgba(232, 236, 246, 1));
}
.firstStepContent {
  width: 485px;
  height: 32px;
  gap: 8px;
  flex-direction: row;
  display: flex;
}
.firstStep {
  height: 32px;
  gap: 4px;
  flex-direction: column;
  display: flex;
}
.firstStep div {
  height: 16px;
  border-radius: 8px;
  background: var(--dark-blue-100, rgba(232, 236, 246, 1));
}
.firstStep p {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2%;
  text-align: center;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  margin: 0;
  padding: 0;
}
.mailContainer {
  width: 485px;
  height: 214px;
  top: 249px;
  left: 581px;
  flex-direction: column;
  display: flex;
  position: absolute;
  align-items: flex-start;
}
.mailContainer h2 {
  font-family: "Gilmer";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  margin-top: 0;
}
.mailContainer label {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  margin-bottom: 6px;
  margin-top: 0;
}
.mailContainer input {
  width: 485px;
  height: 40px;
  border-width: 1px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 226, 230, 1);

  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
  font-family: "Gilmer";
  outline: none;
  margin-bottom: 48px;
  margin-top: 0;
}
.mailContainer input::placeholder {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
}
.mailContainer button {
  width: 310px;
  height: 48px;
  border: 1px solid;
  border-radius: 12px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 1.2%;
  text-align: center;
  color: rgba(255, 242, 241, 1);
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.48) 100%
    ),
    linear-gradient(145.45deg, #f15025 20.39%, #e73725 79.61%);
  margin-left: 87.5px;
}
.communicationContainer {
  width: 485px;
  height: 64px;
  top: 635px;
  left: 581px;
  justify-content: space-between;
  position: absolute;
  flex-direction: row;
  display: flex;
  align-items: flex-end;
}
.partnerContent {
  width: 271.8341979980469px;
  height: 40px;
  gap: 10px;
  border-radius: 8px;
  background: var(--green-50, rgba(244, 249, 249, 1));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  cursor: pointer;
}
.partnerImage {
  width: 65.8342056274414px;
  height: 24px;
  display: flex;
}
.partnerContent p {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
}
.communicationContainer span {
  width: 21px; /* Simplified width */
  transform: rotate(-90deg); /* Rotation applied using transform */
  border: 0.75px solid var(--greu-600, rgba(75, 96, 111, 1)); /* Border shorthand */
  margin-bottom: 19px;
}
.phoneNumberContent {
  width: 196px;
  height: 64px;
  gap: 8px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
.phoneNumberContent p {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  margin: 0;
}
.phoneNumberSection {
  width: 196px;
  height: 40px;
  gap: 12px;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--dark-blue-200, rgba(203, 216, 236, 1));
  flex-direction: row;
  display: flex;
}
.phoneNumberSection p {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
}
.secondStepContainer {
  width: 485px;
  height: 96px;
  top: 25px;
  left: 581px;
  gap: 16px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secondStepContent {
  width: 485px;
  height: 32px;
  gap: 8px;
  flex-direction: row;
  display: flex;
}
.confirmationCodeContiner {
  width: 485px;
  height: 120px;
  top: 249px;
  left: 581px;

  position: absolute;
  align-items: flex-start;
}

.confirmationCodeContiner span {
  font-family: "Gilmer", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.2%;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  white-space: nowrap; /* Prevents text from wrapping */
  overflow: hidden; /* Hides overflowed text */
  text-overflow: ellipsis; /* Adds ellipsis (...) when text overflows */
  max-width: 485px;
  margin-bottom: 24px;
  margin-top: 0;
}
.confirmationCodeContiner p {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  margin-bottom: 8px;
  margin-top: 0;
}
.codeContent {
  width: 485px;
  height: 40px;
  gap: 4px;
  flex-direction: row;
  display: flex;
}
.codeContent input {
  width: 42px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(222, 226, 230, 1);
  outline: none;
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  padding: 0;
}

.codeContent input::-webkit-outer-spin-button,
.custom-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.codeContent input[type="number"] {
  -moz-appearance: textfield; /* For Firefox */
}
.codeContent button {
  width: 185px;
  height: 40px;
  border: 1px solid;
  border-radius: 12px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--CTA-50, rgba(255, 242, 241, 1));
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.48) 100%
    ),
    linear-gradient(145.45deg, #f15025 20.39%, #e73725 79.61%);
  margin-left: 12px;
}
.secondStepCommunicationContainer {
  top: 659px;
  left: 581px;
  width: 485px;
  height: 40px;
  gap: 12px;
  border-radius: 8px;
  flex-direction: row;
  display: flex;
  position: absolute;
  border: 1px solid var(--dark-blue-200, rgba(203, 216, 236, 1));
  justify-content: center;
  align-items: center;
}
.secondStepCommunicationText {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--greu-600, rgba(75, 96, 111, 1));
}
.secondStepCommunicationContainer span {
  width: 21px;
  transform: rotate(-90deg);
  border-width: 1px;
  border: 1px solid var(--greu-600, rgba(75, 96, 111, 1));
}
.newPasswordContainer {
  width: 485px;
  height: 298px;
  top: 207px;
  left: 581px;
  gap: 24px;
  position: absolute;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.newPasswordContainer p {
  font-family: "Gilmer";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
  margin: 0;
}
.emailContent {
  width: 327px;
  height: 70px;
  gap: 6px;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.emailContent p {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: var(--greu-600, rgba(75, 96, 111, 1));
}
.emailContent span {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  width: 295px;
  height: 40px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 6px;
  background: var(--bg_green, rgba(236, 241, 241, 1));
  border: 1px solid rgba(222, 226, 230, 1);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: flex;
}
.emaiInputContent {
  width: 485px;
  height: 156px;
  gap: 16px;
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.inputContent {
  width: 320px;
  height: 156px;
  gap: 16px;
  flex-direction: column;
  display: flex;
}
.inputContent div {
  width: 320px;
  height: 70px;
  gap: 6px;
  display: flex;
  flex-direction: column;
}
.inputContent div p {
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.2px;
  margin: 0;
  color: var(--dark-blue-950, rgba(17, 24, 39, 1));
}
.inputContent div input {
  width: 320px;
  height: 40px;
  border-width: 1px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 226, 230, 1);
  padding: 0;
  margin: 0;
  text-indent: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(173, 181, 189, 1);
  text-indent: 12px;
  font-family: "Gilmer";
  outline: none;
}
.passwordControlContent {
  width: 149px;
  height: 132px;
  gap: 12px;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.passwordControlContent p {
  font-family: "Gilmer";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  color: var(--greu-600, rgba(75, 96, 111, 1));
  height: 24px;

  display: flex;
  align-items: flex-end;
}
.loginPanel {
  position: absolute;
  top: 651px;
  left: 581px;
  width: 485px;
  height: 48px;
  border: 1px solid;
  border-radius: 12px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Gilmer";
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 1.2%;
  text-align: center;
  color: rgba(255, 242, 241, 1);
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.48) 100%
    ),
    linear-gradient(145.45deg, #f15025 20.39%, #e73725 79.61%);
}
