@charset "UTF-8";
/*------------------------------------
	CSS Information
	
	Site URL: /cst/entry/reminder/pwd_exchange.html
	File name: input.css (/excludes/css/p/cst/entry/reminder/pwd_exchange.css)
	Summary: ID・パスワードの再発行
	Created: 2025-12-04
	Last update: 
	Author: DDuet Iwai
	Order of description
------------------------------------*/

.password-container {
  position: relative;
}
.toggle-password_1 {
  position: absolute;
  right: 282px;
  top: 47px;
  transform: translateY(-50%);
  cursor: pointer;
}
.toggle-password_2 {
  position: absolute;
  right: 282px;
  top: 130px;
  transform: translateY(-50%);
  cursor: pointer;
}

.toggle-password_1 img, .toggle-password_2 img {
	width:30px;
	opacity:0.7
}
::-ms-reveal {
    display: none;
}