.col-md-6 {
  width: 100%;
}

body {
  background-color: #efefef;
}
.card,
.form-control {
  background-color: #efefef;
}
.card-header,
label {
  display: none;
}

.card-body .row {
  flex-direction: column;
  justify-content: center;
}
.g-recaptcha {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

#inputPhoneMobile {
  padding-top: 30px;
}

.iti__selected-flag {
  padding-top: 20;
}
.card-footer {
  display: flex;
  justify-content: center;
  background: transparent;
  border: 0;
}

.card-footer button {
  background-color: #10243a;
  padding: 15px 150px;
  border-radius: 25px;
  text-transform: uppercase;
}
.card {
  border: 0;
  font-family: "Poppins", sans-serif;
}

.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid black;
}
