body {
  background-image: url('textura03.png');
  background-repeat: no-repeat;
}

.formulario {
  width: 310px;
  padding: 10px;
  border-radius: 8px;
  background-image: url('loginTransparente.png');
  background-repeat: repeat;
  margin-top: 12px;
}

.formulario label {
  color: white;
  text-align: left !important;
}

.imagen-fondo {
  background-repeat: no-repeat;
  background-position: right top;
  height: 205px;
  box-shadow: 0px 6px 10px #999;
  position: relative
}

h1 {
  float: left;
  color: #003267;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 22px;
}

.iframe {
  margin-top: 30px;
  background-color: transparent !important;
}

.nombre-agencia {
  font-size: 100%;
  text-align: center;
  padding-top: 35px;
}

.form-control {
  background-color: white;
}

.caja-version {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    opacity: 0.85;
    font-size: 12px;
    text-align: right;
    padding: 3px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #333;
    text-shadow: 1px 1px 0 white;
}
