@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

body {
  background: #fff !important;
  font-family: 'Open Sans', sans-serif;
}
#liston{
  position:relative;
  width: 100%;
  height: 30px;
  padding-top:10px;
  background:#000263;
  z-index: 99999;
  color:#fff;
}

#liston2{
  position:absolute;
  width: 100%;
  height: 10px;
  background:#5b0002;
  z-index: 99999;
}

#bg {
 position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/front.jpg) no-repeat center center;
  background-size: cover;
}


form {
  position: relative;
  width: 250px;
  margin: 0 auto;
  margin-top:10%;
  background: rgba(0,0,0,.5);
  padding: 20px 22px;
  border: 1px solid;
  border-top-color: rgba(255,255,255,.4);
  border-left-color: rgba(255,255,255,.4);
  border-bottom-color: rgba(60,60,60,.4);
  border-right-color: rgba(60,60,60,.4);
}

form input, form button {
  width: 212px;
  border: 1px solid;
  border-bottom-color: rgba(255,255,255,.5);
  border-right-color: rgba(60,60,60,.35);
  border-top-color: rgba(60,60,60,.35);
  border-left-color: rgba(80,80,80,.45);
  background-color: rgba(141,141,141,.2);
  background-repeat: no-repeat;
  padding: 8px 24px 8px 10px;
  font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
  letter-spacing: .075em;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  margin-bottom: 19px;
}

form input:focus { background-color: rgba(0,0,0,.4); }

form input.email {
  background-image: url(../img/foto1.png);
  background-position: 220px 10px;
}

form input.pass {
  background-image: url(../img/foto2.png);
  background-position: 223px 8px
}

::-webkit-input-placeholder { color: #ccc; text-transform: uppercase; }
::-moz-placeholder { color: #ccc; text-transform: uppercase; }
:-ms-input-placeholder { color: #ccc; text-transform: uppercase; }

form button[type=submit] {
  width: 248px;
  margin-bottom: 10px;
  color: #3f898a;
  letter-spacing: .05em;
  text-shadow: 0 1px 0 #133d3e;
  text-transform: uppercase;
  background: #225556;
  border-top-color: #9fb5b5;
  border-left-color: #608586;
  border-bottom-color: #1b4849;
  border-right-color: #1e4d4e;
  cursor: pointer;
}

.img3{
  width:50%;
  height: auto;
  margin-bottom:1em;
  margin-left: 25%;
}

.img4{
  position:absolute;
  width:40px;
  height: auto;
  margin-bottom:1em;
  top:1%;
  right:2%;
  z-index: 99999;
}
.img5{
  position:absolute;
  width:150px;
  height: auto;
  margin-top: -5px;
  margin-bottom:1em;
  margin-left: 10px;
  z-index: 99999;
}

.text{
  text-align: right;
  margin-right: 7%;
  font-size: 0.8em;
  margin-top:-5px;
}

.regreso{
  background:#5b0002;
  width:15%;
  padding:1%;
  margin-left: 25px;
}

a.regreso{
  color:#fff !important;
  text-decoration:none;
}

a.forgot{
  color:#fff;
  text-decoration:none;
  margin-left:25%;
}

a.goto{
  color:#fff;
  text-decoration:none;
  margin-left:30%;
}

h1{
  color:#fff;
  text-align: justify;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.case{
  color:#0096ff;
  text-decoration: none;
}

.facts{
  color:#fff;
  margin-left: 18%;
  margin-top:5px;
}


