.user-item {
    display: grid;
    grid-gap: 32px;
    margin: 1.5em 0;
    line-height: 1.6;
    font-size: 1.125rem;
    grid-template-columns: auto 200px;
}
.user-item .pw-m {
    max-width: 780px;
}
input[type="text"],
input[type="password"] {
    width: 100%;
    height: 40px;
    padding: .5em;
    line-height: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: hsl(0deg, 0%, 100%);
    border: 1px solid hsl(60deg, 10%, 92%);
}
/* Order Form */
.password-form {
    display: block;
    padding: 1.5em;
    max-width: 840px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -khtml-border-radius: 18px;
    -webkit-border-radius: 18px;
    background-color: hsl(0deg, 0%, 100%);
}
.password-form dd ul.errors {
    font-size: 12px;
    line-height: 1.45;
    padding: 0 !important;
}
.password-form dd ul.errors li {
    color: #f03c3c;
    text-align: left;
}
.password-form dl {
    margin: 2em 1% 0;
    display: inline-block;
    width: 98% !important;
}
.password-form dl {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
}
.password-form dl dd {
    margin: 0;
    padding: 0;
}
.password-form dt {
    height: 0;
    padding: 0;
    display: block;
    text-align: left;
    position: relative;
}
.password-form dt label {
    left: 1em;
    top: -.5em;
    display: none;
    line-height: 1;
    font-size: 12px;
    padding: 0 .5em;
    position: absolute;
    background-color: hsl(0deg, 0%, 100%);
}
.password-form dl.password-new dd,
.password-form dl.password-email dd { 
    display: block;
}
.password-form dl.password-captcha img {
    max-width: 300px;
    margin: 0 0 1em 0;
}
.password-form dl.password-captcha dt label {
    display: none !important;
}
.password-form .pw-button {
    border: none;
    height: auto;
    padding: 1em 1.6em;
    border-radius: 1.6em;
    color: hsl(0deg, 0%, 100%);
    background-color: hsl(0deg, 0%, 5%);
}
.password-form dl.password-new dd.done input,
.password-form dl.password-email dd.done input,
.password-form dl.password-captcha dd.done input {
    background-repeat: no-repeat;
    background-position: calc(100% - 1em) center;
    background-image: url(/load/images/done.svg);
}
.password-form dl.password-new dd.error input,
.password-form dl.password-email dd.error input,
.password-form dl.password-captcha dd.error input {
    border: 1px solid #f03c3c;
}
@media screen and (max-width: 48rem) {
.label-for-form-input,
.address-form dt label {
    left: .15em;
}
.user-item {
    margin: 0;
    grid-template-columns: 1fr
}
.address-items .address-item .button {
    font-size: 0;
}
.address-items .address-item {
    grid-template-columns: auto 48px 48px;
}
}
@media screen and (min-width: 102rem) {
}
@media screen and (min-width: 240rem) {
}