/*====================
 ログイン画面全体のレイアウト関連のCSS
====================*/
.personal-information {
  border: solid 1px;
  height: 200px;
  overflow-y: scroll;
  padding: 5px;
  margin-top: 10px;
}

.table > tbody > tr > td{
  border:1px solid black;
  color: black
}

.personal-information span {
  font-weight: normal;
}

@media screen and (min-width: 1200px) {
  .note {
    padding-left: 32px;
  }
}

/** 目のアイコン */
.show-password-icon {
  position: absolute; top: 7px; right:25px;
  color: #555;
  float: right;
  z-index: 5300000;
}
