/*
* CyberLock styles
*/

/* Brand login page with CyberLock logo */
body.login div#login h1 a {
    background-image: url("../images/Logo_gold_black.png");
    background-size: 250px 50px;
    height: 50px;
    width: 250px;
}


body #gform_wrapper_1 .gform_body .gform_fields .gfield {
    margin-top: 40px;
}


.woocommerce-order-details td.product-name img.order-detail-img {
    display: inline-block;
    margin: 0 !important;
    margin-right: 10px !important;
    vertical-align: top;
}

.storefront-full-width-content header.woocommerce-products-header {
    text-align: left;
}

button#place_order {
    
    background-color: #FEC23F;
}

button#place_order:hover {
    
    background-color: #fdae01;
}


/* Links in Reseller Agreement window */
.gsection_description a {
	color: blue;
	text-decoration: underline;
}
