/*
body {
  background: #2ecc71 url("https://38.media.tumblr.com/d23deac40b06633b79520a8552f40b94/tumblr_nb1uhrRrge1st5lhmo1_1280.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Roboto";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  z-index: -1;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: #2ecc71;
  /* IE Fallback */
  /*background: rgba(46, 204, 113, 0.8);
  width: 100%;
  height: 100%;
}*/

body{
  background-color: #eeeeee!important;
}
.form-control:focus{
  color:#495057;
  background-color:#f5f5f5!important;
  border-color: #074A9B!important; /* #17a2b8!important;/  /*#80bdff;*/
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.0) !important;
}

/*
.form-control{
 /* border-color:#17a2b8!important; /*#80bdff;*/
/*}*/

.smallTexto{
  font-size: 12px;
  color: #9e9e9e;
}

.divOculto{
  display: none;
}
