@charset "UTF-8";
.eye-on, .eye-off{
  vertical-align: middle;
  margin-left: 4px;
  background-color: rgba(0,0,0,0);
  transition: opacity 2s;
  cursor: pointer;
}

.highlight {
	filter: opacity(20%);  /* ピカッてした時の背景色 */
	transition-duration: 0s; /* 即座に背景色を変える */
}

@media screen and (max-width:961px){
  .add-user-box{
    box-sizing: border-box;
    padding: 24px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    background-color: #9ddff3;
    border-radius: 10px 10px 10px 10px;
  }

  .add-user-box input{
    font-size: 22px;
    /*width: 100%;*/
  }

  .adduser-input{
    width: 100%;
    box-sizing: border-box;
    display: block;
  }

  .password-input{
    width: 80%;
    box-sizing: border-box;
  }

  .attention-message{
    color: red;
  }
}









@media screen and (min-width:960px){
  .add-user-box{
    padding: 24px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #9ddff3;
    border-radius: 10px 10px 10px 10px;
  }

  .add-user-box input{
    font-size: 18px;
  }

  .attention-message{
    color: red;
  }
}
