.login-center {
  width: 319px;
  height: 339px;
  margin: 325px auto 193px;
  opacity: 1;
  background: rgba(31, 34, 42, 1);
  border: 5px solid rgba(89, 89, 89, 0.5);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.lc-username {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 34.75px;
  color: rgba(255, 195, 0, 1);
  margin: 21px auto 15px;
}
.lc-username-input input {
  width: 203px;
  height: 32px;
  box-sizing: border-box;
  opacity: 1;
  border-radius: 4px;
  background: rgba(0, 0, 0, 1);
  border: 0.5px solid rgba(56, 56, 56, 1);
  padding: 0 10px 0 27px;
  color: #fff;
}
.lc-username-input {
  position: relative;
}
.lc-username-input img {
  width: 12.3px;
  height: 12.3px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.lc-password {
  margin: 12px auto;
}
.lc-repas,
.lc-code {
  margin-bottom: 12px;
}

.login-btn {
  width: 203px;
  height: 32px;
  background-color: #ffc300;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0px 2px 4px #000000;
}
.login-btn-under {
  width: 319px;
  box-sizing: border-box;
  padding: 13px 94px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 23.17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-btn-under a {
  color: rgba(98, 104, 122, 1);
}
.login-bottom {
  width: 100%;
  height: 858px;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 34.73%);
  position: absolute;
  top: 445px;
}
