
.input-field {
  margin-bottom: 16px;
}

.input-field label {
  font-family: "SF Regular";
  font-size: 14px;
  color: rgba(0,0,0,0.80);
  font-weight: 400;
}

.input-component {
  border: 1px solid rgba(0,0,0,0.40);
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 0px #000;
  font-family: "SF Bold";
  font-size: 14px;
  color: rgba(0,0,0,0.80);
  padding: 10px 16px 11px 16px;
  width: 100%;
}

.input-component:focus {
  border: 1px solid #0077FF;
  outline: none;
}

.input-component-error {
  border: 1px solid #FF0000;
  content: ' ';
}

.input-component-msg-error {
  font-family: "SF Regular";
  font-size: 12px;
  color: #FF0000;
  font-weight: 400;
}

.input-component-select {
  border: 1px solid rgba(0,0,0,0.24);
  border-radius: 4px;
  padding: 12px;
  display: block;
  width: 100%;
  font-family: "SF Bold";
  font-size: 16px;
  color: rgba(0,0,0,0.80);
  box-shadow: none !important;
  background: url(../img/arrow_select.svg);
  background-position: center right 12px;
  background-repeat: no-repeat;

  -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none;
}

.input-component-select:focus {
  outline: none;
  border: 1px solid #0077FF;
  outline-style:none;
  box-shadow:none;
}


.input-component-btn-select {
  padding: 12px 61.5px 11px 61.5px;
  border: 1px solid rgba(0,0,0,0.24);
  border-radius: 4px; 
  font-family: "SF Bold";
  font-size: 16px;
  color: rgba(0,0,0,0.80);
  float: left;
  cursor: pointer;
}

.inputComponentBtnSelect {
  border: 1px solid #0077FF;
}