body {	margin: 0;	padding: 0;}.ws-form-newsletter-header{
    margin: 0;
    font: 100% Arial,Helvetica,sans-serif
}
::placeholder {
	color: #e60555;
	font: 100% Arial,Helvetica,sans-serif;
}
:-ms-input-placeholder { 
  color: #e60555;
  font: 100% Arial,Helvetica,sans-serif;
}

::-webkit-input-placeholder {
  color: #e60555;
  font: 100% Arial,Helvetica,sans-serif;
}
.ws-form-newsletter-header .ws-email{
    border: 1px solid #db161e !important;
    height: 29px;
    color: black;
    font-size: 13px;
    background-color: #ffffff;
    padding: 8px 15px;
    float: none!important;
    width: 100%!important;
    outline: 0;
}

.ws-form-newsletter-header .ws-submit{
    background-color: #db161e !important;
    padding: 4px 10px !important;
    width: 100% !important;
    color: #fff !important;
    border-radius: 0px !important;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 17px;
    font-size: 14px;
    background: #ffffff;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-color: #db161e;
    font-style: normal;
    cursor: pointer;
}

.error{
    background-color: #f2dede;
    border: 1px solid rgba(166,66,66,1);
    color: rgba(166,66,66,1);
    margin:0;
    padding: 10px;
    position: absolute;
	bottom: -5px;
	width: 45%;
	left: 15px;
}

.success{
    background-color: #dff0d8;
    border: 1px solid rgba(92,163,64,1);
    color: rgba(92,163,64,1);
    margin:0;
    padding: 10px;
    position: absolute;
	bottom: -5px;
	width: 45%;
	left: 15px;
}

.ws-form-clubvip{
    font-family: 'Nunito';
}

.ws-form-clubvip input{
     font: 100% Arial,Helvetica,sans-serif;
     height: 29px;
     padding: 8px 15px;
     border-radius: 0px;
     border: 1px solid #d2d2d2;
     -webkit-border-radius: 0px;
     color: #aaa9a9;
     font-size: 13px;
     background-color: #ffffff;     width: 90%;
 }
 
.ws-form-clubvip input#ws-accept {
    width: auto;
 }

.ws-form-clubvip select{
    font: 100% Arial,Helvetica,sans-serif;
    height: 29px;
    padding: 2px 15px;
    border-radius: 0px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 0px;
    color: #aaa9a9;
    font-size: 13px;
    background-color: #ffffff;
    width: 90%;
}

.ws-form-clubvip .wp-submit{
    background: #ffffff;
    text-transform: uppercase;
    color: #db161e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    transition: all .2s;
    border-width: 2px;
    border-style: solid;
    border-color: #db161e;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    height: auto;
}

label{
    font-weight: normal !important;
    display: block !important;
    color: #747474;
    font-size: 18px;
 }

