.login-section {
  width: 400px;
  margin: 0 auto;
  padding-top: 48px;
}

.login-section p {
  margin-top: 20px;
}

.login-section input[type="text"], .login-section input[type="password"] {
  display: inline-block;
  width: 260px;
}

.login-section .form-group {
  margin-top: 16px;
  /* display: flex; */
}

.login-section .form-group label {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  width: 100px;
  margin-right: 26px;
}

.login-section .form-group .password-label {
  margin-top: 16px;
}

.login-section .login-keep {
  margin-top: 30px;
  font-size: 12px;
  color: #622023;
  width: 100%;
  text-align: center;
}

.login-section .login-keep label {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  cursor: pointer;
}

.login-section .login-keep label span {
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.login-section input[type="submit"] {
  background-color: #622023;
  border: 1px solid #622023;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 296px;
  padding: 9px 0;
  display: block;
  margin: 24px auto 0;
  cursor: pointer;
}

.login-section .lostpassword {
  font-size: 12px;
  font-weight: 400;
  margin-top: 32px;
  width: 100%;
  text-align: center;
  color: #622023;
}

.login-section .contact {
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
  width: 100%;
  text-align: center;
  color: #622023;
}

.login-section .lostpassword a, .login-section .contact a {
  color: #622023;
  text-decoration: underline;
}

.login-section .register-link-button {
  background-color: #622023;
  border: 1px solid #622023;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 296px;
  padding: 9px 0;
  display: block;
  margin: 44px auto 0;
  text-decoration: none;
}

.login-section .login-bottom-text {
  font-size: 14px;
  margin-top: 22px;
  display: none;
}

.lostpass-guide {
  margin-top: 20px;
}

.cartlogin-title-section {
  border-bottom: 1px solid #413622;
  width: 710px;
  margin: 27px auto 0;
  height: 53px;
}

.memberinfo-label {
  font-weight: bold;
  font-size: 24px;
}

.cartlogin-description-section {
  width: 710px;
  margin: 27px auto 0;
  font-weight: 600;
}

.memberinfo-section {
    /* background-color: #F3F1EF; */
    align-items: center;
    width: 750px;
    margin: 64px auto 64px;
    padding: 0 20px;
}

.memberinfo-container {
  flex-wrap: wrap;
  gap: 40px 24px;
  /* justify-items: center; */
  /* max-width: 1032px; */
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-bottom: 64px;
}

.memberinfo-label-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 53px;
  border-bottom: 1px solid #413622;
  margin-bottom: 48px;
}

.memberinfo-item {
  display: flex;
  font-size: 14px;
  height: 20px;
  margin-bottom: 16px;
  align-items: center;
}

.memberinfo-item-label {
  width: 130px;
  margin-right: 40px;
  font-weight: 700;
}

.memberinfo-input{
  border-radius: 4px;
  border: 1px solid #BDBDBD;
  width: 276px;
  height: 32px;
  margin-right: 16px;
  padding: 6px 10px;
}

.memberinfo-input-s {
  border-radius: 4px;
  border: 1px solid #BDBDBD;
  width: 104px;
  height: 32px;
  margin-right: 24px;
}

.memberinfo-item-input {
  display: flex;
  font-size: 14px;
  height: 32px;
  margin-bottom: 16px;
  align-items: center;
}

.memberinfo-item-input label {
  margin-right: 6px;
}

.memberinfo-item-input select {
  border-radius: 4px;
  border: 1px solid #BDBDBD;
  width: 276px;
  height: 32px;
  margin-right: 16px;
  padding: 6px 10px;
}

.memberinfo-item-label-l {
  display: flex;
  font-size: 14px;
  width: 140px;
  margin-right: 30px;
  font-weight: 700;
}

.required {
  color: #622023;
}

.confirm-container {
  display: grid;
  justify-content: center;
}

.check-container {
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin-bottom: 24px;
}

.privacy-policy {
  text-decoration: underline;
  color: #622023;
  margin-left: 6px;
  display: inline-block;
}

.confirm-button {
  align-self: stretch;
  background-color: #622023;
  min-height: 40px;
  width: 296px;
  margin: auto 0;
  padding: 6px 16px;
  border: none;
  cursor: pointer;
  color: #fff;
}

.memberinfo-section .newmember-bottom-text {
  font-size: 14px;
  margin-top: 50px;
  display: none;
}


.memberinfo-item-label{width:182px;}
.memberinfo-item-label-l{width:192px;}