body {
  margin: 0;
  padding: 0;
}
/*widget*/
.vp_widget {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
border-radius: 3px;
    padding: 15px;
    color: #303B4F;
    line-height: 1em;
    font-size: 100%;
    font-family: sans-serif;
    width: 310px;
    border: 1px solid #c5c5c5;
}
.vp_widget__before {
    font-size: 17px;
    font-family: Arial;
    padding-bottom: 5px;
    border-bottom: 1px solid #96A7B7;
    border-bottom: 1px solid rgba(150, 167, 183, 0.3);
    color: #252525;
    line-height: 26px;
}

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

.vp_widget__body {
  margin-top: 11px;
}

.vp_widget__form_row {
  margin-bottom: 11px;
}

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

.vp_widget__form_row input[type=text] {
width: 62%;
  -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: #fff;
    font-family: 'PF Beau Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 11px 9px;
    -webkit-box-shadow: 0 2px 0 #006aa4;
    -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 #23a3d0;
  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: #29bff3;
}

.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%;
}
