@charset "utf-8";
body {
    background: linear-gradient(248deg, #06f, #3498db);
    font-family: 'Helvetica Neue', sans-serif;
    color: #fff;
    /* height: 40vh;
    justify-content: center; */
    display: flex;
    justify-content: center;
  }

.login-form-main {
   position: fixed;
}


//ログイン画面用
.login-container {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.form-group {
  margin-bottom: 20px;
}

input {
  width: 100%;
  padding: 15px;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

input:placeholder {
  color: rgba(255, 255, 255, 0.8);
}

input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

button {
  width: 59%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 5px;
  color: #8e44ad;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

 button.login-button {
    width:10em;
    /* margin-left: 40px; */
}

button.list-button {
    margin-left: 130px;
    width:10em;

}

button.confirm-button {
    margin-left: 130px;
    width:10em;

}

button.update-button {
    margin-left: 130px;
    width:10em;

}
button.reenter-button {
    margin-left: 50px;
    width:10em;

}


button.logout-button {
    margin-left: 30px;
        width: 10em;

}

button:hover {
  background-color: rgba(255, 255, 255, 1);
}

//リスト画面用
p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
h1 {
  color: #fff;
  text-align: center;
}
th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  align-content: center;
  text-align: center;
}
td {
  border: solid 1px #ccc;
  padding: 10px;
}

td.Update {
    align-content: center;
    text-align: center;
}

input{
    width: 70%;
    padding: 15px;
    border: none;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    color: black;
    font-size: 18px;
}
@media screen and (max-width: 340px) {

  .login-form-main{
      background-color: rgba(255, 255, 255, 0.8);
      border: red;
      border-radius: 5px;
  }

  .tbl-r03 {
    width: 90%;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .tbl-r03 tbody tr {
    width: 50%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
  .list-button{
      width: 30%;
      padding: 15px;
      background-color: rgba(255, 255, 255, 0.8);
      border: none;
      border-radius: 5px;
      color: #8e44ad;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
  }
  p.login-mssage{
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      margin: 60px auto 40px;
  }
}