

.fondo {
 
  left: 0px;
  top: 0px;
  right: 0px;
  
  height: auto;
  background-image: url('../images/fondo.png');
  background-size:cover;
  background-repeat: no-repeat;
}

.e2e-logo {
  position: relative;
  
  top: 0px;
  width: 30%;
  height: auto;
  max-width: 300px;
}

.central {
  /* background-image: url('../images/fondo-text.png'); */
  text-align: center;
  
  width: 99%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding:10px;
  background-color: rgb(165, 225, 232,0.3);
}

.central .logo-pointshoot-target {
  position: relative;

  top: 18.5px;
  width: 350px;
  height: 350px;
  float: left;
}
.central .texto{
  text-align: center;
    
  top: 116px;
 
  height: auto;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;;
   
}
.central .texto h3.titulo {
    
      text-align: center;
      top: 120px;
      
      height: 30px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
      color: #ffffff;
      font-family: Roboto;
      font-size: 24px;
      font-weight: 400;
      text-align: center;
}
.central .texto p.parrafo {

 
  top: 116px;
 width: 40%;
  height: 109px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.logo-soprole {
  display: block;
  position: relative;
  top:100px;
  margin-left:auto;
  margin-right: auto;
 
  width: 172px;
  height: 187px;
}
.logo-soprole img{
  width: 172px;
    height: 187px;
}
.login{
  top:150px;
  position: relative;
  display:block;
}