label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #555;
}
.login-form {
  width: 100%;
  height: 100%;
  /* padding: 10px;
  margin: 10px; */
}
input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.login-button {
  width: 100%;
  height: 40px;
  padding: 12px;
  background-color: #4285f4;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.login-button:hover {
  background-color: #3367d6;
}

.switch-form {
  text-align: center;
  margin-top: 15px;
  color: #666;
}

.switch-form a {
  color: #4285f4;
  text-decoration: none;
}
.user{
    transition: transform 0.2s ease-in-out;
}
.user:hover {
    transform: translateY(-1px);
    color: red;
}
.box-table {
    width: 100%;
    font-size: 16px;
    color: blue;
    cursor: pointer;
    border: none;
}
.box-tr {
    border: none;
}
.box-td1{
    width: 15%;
    border: none;
}
.box-td2{
    width: 70%;
    border: none;
}