.loginform-in {
    background: rgba(255,255,255,.9);
    border-radius: 6px;
    height: auto;
    margin: auto;
    padding: 20px;
    width: 340px;
}
.block {
  position: relative;
  padding-top: 30px;
}
.err {
  padding: 10px;
  margin-top: 50px;
  margin-bottom: -30px;
  background-color: #ececec;
  color: orangered;
}
.section_img{
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 679px) {
  .gelos {
    height: 180px;
    width: 195px;
    background-repeat: no-repeat !important;
    opacity: .7;  
  }
  .err {
    margin:5px;
    padding:5px;
    padding-top:40px;
    margin-bottom:-30px;
  }
  .foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 73px;
    background-color: white;
    color: #2d2d2d;
    padding-top: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 678px) {
  
  #img_logo {
    width:80px;
  }
  
  .gelos {
    height: 75px;
    width: 150px;
    background-repeat: no-repeat !important;
    opacity: .7;  
  }

  .err {
    margin:5px;
    padding:5px;
    margin-bottom:-30px;
  }

  .loginform-in {
    width: 320px;
  }
  .block {
    padding-top: 20px !important;
  }
  .err {
    font-size: 0.8em;
    padding: 10px;
  }
  .foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    color: #2d2d2d;
    padding-top: 10px;
    margin-top: 20px;
  }
}

.wordShow {
  position: absolute;
  top: 45px;
  right: 10px;
  color: #333;
}

::-ms-reveal {
  display: none
}





