body {
  background: #ddd;
}

body {
  font-family: Roboto, Arial;
  color: #ADAFB6;

}


.responsive {
  width: 10vw;
  max-width: 100px;
  height: auto;
  padding:30px;
}

.clue{
	width: 25%;
	
}


.formout{
	  display: flex;
  justify-content: center;
	
}

form {
  margin: auto;

 
}

.password {
  width: 222px;
  background: #fff;
  position: relative;
  padding: 16px 0 5px 0;
  border-radius: 6px;
}
.password input {
  width: 100%;
  border: 0;
  outline: none;
  line-height: 20px;
  font-size: 16px;
  padding: 9px 40px 0 16px;
  font-family: inherit;
  background: none;
  color: #151924;
}
.password input:valid + label, .password input:focus + label {
  -webkit-transform: translate(0, -4px) scale(0.72);
          transform: translate(0, -4px) scale(0.72);
}
.password input:valid + label + .unlock, .password input:focus + label + .unlock {
  opacity: 1;
}
.password label {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 50%;
  line-height: 24px;
  font-size: 16px;
  margin: -12px 0 0 0;
  cursor: text;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.password .unlock {
  position: absolute;
  z-index: 2;
  stroke: none;
  fill: #3F4656;
  display: block;
  width: 12px;
  height: 16px;
  right: 16px;
  top: 50%;
  opacity: .2;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.password .error {
  position: absolute;
  right: 0;
  bottom: 4px;
  display: block;
  width: 16px;
  height: 14px;
  opacity: 0;
  stroke: none;
  z-index: 5;
  fill: #EB3E60;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.password:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  z-index: 4;
  border-color: #fff #EDF0F9;
  -webkit-transition: all .3s ease .35s;
  transition: all .3s ease .35s;
}
.password.false {
  -webkit-animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.password.false:before {
  border-width: 38px 32px 0 0;
  border-color: #C9D5EA #EDF0F9;
  border-radius: 6px 0 0 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.password.false .error {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.3s ease 0.45s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.35s;
  transition: opacity 0.3s ease 0.45s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.35s;
  transition: transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.35s, opacity 0.3s ease 0.45s;
  transition: transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.35s, opacity 0.3s ease 0.45s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.35s;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}


.lines {fill:#FFFFFF;stroke:#D1D3D4;stroke-width:8;stroke-miterlimit:10;}

#details-magnify, #details-search { display: block;}

@media screen and (max-width: 1300px) {
	#details-magnify, #details-search {
	  display: none;
	}
}

#icon-search, #icon-magnify {
  width: 10%; 
  height: auto;
}

#icon-search:hover .lines,
#icon-magnify:hover .lines {
  fill: #262262;
  stroke: white;
  transition: .4s;
  cursor: pointer;
}

#icon-search.clicktrigger .lines,
#icon-magnify.clicktrigger .lines {
  fill: white !important;
  stroke: #262262;
  transition: .4s;
}
