body {
  margin: 0;
  padding: 0;
}
/*widget*/
.vp_widget {
padding: 10px;
    color: #303B4F;
    line-height: 1em;
    font-size: 100%;
    font-family: sans-serif;
    width: 350px;
    background: #000;
}
.vp_widget__before {
font-weight: bold;
    font-size: 18px;
    font-family: Arial;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(150, 167, 183, 0.3);
    color: #fff;
    line-height: 22px;
}

.vp_widget__logo {
  padding: 2px 0;
  text-align: center;
  height: 70%;
  margin: 0 auto;
}
.vp_widget__logovp {
    padding: 12px 0 0 0;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.vp_widget__form_row {
  margin-bottom: 11px;
}

.vp_widget__form_row:last-child {
  margin-bottom: 0;
}

.vp_widget__form_row input[type=text] {
    width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  outline: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  padding: 11px 12px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  -ms-transition: border-color 0.15s ease-out;
  -o-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
margin-top: 10px;
}

.vp_widget__form_row input[type=text]:focus {
  border-color: #000000;
}

.vp_widget__button {
    color: #443d3d;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 11px 9px;
    -webkit-box-shadow: 0 2px 0 #F3D40D;
    -moz-box-shadow: 0 2px 0 #006aa4;
    -ms-box-shadow: 0 2px 0 #006aa4;
    -o-box-shadow: 0 2px 0 #006aa4;
    box-shadow: 0 4px 0 #F3D40D;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
    -moz-transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
    -ms-transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
    -o-transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
    transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 2px;
    background: #F3D40D;
    text-transform: uppercase;
}

.vp_widget__button input[type=submit] {
  display: none;
}

.vp_widget__button:active {
  background: #087da4;
  -webkit-box-shadow: 0 2px 0 #006aa4, inset 0 2px 4px rgba(0,0,0,.25);
  -moz-box-shadow: 0 2px 0 #006aa4, inset 0 2px 4px rgba(0,0,0,.25);
  -ms-box-shadow: 0 2px 0 #006aa4, inset 0 2px 4px rgba(0,0,0,.25);
  -o-box-shadow: 0 2px 0 #006aa4, inset 0 2px 4px rgba(0,0,0,.25);
  box-shadow: 0 2px 0 #006aa4, inset 0 2px 4px rgba(0,0,0,.25);
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}
/*end widget*/

img {
    width: 80%;
}
