* { -webkit-tap-highlight-color: transparent; }
.form_validate_code_style,.form_validate_code_style_2 {
  min-width: 320px;
  max-width: 450px;
  position: fixed;
  width: auto;
  background-image: url('https://images.pexels.com/photos/29506610/pexels-photo-29506610.jpeg');
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.form_validate_code_style h1,.form_validate_code_style_2 h1{
  border-top-left-radius:10px ;
  border-top-right-radius:10px ;
  text-align: center;
  font-size: 25px;
  width: 100%;
  padding: 10px;
  background-color: #4a7ba8;
  color: rgb(255, 255, 255);
}
.form_validate_code_style span p,.form_validate_code_style_2 span p{
  color: white;
  margin: 50px 45px;
}
.form_validate_code_style div,.form_validate_code_style_2 div{
  width: 100%;
  padding: 10px;
}

.form_validate_code_style button,.form_validate_code_style_2 button{
  font-size: 14px;
  background-color: #4a4da8;
  height: auto;
  padding: 10px;
}

.pass_wrapper {
  display: none;
}
.toggle_pass {
  display: block;
  width: 90%;
  text-align: right;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  letter-spacing: 0.5px;
  margin-top: 2px;
  transition: color 0.2s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.toggle_pass:hover {
  color: rgba(255,255,255,1);
}

