.mensj_error {
  color: red;
  font-size: 80%;
  font-family: sans-serif;
  display: none;
}

.form-control_error {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #feeeee !important;
  background-image: none;
  border: 1px solid #f9f9f9;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.alert_menj {
/*background-image: url(../../pub/images/icon_error.png);*/
background-image: url(../images/icon_error.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 160px;
}

.text-primary-bbva_alert {
  color: #f1464a;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}

.btn-azul {
  color: #fff;
  background-color: #0065ba;
  border-color: #0065ba;
  font-weight: lighter;
  width: 50%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
}

.btn-middle-P {
  width: 27%;
}

.link_text {
  font-size: 13px;
  color: #0265ba;
  text-align: center;
  font-weight: 500;
}
