form.vc-course-access {
  background-color: rgb(250, 250, 250);
  padding: 20px;
  border-radius: 6px;
  border-width: 1px;
  border-color: rgb(239, 239, 239);
  border-style: solid;
  box-shadow: none;
  width: 100%;
  max-width: 420px;
  line-height: 20px;
}

.vc-course-access .vc-field {
  margin-bottom: 10px;
}

.vc-course-access input[type="text"],
.vc-course-access input[type="email"],
.vc-course-access input[type="tel"],
.vc-course-access input[type="date"] {
  font-size: 14px;
  height: 40px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  padding: 0 10px;
  outline: none;
  border-radius: 5px;
  border-width: 1px;
  border-color: rgb(240, 240, 240);
  border-style: solid;
  box-shadow: none;
}

.vc-course-access input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.7;
  margin-right: 4px;
}

.vc-course-access input[type="date"]:hover::-webkit-calendar-picker-indicator {
  opacity: 1;
}

.vc-course-access input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.vc-course-access button[type="submit"] {
  width: 100%;
  background-color: rgb(6, 175, 204);
  height: 50px;
  border-radius: 5px;
  border-width: 0;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  box-shadow: none;
  font-size: 19px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  padding: 0;
  cursor: pointer;
}

.vc-course-access .vc-errors {
  margin-bottom: 12px;
  color: #b00020;
}

.vc-course-access .vc-errors ul li {
  padding: 0;
}

.vc-course-access .vc-errors ul li:after {
  content: unset;
}

.vc-course-access .g-recaptcha {
  margin: 10px 0 12px;
}

.vc-success {
  background-color: #06afcc;
  font-size: 24px;
  color: #fff;
  padding: 20px;
  text-align: center;
  max-width: 420px;
  width: 100%;
}
