
#DivLyKW {
    position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: none;
  margin-top: 4%;
  margin-bottom: 10%;
  width: auto;
    max-width: 500px;
  height: auto;
  z-index: 50;
  color: rgb(0, 0, 0);
  font-size: 1.4em;
  text-align: center;
}

#DivlyKWinp {
  position: relative;
  clear: none;
  height: 40px;
  font-size: 1em;
  display: inline-block;
  width: 69%;
  min-width: 200px;
  margin-right: 1%;
  /* -webkit-box-shadow: rgb(174, 174, 174) 1px 1px 3px 3px;
   box-shadow: rgb(174, 174, 174) 1px 1px 3px 3px; */
  border: 0px solid rgb(189, 189, 189);
}

#DivlyKWinp input {
  position: relative;
  float: left;
  padding-left: 40px;
  height: 40px;
  width: 100%;
  background-color: rgba(255,255,255,0.7);
  border: 1px solid #ccc;
  background-image: url("/lib/imgAllg/lock.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 3% 50%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: rgba(180,180,180,1);
}


#DivlyKWinp input:hover, #DivlyKWinp input:active, #DivlyKWinp input:focus {
  background-color: rgba(255,255,255,1);
}


#DivlyKWBtn {
  height: 40px;
  width: 30%;
  min-width: 100px;
  margin-right: 0px;
  clear: none;
  position: relative;
  float: right;
  border: 0px;
}

#DivlyKWBtn input {
  float: right;
  height: 40px;
  font-size: 1em;
  clear: both;
  width: 100%;
  padding: 2%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: rgba(100,100,100,1);
  border: 0px;
 /* -webkit-box-shadow: rgb(175, 175, 175) 1px 1px 3px 1px;
  box-shadow: rgb(175, 175, 175) 1px 1px 3px 1px;*/
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 959px) {
 
  #DivLyKW {
   
  clear: both;
  margin-top: 10%;
  margin-bottom: 10%;
  width: 100%;
    max-width: 80%;
 
}
  
  #DivlyKWinp {
  clear: both;
  width: 100%;
  min-width: 200px;
  margin-right: inherit;

}
#DivlyKWBtn {
 height: 60px;
  width: 100%;
  float: none;
  clear: both;
}
  
  #DivlyKWBtn input {
  float: none;
    clear: both;
  height: 60px;
  
}
  
  
}
