/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dsy-instant-checkout-button-container{
    display: inline-block;
    margin-left : 4px;
    margin-top : 30px;
}

.dsy-instant-checkout-button-container button{
    height:50px;
}

.parsley-success{
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

.parsley-error{
    border: 1px solid red!important;
}

.dsy-instant-order-validation-failed{
    font-weight: bold;
    color: red;
}