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: 12px;
  color: #303B4F;
  line-height: 1em;
  font-size: 100%;
  font-family: sans-serif;
}
.vp_widget__before {
    font-family: Open Sans;
    padding-bottom: 13px;
    line-height: 25px;
    text-align: center;
    /* text-transform: uppercase; */
    color: #212427;
    font-size: 22px;
    font-weight: 600;
}
.vp_widget__podzag {
    display: -webkit-inline-box;
    font-size: 14px;
    color: #727272;
}

.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__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: 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: 13px/1.24 "Segoe UI", Tahoma, Arial, sans-serif;
  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;
}

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

.vp_widget__button {
   background: #FF2124;
    color: #fff;
    font: 13px/1.24 "Segoe UI", Tahoma, Arial, sans-serif;
    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 #e62325;
    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;
    font-weight: bold;
}

.vp_widget__button input[type=submit] {
  display: none;
}
img {
    width: 73%;
}

.vp_widget__button:active {
  background: #0a2346;
  -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*/
