/* @override https://guiadeisora.desarrollolocal.es/public/css/login-form.css */

body.portada {
    background: #DDDDDD !important;
}

h1{
  color: #333;
  padding-bottom: 10px;
  line-height: 1.2em;
  margin-top: 50px;
  font-weight: 600;
}

h2{

}

#header{
    margin-bottom: 0;
    background: #000;
}

#header form{
  padding: 20px 0 10px;
}

#home-title{
  position: relative;
  background-color: #0099BA;
}

#home-title .title-container{
  color: #fff;
  padding: 60px 0;
}

#home-title h2{
  margin: 25px 0;
  font-weight: lighter;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 2px;
}

a[href="#recordar_password"]{
  display: inline-block;
  padding: 10px 0;
  margin-bottom: -10px;
}

.welcome{
  background-color: #f2f2f2;
  padding: 20px 0;
}

.conversacion{
  display: inline-block;
  width: 100%;
  max-width: 125px;
}

.conversacion:after{
  content: '';
  display: block;
  padding-top: 81.08%;
  background-image: url("../images/convesacion.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.welcome p{
  font-size: 1.4em;
  padding-top: 25px;
}

/* Seccion de .badges */

.badges{
  margin: 40px 0;
}

.badges h3{
  color: #0099BA;
  font-size: 16px;
  margin-bottom: 20px;
}

.badge-icon{
  float: right;
  display: inline-block;
  width: 100%;
  max-width: 57px;
}

.badge-icon:after{
  content: '';
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../images/badges.png");
}

.badge-icon.edit:after{ background-position: 0 0; }
.badge-icon.search:after{ background-position: 50% 0; }
.badge-icon.info:after{ background-position: 100% 0; }

/* Sección de registro */

.register{
  background-color: #e6e6e6;
  padding: 40px 0;
}

.register .check{
  position: relative;
  padding-left: 50px;
  margin: 22px 0;
}

.register .check .glyphicon{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}

@media (min-width: 768px){

  .login-form .col-xs-9 .form-group:first-child{
    max-width: 58%;
  }

  .login-form .col-xs-9 .form-group:last-child{
    max-width: 40%;
  }

  #home-title:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    background-image: url("../images/gente-adl.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }

  #home-title .title-container{
    text-align: right;
  }
}

/* .btn-info, .btn-primary {
  background-color: #E63338!important;
  border-color: #E63338!important;
  color: #FFFFFF;
} */
