

@import "https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);


/* === Mensaje de bienvenida === */
.bienvenida{
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-align: center;
  
}

/*Fondo de Niveles */

.fondo_caja{
  margin:0 auto;
  margin-top: -21em;
  margin-left:-10em;
  position:absolute;
  z-index: -10;
}


/* === Form === */
form {
    width: 100%;
}

form .field {
    position: relative;
    margin: 0 50px;
}



form .field i {
    font-size: 14px;
    left: 0px;
    top: 0px;
    position: absolute;
    height: 44px;
    width: 44px;
    color: #ebf3f7;
    background: #566067;
    text-align: center;
    line-height: 44px;
    transition: all 0.3s ease-out;
    
}

/* === Logo === */
.logo {
  background-image:url("/fida/assets/img/fida/sitio2/ipsa_logo.png");
  background-position: center;
  height: 64px;
  width: 164px;
  margin: 100px auto 30px auto;
}

/* === Login === */
body {
  background: #2ecc71 url("/fida/assets/customs/general/fondoblanco1.png") 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: #336e91;
  /* IE Fallback */
  background: rgba(51, 110, 145, 0.5);
  width: 100%;
  height: 100%;
}
.form {
  position: absolute;
  top: 50%;
  left: 53%;
  background: #fff;
  width: 300px;
  margin: -140px 0 0 -182px;
  padding: 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.form h2 {
  margin: 0 0 20px;
  line-height: 1;
  color: #336e91;
  font-size: 18px;
  font-weight: 400;
}
.form input {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  color: #ccc;
  font-family: "Roboto";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form input:focus {
  color: #333;
  border: 1px solid #2ecc71;
}
.form button {
  cursor: pointer;
  background: #336e91;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form button:hover {
  background: #0e547c;
}


/* === Input Form === */
::-webkit-input-placeholder {
  color: #cfd5de;
  font-family:'Open Sans';
}

:-moz-placeholder {
  color: #cfd5de !important;
  font-family:'Open Sans';
}

form input[type=text],
form input[type=password] {
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
    position: relative;
    width: 220px;
    height: 44px;
    color: #566067;
    border: none;
    background: #ebf3f7;
    color: #777;
    transition: color 0.3s ease-out;
}

form input[type=text] {
    margin-bottom: 15px;
}

form input[type=text]:hover ~ i,
form input[type=password]:hover ~ i {
    color: #cfd4de;
}

form input[type=text]:focus ~ i,
form input[type=password]:focus ~ i {
    color: #0e9aef;
}

form input[type=text]:focus,
form input[type=password]:focus,
.btn-default:focus {
    outline: none;
}

.btn-default {
  margin-top: 15px;
  width: 270px;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  padding: 12px 0;
  letter-spacing: 0;

  -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
  -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
  box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);

  color: #fff;
  background-color: #0e9aef;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  -webkit-animation: shadowFadeOut 0.4s;
  -moz-animation: shadowFadeOut 0.4s;
}

.btn-default:hover,.btn-default:focus{
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
  -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
  box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
  -webkit-animation: shadowFade 0.4s;
  -moz-animation: shadowFade 0.4s;
}

@keyframes shadowFade {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
}

@keyframes shadowFadeOut {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
}

@-webkit-keyframes shadowFade {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
}

@-webkit-keyframes shadowFadeOut {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
}

@-moz-keyframes shadowFade {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
}

@-moz-keyframes shadowFadeOut {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgb(14, 122, 89);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgb(14, 122, 89);
      box-shadow:         inset 0px 0px 0px 0px rgb(14, 122, 89);
      color: #fff;
    }
}

