#vw-forgot-password .btn_submit {
  background-color: #0060a1;
  border-color: #0060a1;
  border-radius: 6px;
  color: #fff;
  font-family: bodyfont !important;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  letter-spacing: 0.16px;
  line-height: 1.13;
  text-align: center;
  width: 100%;
}

#vw-forgot-password .fp-container {
  background: rgba(112, 112, 112, 0.03);
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.15);
  padding: 20px 40px;
}

#vw-forgot-password .fp-main-title {
  font-family: boldfont;
  font-size: 2rem;
  font-weight: 700;
}

#vw-forgot-password .plaindropdown {
  background: #fff;
  border-radius: 5px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  color: #333;
  font-family: bodyfont !important;
  font-size: 13px;
  height: 35px;
  line-height: 1.13;
  width: auto;
}

#vw-forgot-password .pleaseenternew {
  color: #333;
  font-family: bodyfont !important;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
