/**
 * Resumen
 * Objeto: startpage.css
 * Descripción: Archivo para los estilos.
 * Fecha de Creación: 29/04/2017
 * Requerimiento de Creación: SCP-1910
 * Autor: GMD
*/

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

/*******************************
*    Login    *
*******************************/
.page-background {
  background: #f9fdff; /* Old browsers */
  background: -moz-linear-gradient(top, #f9fdff 0%, #ecf3f9 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f9fdff),
    color-stop(100%, #ecf3f9)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f9fdff 0%,
    #ecf3f9 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f9fdff 0%,
    #ecf3f9 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9fdff 0%, #ecf3f9 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f9fdff 0%, #ecf3f9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fdff', endColorstr='#ecf3f9',GradientType=0 ); /* IE6-9 */
}
.wrap-login2 {
  display: block;
  /*height: 100%;*/
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fdff+0,ecf3f9+100 */
  /*background: #f9fdff; /* Old browsers */
  /*background: -moz-linear-gradient(top,  #f9fdff 0%, #ecf3f9 100%); /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fdff), color-stop(100%,#ecf3f9)); /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top,  #f9fdff 0%,#ecf3f9 100%); /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top,  #f9fdff 0%,#ecf3f9 100%); /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top,  #f9fdff 0%,#ecf3f9 100%); /* IE10+ */
  /*background: linear-gradient(to bottom,  #f9fdff 0%,#ecf3f9 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fdff', endColorstr='#ecf3f9',GradientType=0 ); /* IE6-9 */
}
#facttrack-img {
  height: auto !important;
  width: auto !important;
  margin: 0px auto 50px auto;
}

#cavali-img {
  height: auto !important;
  width: 290px;
  margin: 0px auto 50px auto;
}
.wrap-login2 .box-login2 {
  max-width: 660px;
  margin: 0px auto;
  padding: 70px 0px 0px 0px;
}

.box-login2 .logo-login2 {
  width: 220px;
  height: 56px;
  margin: 0px auto 50px auto;
  background: url("../images/logo_login.png") top center no-repeat;
}

.box-login2 .welcome2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #222;
  padding: 0px 0px 30px 0px;
}

.box-login2 .name-app2 {
  font-size: 24px;
  line-height: 24px;
  color: #498ead;
}

.box-login2 .box-form2 {
  display: table;
  width: 100%;
  margin: 40px 0px 0px 0px;
}

.box-login2 .box-form2 .box-form2-left,
.box-login2 .box-form2 .box-form2-right {
  display: table-cell;
  width: 50%;
}

.box-login2 .box-form2 .box-form2-left {
  text-align: left;
}

.box-login2 .box-form2 .box-form2-right {
  border-left: 1px solid #b3d0d8;
  padding-left: 30px;
  text-align: left;
}

.btn-ingresar-intro {
  display: block;
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  background: #2e86c9;
  border: 1px solid #1e72b2;
  color: white;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btn-ingresar-intro:hover {
  background: #226da7;
  text-decoration: none;
  color: white;
}

.btn-ingresar-intro:hover:focus {
  color: white;
}

.btn-ingresar-intro:focus {
  background: #2e86c9;
  color: white !important;
}

.btn-ingresar-intro input {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background: none;
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.box-login2 .box-form2-login {
  background: white;
  max-width: 360px;
  min-height: 310px;
  margin: 30px auto 0px auto;
  border-radius: 6px;
  /*border: 1px solid #edeef2;*/
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.box-login2 .header-login2 {
  border-bottom: 1px solid #eaebed;
  padding: 20px 0px 5px 0px;
}

.box-login2 .form-login2 {
  display: block;
  margin: 30px 20px 20px 20px;
}
