form.form-create-account .field.choice {
    margin-bottom: 10px;
}

.customer-register-agreements {
    display: inline-block;
}

.home-newsletter-agreements {
    display: table-footer-group;
}

.cms-index-index .checkout-agreement > input {
    vertical-align: middle;
    margin-top: -2px;
    box-shadow: none;
}

.cms-index-index .checkout-agreement span {
    color: #000;
}

.cms-index-index .checkout-agreement span:hover {
    text-decoration: underline;
}

.cms-index-index .checkout-agreements-block {
    margin-bottom: 0px;
}


.cms-index-index .column .content {
    position: relative;
}

.cms-index-index .checkout-agreement button {
    text-align: left;
}

.cms-index-index .checkout-agreements .checkout-agreement {
    position: absolute;
}

@media (max-width: 671px) {
    .cms-index-index .checkout-agreements .checkout-agreement label {
        display: inline-block;
        width: calc(100% - 25px);
    }
}
