.cnx_row {
  display: flex;
  flex-wrap: wrap;
}

.cnx_col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.cnx_col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .cnx_col-12, .cnx_col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ypfbclientRegisterFormClass form .cnx_column_container {
  padding: 10px;
}
.ypfbclientRegisterFormClass form label {
  display: block;
}
.ypfbclientRegisterFormClass form input[type=tel],
.ypfbclientRegisterFormClass form input[type=number],
.ypfbclientRegisterFormClass form input[type=email],
.ypfbclientRegisterFormClass form input[type=password],
.ypfbclientRegisterFormClass form input[type=text] {
  margin-block: 5px;
  width: 100%;
  box-sizing: border-box;
}
.ypfbclientRegisterFormClass form input[type=button],
.ypfbclientRegisterFormClass form input[type=submit],
.ypfbclientRegisterFormClass form button {
  border-radius: 10px;
  background-color: #bf0811;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  min-width: 280px;
  border: 0;
  cursor: pointer;
  line-height: 1.65;
  -webkit-appearance: none;
  appearance: none;
  -webkit-font-smoothing: inherit;
  text-decoration: none !important;
  text-align: center;
  max-width: 100%;
  transition: 0.15s all ease;
}
.ypfbclientRegisterFormClass form textarea {
  resize: vertical;
  height: 135px;
}
.ypfbclientRegisterFormClass form input:focus {
  border-color: #00468e;
}
.ypfbclientRegisterFormClass form label.error {
  font-size: 1.4rem;
  color: #c3555a;
}
.ypfbclientRegisterFormClass .ypfbclientRegisterForm__message {
  padding: 10px 15px;
  border: 2px solid #30b565;
  border-radius: 6px;
}
.ypfbclientRegisterFormClass .ypfbclientRegisterForm__message p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 10px 0;
  color: #262626;
}
.ypfbclientRegisterFormClass .ypfbclientRegisterForm__message.have-errors {
  border-color: #c3555a;
}
.ypfbclientRegisterFormClass .ypfbclientRegisterForm__loading {
  text-align: center;
}
.ypfbclientRegisterFormClass .ypfbclientRegisterForm__loading .lds-ellipsis {
  height: 40px;
}
.ypfbclientRegisterFormClass .ypfbclientRegisterForm__loading .lds-ellipsis div {
  top: 15px;
}

.ypfbClienteValidacion h2, .ypfbClienteValidacion h3 {
  text-align: center;
  font-size: 4rem;
  color: #00468e;
}
.ypfbClienteValidacion p {
  color: #262626;
  font-size: 1.8rem;
}
.ypfbClienteValidacion.have-errors h2, .ypfbClienteValidacion.have-errors h3 {
  color: #c3555a;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00468e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*# sourceMappingURL=style.css.map */
