.e-form__row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.e-form__row--submit {
    justify-content: flex-end;
}

.e-form__title {
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

@media(min-width: 767px) {
    .e-form__title {
        width: 170px;
        min-width: 170px;
        padding-right: 20px;
        box-sizing: border-box;
        text-align: right;
        margin-bottom: 0;
    }
    .e-form__row {
        flex-wrap: nowrap;
    }
}

.e-form__title--required::before {
    content: '*';
    color: #ff0000;
}

.auth-form-title {
    padding: 0 0 10px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
}

.auth-form-message {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.e-form__row .address-area {
    height: 100px;
    resize: none;
    font-family: inherit;
}

.customer-info__link {
    display: inline-block;
}

.enter-text {
    font-size: 14px;
    line-height: 1.6;
}

.auth-nav {
    font-size: 14px;
}