.eemail_caption 
{
padding-bottom:5px;
padding-top:5px; padding-right:5px;
}
.eemail_msg 
{
padding-top:5px;
padding-bottom:5px; color:#F00;
}
.eemail_textbox 
{
padding-bottom:10px; }
.eemail_button 
{
padding-bottom:10px; }
.eemail_textbox_class 
{
width:200px;
color: #212123 !important;
font-weight: normal !important;
}
.eemail_textbox_button 
{
width:100px;
} .newsletter-frm{
display: block;
width: 100%;
}
.newsletter-frm .eemail_textbox, .newsletter-frm .eemail_button{
float: left;
}
.newsletter-frm .eemail_textbox{
width: calc(100% - 110px);
margin-right: 10px;	
} .newsletter-frm .eemail_textbox_class{
width: 100%;
height: 50px;
border-radius: 5px;
margin: 0px;
padding: 5px 20px;
font-size: 16px;
color: #212123;
border:1px solid #EDEBEC;
background-color: #FFFFFF;
-webkit-appearance:none;
}
.newsletter-frm .eemail_textbox_class:hover, .newsletter-frm .eemail_textbox_class:focus{
background-color: transparent;
}
.newsletter-frm .eemail_textbox_button{
height: 49px;
background-color: #CE2039;
border:1px solid transparent;
border-radius: 5px;
text-transform: uppercase;
color: #FFF;
font-weight: bold;
transition:all 200ms linear;
-webkit-transition:all 200ms linear;
-moz-transition:all 200ms linear;
}
.newsletter-frm .eemail_textbox_button:hover, .newsletter-frm .eemail_textbox_button:focus{
background-color: #185DC6;
border-color: #185DC6;
color: #FFFs;
}
.eemail_textbox input::-webkit-input-placeholder {	color: #212123 !important;}
.eemail_textbox input::-moz-placeholder { color: #212123 !important;}
.eemail_textbox input:-moz-placeholder { color: #212123 !important;}
.eemail_textbox input:-ms-input-placeholder { color: #212123 !important;} @media (min-width: 768px) { } @media (min-width: 1200px) { }