img {
    max-width: 100%;
    height: auto;
    width: auto/9; /* Bug de ie8 */
}
.loginf
{
    padding: 10px 31px 10px 0px;
    margin-left: -1px;
    background-image: url('../images/icof.png');
    background-repeat: no-repeat; 
    background-position: 0px center;
}
.btn-secondary{
color: #fff;
    background-color: #050505;
    border-color: #2e6da4;
    box-shadow: 0px 0px 5px 4px #ffffff;
    -webkit-box-shadow: 0px 0px 5px 4px
}
.logini
{
    padding: 10px 31px 10px 0px;
    margin-left: -1px;
    background-image: url('../images/login.png');
    background-repeat: no-repeat; 
    background-position: 0px center;
}
.cjrow{
    padding-top: 20px;
    padding-bottom: 30px;
}
form input, form button {
  width: 250px;
  height: 45px;
  border: 1px solid;
  border-bottom-color: rgba(172,172,172,.5);
  border-right-color: rgba(172,172,172,.5);
  border-top-color: rgba(172,172,172,.5);
  border-left-color: rgba(172,172,172,.5);
  background-color: rgba(0,0,0,.6);
  background-repeat: no-repeat;
  padding: 10px;
  font: bold .975em/1.25em "Open Sans Condensed", sans-serif;
  letter-spacing: .075em;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  margin-bottom: 14px;
}
form input:focus { background-color: rgba(0,0,0,.4); }
::placeholder {
  color: #fff;
  opacity: 1;
  text-transform: initial !important;
}
:-ms-input-placeholder { 
  color: #fff;
  text-transform: initial !important;
}
::-ms-input-placeholder {
  color: #fff;
  text-transform: initial !important;
}
.datos{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-transform: capitalize;
}
.dateml{
  text-transform: lowercase !important;
}
.btning{
  padding:10px 0px 10px 0px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  *margin-left: 6px;
  background-color: rgba(0,0,0,.8);
}
.txtloginvt{
    color: black;
    font: bold 1.1em/1.25em "Open Sans Condensed", sans-serif;
    padding: 10px;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}
#msjnombre, #msjapellidos, #msjemail, #msjcelular, #msjrecaptcha{
    display: block;
    font-size: 14px;
    color: #fff;
    background-color: red;
    max-width: 250px;
    border-radius: 5px
}
#contenedor {
z-index: 100;
border: none;
margin: 0%;
position: absolute;
top: 0%;
left: 0%;
width:100%;
height:100%;
padding: 0%;
overflow: hidden;
}
iframe {
position: fixed;
}
#logocj {
position: absolute;
z-index: 200;
top:1px;
right: 1px;
}
#login {
    overflow-y: auto;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: url('../images/fondcj.jpg') center center / cover no-repeat;
    z-index: 250;
}
.center-block {
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center
}
h1, h2, h3, h4, h5 { 
   font-family:"Crimson Text", "Lucida Sans Unicode","Times New Roman", serif;
   margin-top: 0px;
}
h2 {
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.6em;
    margin: 20px 0;
    *text-align: center;
    font-size: 30px;
    margin-top: 10px;
}