@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?lei822');
  src:  url('../fonts/icomoon.eot?lei822#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?lei822') format('truetype'),
    url('../fonts/icomoon.woff?lei822') format('woff'),
    url('../fonts/icomoon.svg?lei822#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pass:before {
  content: "\e901";
}
.icon-login2_red:before {
  content: "\e902";
}
.icon-login1_red:before {
  content: "\e900";
}

/* アイコン位置、大きさ調整 */
.icon-login1_red,.icon-login2_red{
  margin-right: 17px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

/* パスワード表示アイコン */
.icon-pass{
  font-size: 20px;
  float: right;
  position: relative;
  top: -26px; 
}

.gray{
  color: #B3B3B3;
}

.black{
  color: #000;
}

/* ▶アイコン */

.arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #0091D6;
  float: right;
  margin-top: 6px;
}