
@media only screen and (min-width:768px){
.customer-account-create .form.create.account{
    width: 50%;
}
.customer-account-create .fieldset.create.account{
    width: 100%;
}
}

/* JMS-523: Delivery instructions helper note (italic) */
.order-comment-form__note,
.amcheckout-comment .field-note,
.amcheckout-comment .admin__field-note {
    font-style: italic;
    font-size: 0.85em;
    line-height: 1.4;
    margin-top: 6px;
    display: block;
}
