body, html {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.widget {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 10px 12px;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box; }
  .widget svg:not(:root) {
    overflow: hidden; }
  .widget-header {
    margin-bottom: 4px; }
    .widget-header__logo {
      display: inline-block; }
      .widget-header__logo svg {
        fill: #fff;
        width: 130px;
        height: 13px; }
  .widget-form {
    position: relative;
    height: 34px;
    display: block; }
    .widget-form__input, .widget-form__submit {
      box-sizing: border-box;
      height: 34px;
      outline: 0;
      border: 0;
      margin: 0; }
    .widget-form__input {
      font-size: 14px;
      padding: 9px 46px 9px 10px;
      width: 100%;
      border-radius: 2px 10px 10px 2px; }
    .widget-form__submit {
      font-size: 16px;
      width: 36px;
      padding: 9px 10px;
      border-radius: 0 2px 2px 0;
      position: absolute;
      top: 0;
      right: 0;
      box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
      cursor: pointer;
      background: linear-gradient(to top, #368b1c, #4fae33);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#368b1c', endColorstr='#4fae33',GradientType=0 );
      /* IE6-9 */ }
      .widget-form__submit:hover {
        background: linear-gradient(to top, #27a302, #49c724);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a302', endColorstr='#49c724',GradientType=0 );
        /* IE6-9 */ }
      .widget-form__submit svg {
        fill: #fff;
        width: 16px;
        height: 16px; }
    .widget-form__db {
      background: #ccd6d9;
      color: #6a7e83;
      font-size: 13px;
      text-transform: uppercase;
      border-radius: 2px;
      position: absolute;
      padding: 5.5px 7px;
      top: 4px;
      right: 40px; }

.widget.-blue, .widget {
  background-color: #0071bc; }

.widget.-orange {
  background-color: #a83f13; }

.widget.-grey {
  background-color: #ccd6d9; }
  .widget.-grey .widget-header__logo svg {
    fill: #a83f13; }
  .widget.-grey .widget-form__submit {
    background: linear-gradient(to top, #9f3816, #b84e2b);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f3816', endColorstr='#b84e2b',GradientType=0 );
    /* IE6-9 */ }
    .widget.-grey .widget-form__submit:hover {
      background: linear-gradient(to top, #bf2f00, #db4716);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2f00', endColorstr='#db4716',GradientType=0 );
      /* IE6-9 */ }
