.iti__hide {
  display: none; }

pre {
  margin: 0 !important;
  display: inline-block; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none; }

/* input, button {
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit; }
  input[disabled], button[disabled] {
    background-color: #eee; } */

::-webkit-input-placeholder {
  color: #BBB; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1; }

:-ms-input-placeholder {
  color: #BBB; }

button {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #357EBD; }
  button:hover {
    background-color: #3276B1;
    border-color: #285E8E;
    cursor: pointer; }

#result {
  margin-bottom: 100px; }

#error-msg {
  color: rgb(248, 19, 88);
  font-size: 12px;
}
#valid-msg {
  color: #26a69a;
  font-size: 12px;
}

#error-msg-telefone {
  color: rgb(248, 19, 88);
  font-size: 12px;
}
#valid-msg-telefone {
  color: #26a69a;
  font-size: 12px;
}

#error-msg-emergency_phone {
  color: rgb(248, 19, 88);
  font-size: 12px;
}
#valid-msg-emergency_phone {
  color: #26a69a;
  font-size: 12px;
}
input.error {
  border: 1px solid #FF7C7C;
}
.hide {
  display: none;
}

.input-label{
  position: relative;
}