/* This stylesheet is used to style the public view of the plugin. */
.cb-epu-msg-error{
text-align:left;
color:#FF0000 !important;
font-style:bold;

}

.cb-epu-input-text_old{
/*display: block;
    width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.cb-epu-form-wrapper{width:100%;}

.cb-epu-form-wrapper input[type="text"],.cb-epu-form-wrapper input[type="tel"]{
 display:block;
 width:100%;
 height:36px;
 padding:6px 12px;
 font-size:14px;
 line-height:1.42857143;
 color:#555;
 background-color:#fff;
 background-image:none;
 border:1px solid #ccc;
 border-radius:4px;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
 -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.cb-epu-form-wrapper input[type="text"]:focus,.cb-epu-form-wrapper input[type="tel"]:focus {
 border-color:#66afe9;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.cb-epu-form-wrapper input[type="text"]::-moz-placeholder {
 color:#999;
 opacity:1
}
.cb-epu-form-wrapper input[type="text"]:-ms-input-placeholder {
 color:#999
}
.cb-epu-form-wrapper input[type="text"]::-webkit-input-placeholder {
 color:#999
}
.cb-epu-form-wrapper input[type="text"]::-ms-expand {
 background-color:transparent;
 border:0
}

.cb-epu-form-wrapper input[type="submit"]
{
	display: inline-block;
  margin-bottom: 0; 
  padding: 10px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base);
  .user-select(none);
  color: #fff;
background-color: #5cb85c !important; 
border-color: #4cae4c !important;
margin-top:10px;
text-transform:none; 
font-size: 16px;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;

}
.cb-epu-form-wrapper input[type="submit"]:hover {
color: #fff;
background-color: #449d44 !important; 
border-color: #398439 !important; 
text-decoration:none;
}