:root {
  --wellabe-orange: #ff7c61;
  --green: #1b9a8f;
  --yellow: #ffe600;
  --red: #ff5863;
  --bg: #f4f7fa;
  --white: #ffffff;
  --black: #111122;
  --dark-gray: #393c4b;
  --light-gray: #f5f5f5;
}

body {
  background-color: var(--bg);
  overflow-x: hidden;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.card{
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 400px;
  padding: 40px;
  border-radius: 6px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.card-title {
  font-family: Montserrat, sans-serif;
  margin: 0 40px 25px 40px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: var(--dark-gray);
}

.no-bottom-border-radius {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-description {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #8091a5;
  margin-bottom: 20px;
  text-align: center;
}

.input-label {
  font-size: 16px;
  margin-bottom: 0px;
  color: var(--dark-gray);
}

.input-wrapper input {
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 15px 50px 15px 40px;
  margin: 10px 0 20px 0;
  border: solid 1.5px #e6eaee;
  font-size: 16px;
  color: var(--black);
}

.input-wrapper input::placeholder {
  color: #9e9e9e;
  font-size: 16px;
  line-height: 1.19;
  text-align: left;
  margin: 3px 0 2px 19px;
}

.card-button {
  text-align: center;
  font-size: 14px;
  color: var(--white);
  line-height: 1.29;
  font-weight: bold;
  width: 80%;
  background-color: var(--wellabe-orange);
  border-radius: 30px;
  height: 46px;
  width: 200px;
  padding: 14px 0;
  border: none;
  margin-bottom: 22px;
  margin-top: 15px;
}

.card-button[disabled] {
  background-color: #eee;
  color: #bdbdbd;
}

.center {
  text-align: center;
}

.title {
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.22;
  margin: 0 0 5px;
  color: var(--white);
  z-index: 100;
}

.subtitle {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 25px 35px;
  line-height: 1.2;
  color: var(--white);
  z-index: 100;
}

.card-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.19;
  color: var(--wellabe-orange);
  text-decoration: underline;
  margin-bottom: 40px;
}

.card-link:hover {
  color: var(--black);
}

.icon-header {
  font-family: Ionicons;
  font-size: 74px;
  font-style: normal;
  margin-bottom: 33px;
  color: var(--wellabe-orange);
}

.checkmark {
  color: var(--white);
  background-color: var(--green);
  border: 3px solid var(--white);
  box-sizing: content-box; 
  border-radius: 50%;
  font-size: 36px;
  font-style: normal;
  position: absolute;
  font-weight: bold;
  top: 50px;
  transform: translateX(-25px);
  z-index: 200;
  line-height: 1;
  min-width: 1em;
}

.icon {
  font-family: Ionicons;
  font-size: 24px;
  font-style: normal;
  color: var(--wellabe-orange);
  position: absolute;
  padding: 10px 12px;
}

.input-tooltip{
  color: #dfe2e5;
  padding: 11px 0;
  left: 90%;
}


.input-tooltip span {
  visibility: hidden;
  width: 168px;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: 12px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  border-radius: 6px;
  position: absolute;
  z-index: 200;
  bottom: 100%;
  transform: translateX(-56%);
}

.input-tooltip:hover span {
  visibility: visible;
}

.input-tooltip span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--black) transparent transparent transparent;
}

.input-tooltip-right span{
  bottom: 20%;
  transform: translateX(30%);
}

.input-tooltip-right span::after {
  content: "";
  position: absolute;
  top: 40%;
  left: -5%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent var(--black) transparent transparent;
}

.logo {
  z-index: 100;
  margin-bottom: 5vh;
}

.background {
  position: absolute;
  top: 0;
  margin: auto;
  width: 1356px;
  height: 100%;
  max-height: 678px;
  transform: translateY(-5%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}

.background-wrapper {
  position: absolute;
  top: 0;
  overflow:hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center
}

.input-container {
  position: relative;
  width: 100%;
}

.error-border input {
  border: solid 1.5px var(--red);
}

.error-color{
  color: var(--red);
}

.error-card {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  text-align:center;
  background-color: var(--red);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.success-card {
  background-color: var(--green);
}

.progress {
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  background-color: var(--white);
}

.progress div {
  height: 7px;
  width: 30px;
  background-color: var(--light-gray);
  margin-right: 10px;
}

.progress div:last-child  {
  flex-grow: 1;
  margin-right: 0px;
}
.progress-wrapper {
  margin-bottom: 9px;
  transform: translateY(-5px);
  width: 100%;
}

@media screen and (max-width: 640px) {
  .content {
    padding: 0px 20px; 
  }

  .title {
    font-size: 30px;
    display: none;
  }

  .card {
    margin-bottom: 5vh;
  }

  .logo {
    margin-bottom: 0px;
  }
  
  .subtitle {
    font-size: 18px;
    text-align: center;
  }
}
