label {
  display: block;
  margin-bottom: 5px;
}

.form__radioGroup label {
  display: inline-block;
  font-family: "OpenSans-Light";
}

.form__doubleCol {
  display: flex;
  align-items: center;
}

.form__content {
  width: 100%;
  padding: 30px;
}

.form__item {
  width: 100%;
  margin-bottom: 15px;
}

.form__accept label {
  font-family: OpenSans-Light;
  /* font-size: 19.5px; */
  margin-bottom: 0px;
  color: #393131;
}

.form__item label a {
  color: #393131;
}

.form__accept {
  display: flex;
  align-items: center;
}

.form__doubleCol .form__item:first-child {
  margin-right: 10px;
}

.form__btn {
  cursor: pointer;
  background: transparent;
  margin-top: 25px;
}

.form__textarea {
  max-width: 100%;
  min-width: 100%;
}

.form__errContainer {
  margin-top: 30px;
}

.form__error {
  display: flex;
  align-items: center;
}

.form__error span {
  height: 5px;
  width: 5px;
  background-color: #847139;
  /* background-color: #5b9279; */
  /* background-color: #d7263d; */
  border-radius: 50%;
  margin-right: 5px;
}

.form__error p {
  color: #847139;
  /* color: #5b9279; */
  /* color: #d7263d; */
}

.color__error {
  color: red;
}

input[type="text"] {
  width: 100%;
  color: #393131;
}

textarea {
  color: #e9e8e7;
}

input[type="text"],
textarea {
  outline: none;
  border: 1px solid #393131;
  padding: 10px;
  background-color: transparent;
}

input,
textarea,
button,
select,
a,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="file"] {
}

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  margin-right: 5px;
}

input[type="checkbox"] {
  /* font-size: 10px; */
}


.textoCaptcha{
    float:left;
    width: 50% !important;
    margin-right: 20px;
}

.recarg__icon {
	width: 20px;
	float: left;
	position: relative;
	margin-top: 7px;
	opacity: 0.7;
	cursor: pointer;
	margin-left: 3px;
}
.terms a {
  text-decoration: underline;
}

textarea {
  width: 100%;
}

form button {
  background: #e9e8e7;
  color: #202122;
  padding: 15px;
  transition: all 0.3s ease;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .form__accept label {
    /* font-size: 15px; */
  }
  .form__error p {
    /* font-size: 15px; */
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}



.invisible{display:none;}