.mc_widget {  position: relative;  background: url(Widget.png) no-repeat;width: 260px; height: 245px; padding: 184px 10px 10px 10px; }



.input-rounded { border: 1px solid #ccc; padding: 3px 74px 3px 3px; position: relative; border-radius: 6px; background: #FFF; height:30px; }
.email-subs { width: 100%; height: 100%; margin: 0; padding: 0; border: 0 none; font-family: inherit; border-radius: 2px; }
.email-subs:focus {  outline: none; }
.sub-main {
  position: absolute; top: 1px; right: 1px; width: 70px; height: 26px; border: 0 none; border-radius: 4px;
  background-image: url(sub-main-btn.png);
  background-repeat: no-repeat;
  background-position: center center; 
}
.sub-main:hover, .sub-main:active { background-image: url(sub-main-btn-click.png); } 

.mc_widget_small { 
    width: 100%;
    height: auto;
    max-width: 280px;
    background-color: #00587c;
    background-image: url(smallWidget.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 90px 10px 10px 10px; 
    border-radius: 10px;
  }
  .input-rounded { border-color: #fff; }



@media (min-width: 768px) {
  .mc_widget_small { 
    padding-top: 70px; 
  }
}

@media (min-width: 992px) {
  .mc_widget_small { 
    padding-top: 95px; 
  }
}

@media (min-width: 1200px) {
  .mc_widget_small { 
    padding-top: 85px; 
  }
}
