input[name="customCheckbox"] {
    float: left;
    width: 2%;
    top: 18px;
}

input[name="customCheckbox"] + div {
    float: right;
    width: 94%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    top: 22px;
}

#wapp_check + label {
    float: left;
    margin-top: 6px;
    margin-bottom: 16px;
    color: #202020;
}
.customer-account-create #wapp_check {
    float: left;
    width: 6%;
}

.checkout-index-index #wapp_check{
    float: left;
    width: 3%;
}
