:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
  font-family: "Interstate Light Cond" !important;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > textarea,
.form-label-group > label {
  padding: calc(var(--input-padding-y) * 1) calc(var(--input-padding-x) * 1);
  font-family: "Interstate Light Cond" !important;
  color: transparent;
}

.form-label-group > label {
  position: absolute;
  top: -4px;
  left: 1px;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #4A4A4A;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
  font-family: "Interstate Light Cond" !important;
  font-size: 14pt;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent !important;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent !important;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent !important;
}

.form-label-group input::-moz-placeholder {
  color: transparent !important;
}

.form-label-group input::placeholder {
  color: transparent !important;
}

/*Se da al tener el foco con el input lleno*/
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 4);
  padding-bottom: calc(var(--input-padding-y) / 4);
  font-size: 12px;
  color: #212529 !important;
  font-family: "Interstate Light Cond" !important;
}
input:focus {
  border-left: 3px solid #0063be !important;
}



.form-label-group textarea::-webkit-textarea-placeholder {
  color: transparent !important;
}

.form-label-group textarea:-ms-textarea-placeholder {
  color: transparent !important;
}

.form-label-group textarea::-ms-textarea-placeholder {
  color: transparent !important;
}

.form-label-group textarea::-moz-placeholder {
  color: transparent !important;
}

.form-label-group textarea::placeholder {
  color: transparent !important;
}

.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 4);
  padding-bottom: calc(var(--input-padding-y) / 4);
  font-size: 12px;
  color: #212529 !important;
  font-family: "Interstate Light Cond" !important;
}
textarea:focus {
  border-left: 3px solid #0063be !important;
}


input {
  font-family: "Interstate Light Cond" !important;
  height: 50px !important;
  color: #0063be !important;
  font-size: 14pt !important;
}
select {
	font-family: "Interstate Light Cond" !important;
   	height: 50px !important;
   	font-size: 14pt !important;
	font-weight: 700 !important;
}
select:focus {
  border-left: 3px solid #0063be !important;
}
option {
	
	 font-family: "Interstate Light Cond" !important;
  color: #0063be !important;
  font-size: 14pt !important;
	/*
  font-family: "Interstate Light Cond" !important;
  font-size: 11pt !important;*/
}
.input-mini {
  height: 18px !important;
  width: 100%;
  color: #0063be !important;
  font-size: 12px !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea:focus {
  border-left: 3px solid #0063be !important;
}

textarea {
  font-family: "Interstate Light Cond" !important;
  color: #0063be !important;
  font-size: 14pt !important;
  height: 60px !important;
}