.login-box { 
  width: 100%;
}
.form-check label {
  font-weight: normal !important;
  margin-left: 5px;
}
.div_contenido_centrado{
    text-align:center;
}
.background_centrado {
  background: url(../imageslocales/pexels-thirdman-5247206.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;  
}
.label_centrado {
  display: block;
  text-align: center;
  font-size:medium;
}
.img_foto {


  display:block;
  border-radius: 15%;
  /*max-height: 100%;*/
  max-width: 100%;
  /*width: auto;*/
  height: auto;
  /*position: relative;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  /*border-radius: 15%;*/
  /*display: block;*/
  /*max-width: 100%;
  height: auto;*/
  /*position: absolute;*/
  /*top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto*/
}
.img_foto_user_login {
  display: block;
  border-radius: 15%;
  /*max-height: 100%;*/
  max-width: 100%;
  /*width: auto;*/
  height: auto;
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;  
}
