.img_resp_image {
  width: 300px;
  height: 200px;
  margin-top: 50px;
}

#spanPwd span:hover {
  color: white;
  background-color: #17a2b8;
  /* Firefox */
  -moz-transition: all 0.25s ease-in;
  /* WebKit */
  -webkit-transition: all 0.25s ease-in;
  /* Opera */
  -o-transition: all 0.25s ease-in;
  /* Standard */
  transition: all 0.25s ease-in;
}

#spanPwd span {
  color: black;
  background-color: white;
  cursor: pointer;
}

.barraLogin {
  position: relative;
}

.barraLogin img {
  display: block;
  width: 100%;
}

.barraLogin .content {
  position: absolute;
  top: 20px;
  right: 30px;
}

.login-loader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-loader img {
  width: auto;
}