
.email-filed {
    display: block;
    border: 2px solid #ccc;
    border-radius: 5px;    
    color: rgba(0,0,0,0.75);
    font-size: 24px;
    padding: 8px;
    /* height: 44px;*/
    width: 70%;
    margin-bottom: 20px;

    margin-left: auto;
    margin-right: auto;

}
.submit-form {

    padding: 30px 0px 30px 0px;
    
    background: #cc6698;
    background: -moz-linear-gradient(45deg, #cc6698 0%, #6b396c 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cc6698), color-stop(100%, #6b396c));
    background: -webkit-linear-gradient(45deg, #cc6698 0%, #6b396c 100%);
    background: -o-linear-gradient(45deg, #cc6698 0%, #6b396c 100%);
    background: -ms-linear-gradient(45deg, #cc6698 0%, #6b396c 100%);
    background: linear-gradient(45deg, #cc6698 0%, #6b396c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc6698, endColorstr=#6b396c, GradientType=1)
}

.submit-form-green {

    padding: 30px 0px 30px 0px;
    
    background: #339999;
    background: -moz-linear-gradient(45deg, #339999 0%, #2234a 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #339999), color-stop(100%, #66cc99 ));
    background: -webkit-linear-gradient(45deg, #339999 0%, #66cc99 100%);
    background: -o-linear-gradient(45deg, #339999 0%, #66cc99 100%);
    background: -ms-linear-gradient(45deg, #339999 0%, #66cc99 100%);
    background: linear-gradient(45deg, #339999 0%, #66cc99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#339999, endColorstr=#66cc99, GradientType=1)
}

.response {
    color: white;
    font-size: 24px;
    margin: 20px;
}

.response a {
    text-decoration: underline;
    color: white; 
}

.response a:hover {
    text-decoration: none;
    color: orange; 
}

#mc_embed_signup div.mce_inline_error3 {
    /* margin: 0 0 1em 0; */
    /* padding: 5px 10px; */
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff;
    background:#none;  
    color: #9b1a1e;
    font: inherit;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.btn-order {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;




    background: linear-gradient(to bottom, #ffd325 0%, #fcbe00 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #ffd325, #fcbe00) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd325), to(#fcbe00)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd325', endColorstr='#fcbe00');
    color: #000000;
    font-family: Open Sans;
    font-weight: 300;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    border: 1px solid rgba(0,0,0,0.2);



}

.btn-order:hover {
    /*opacity: 0.5;*/
    background: linear-gradient(to bottom, #fcbe00 0%, #fcbe00 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #fcbe00, #fcbe00) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcbe00), to(#fcbe00)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcbe00', endColorstr='#fcbe00');
    /*opacity: 0.5;*/
    color: white;
}

.btn-order-lg {
    padding: 0.5em 1.2em;
    font-size: 40px;
    line-height: 1;
}