.iti__country-list {
  z-index: 20;
}

input {
  width: 100%;
  max-width: 100%;
  height: 55px !important;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-bg-6, var(--grey-blue));
  padding-left: 3.4rem;
  background: none !important;
}

.toplabel {
  text-transform: uppercase;
  padding-left: 3px;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
  word-break: break-all;
  color: var(--color-bg-alpha7, #2e2e54);
  position: relative;
  z-index: 2;
}

.toplabel1,
.toplabel2,
.toplabel3 {
  position: absolute;
  left: 15px;
  top: -8px;
  background-color: white;
  color: black;
}

.borderSpace {
  border: 1px solid grey;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  height: 55px;
  margin-bottom: 30px;
}

.inputBorder {
  border: none !important;
  
}

/*  */

/* .divCheckMain {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  height: 70px;
  position: relative;
}

.newBorderCheck {
  border: 2px solid red;
  position: relative;
  width: 100%;
  text-align: center;
}
.inputCheck {
  position: relative;
  border: none !important;
}

.labelCheck {
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
} */

/*  */

.posspan {
  top: 20% !important;
  left: 4% !important;
}
.header1 {
  background-size: contain;
  background-image: url(./header2.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 60px;
  background-position: center;
  margin-bottom: 20px;
  margin-top: 20px;
  transform: translateX(-10px);
}

.header-border {
  border-bottom: 1px solid #043063;
}
