body {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
}

.language-dropdown {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.language-dropdown label {
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
}

.language-dropdown select {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #ccc;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

label:has(+ input:required):after {
    content: ' *';
    color: black;
}

.button {
  width: 100%;
  max-width: 300px;
  padding: 12px 24px;
  border-radius: 12px;
  background-color: #0869d8;
  font-size: 16px;
  font-weight: 500;
}

.button:disabled, .button[disabled] {
    background-color: gray;
    cursor: not-allowed;
}

.password-reset-form {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center align inputs and button */
    gap: 20px; /* Add spacing between each element */
}

.password-reset-container {
    display: flex;
    flex-direction: column; /* Stack label vertically */
    align-items: flex-start; /* Align label and input to the left */
    margin-bottom: 20px;
}

.password-reset-input-label {
    font-size: 14px; /* Adjust font size of the label */
    font-family: Inter, sans-serif; /* Example font */
    font-weight: 500;
    color: #000; /* Label text color */
    margin-left: 8px; /* Add 8px gap to the left */
}

.password-input-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.password-reset-input {
    width: 100%;
    max-width: 300px;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    user-select: none;
    border: solid;
    padding-right: 40px; /* Adjust padding to make space for the eye icon */
}

.password-reset-input:focus {
    outline: #2bbee7 auto 3px;
}

.password-reset-input:invalid:not(:focus):not(:placeholder-shown) {
    border-color: red;
}

.password-reset-input:valid:not(:focus):not(:placeholder-shown) {
    border-color: #5fa550;
}

.password-reset-hint {
    width: 303px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
    font-family: Inter, serif;
    font-weight: 500;
    line-height: 16.80px;
    word-wrap: break-word
}

#resetPasswordOnWebButton {
    margin-top: 20px; /* Adjust the value to your preference */
    width: 70%;
    text-align: center;
    margin-left: 1%; /* Not Sure why this is needed otherwise buton is not aligned properly */
    margin-right: 8%; /* Not Sure why this is needed otherwise buton is not aligned properly */
}

.image {
  height: 36px;
}

.div-block-37 {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.app-store-badge {
  height: 48px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block {
  font-weight: 500;
}

.section {
  height: 100%;
}

.body {
  overflow: hidden;
  height: 100%;
}

.container {
  height: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

.paragraph {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .app-store-badge {
    height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: hidden;
    height: 100%;
  }
}

#w-node-_5674a288-bef6-0e03-799b-ab84ce1b9794-b95e0b28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5674a288-bef6-0e03-799b-ab84ce1b9796-b95e0b28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5674a288-bef6-0e03-799b-ab84ce1b9794-7656d41b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5674a288-bef6-0e03-799b-ab84ce1b9796-7656d41b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5674a288-bef6-0e03-799b-ab84ce1b9794-cf70c1fc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5674a288-bef6-0e03-799b-ab84ce1b9796-cf70c1fc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

.hide-component {
    display: none;
}

.show-component {
    display: block;
}

.svg-toggle-password {
    fill: rgba(8, 105, 216, 70%);
}

.toggle-password {
    background: none;
    border: none;
    color: #0869d8;
    cursor: pointer;
    font-size: 14px;
    margin-left: 8px;
    user-select: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.toggle-password:focus {
    outline: none;
}

.eye-icon {
    width: 20px;
    height: 20px;
    stroke: #0869d8;
    fill: none;
}

.spinner {
    animation: dash 2s linear infinite;
    animation-direction: normal;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 150.6 100.4;
    }
    50% {
        stroke-dasharray: 1 250;
    }
    100% {
        stroke-dashoffset: 502;
        stroke-dasharray: 150.6 100.4;
    }
}

@keyframes spinner-in {
    0% {
        opacity: 0;
    }
    20%, 80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.reset-password-container {
    width: 327px;
    height: 124px;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    display: inline-flex;
}

.reset-password-title {
    align-self: stretch;
    text-align: center;
    color: black;
    font-size: 28px;
    font-family: Inter, serif;
    font-weight: 600;
    line-height: 34px;
    word-wrap: break-word;
}

.reset-password-description {
    align-self: stretch;
    text-align: center;
    color: black;
    font-size: 16px;
    font-family: Inter, serif;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}