#_form_13_,
#_form_13_ ._submit,
#_form_13_ ._form_element input[type="text"],
#_form_13_ ._form_element input[type="date"],
#_form_13_ ._form_element select,
#_form_13_ ._form_element textarea:not(.g-recaptcha-response),
#_form_13_ ._error-inner,
#_form_13_._inline-form,
#_form_13_._inline-form ._form-content,
#_form_13_._inline-form input,
#_form_13_._inline-form ._submit,
.ebook-modal #_form_13_ ._error-inner {
   font-family: "Open Sans", sans-serif !important;
}
.ebook-modal .modal-dialog {
   max-width: 460px;
   margin: 3em auto 0;
}
.ebook-modal .modal-content {
   padding: 25px 30px;
   border-radius: 20px;
   background-color: #fff;
}
.ebook-modal #_form_13_ {
   width: auto;
   padding: 0;
}
.ebook-modal .close {
   width: 14px;
   top: 15px;
   right: 20px;
}
.ebook-modal #_form_13_ ._form-title,
.ebook-modal #_form_13_ ._form-label,
.ebook-modal #_form_13_ ._form-thank-you {
   color: #3a4775;
}
.ebook-modal #_form_13_ ._form-thank-you {
   font-size: 14px;
   line-height: 19px;
   margin-right: 10px;
   padding: 1em .5em;
}
.ebook-modal #_form_13_ ._form-thank-you a,
.ebook-modal #_form_13_ ._form-thank-you a:hover,
.ebook-modal #_form_13_ ._form-thank-you a:focus {
   color: #6d94bd;
   font-weight: bold;
}

.ebook-modal #_form_13_ ._form-title {
   font-size: 18px;
   line-height: 25px;
   font-weight: normal;
}

.ebook-modal #_form_13_ ._form-title {
   margin-bottom: 10px;
}
.ebook-modal #_form_13_ ._form_element .eworkbook-form-control-wrapper {
   margin-bottom: 20px;
}

#_form_13_ ._form_element .eworkbook-form-control {
   height: 40px;
   padding-left: 18px;
   padding-right: 18px;
   border: 1px solid #919191;
   outline: none;
   border-radius: 10px;
   color: #3a4775 !important;
   font-size: 14px;
   line-height: 19px;
}
#_form_13_ ._form_element .eworkbook-form-control:-internal-autofill-selected {
   background-color: #fff !important;
   color: #3a4775 !important;
}
#_form_13_ ._form_element .eworkbook-form-control::-webkit-input-placeholder {
   color: #919191;
}
#_form_13_ ._form_element .eworkbook-form-control::-moz-placeholder {
   color: #919191;
}
#_form_13_ ._form_element .eworkbook-form-control::placeholder {
   color: #919191;
}

.ebook-modal #_form_13_ ._form-label {
   font-size: 16px;
   line-height: 22px;
}

/* error messages */
.ebook-modal #_form_13_ ._error-inner {
   background: none;
   color: #ff8079;
   padding: 0;
   text-align: left;
}
.ebook-modal #_form_13_ ._error {
   position: static;
}
.ebook-modal #_form_13_ ._error._below ._error-arrow {
   display: none;
   border-bottom: 5px solid #f3dbba;
}
.ebook-modal #_form_13_ ._error._below {
   padding-top: 0;
   margin-top: 8px;
   font-size: 14px;
   line-height: 19px;
   color: #ff8079;
}
.ebook-modal #_form_13_ button[type="submit"] {
   padding: 8px 20px;
}
/* recaptcha widget */
.ebook-modal #_form_13_ .g-recaptcha {
   margin-top: 8px;
}
@media (max-width: 405px) { 
   .ebook-modal #_form_13_ .vemdr-btn {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: intrinsic;
      width: max-content;
   }
   .ebook-modal #_form_13_ .g-recaptcha {
      -webkit-transform: scale(0.83);
      transform: scale(0.83);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
   }
}

@media (max-width: 490px) {
   .ebook-modal .modal-dialog {
      max-width: 95%;
   }
}
@media (min-width: 320px) and (max-width: 667px) {
   .ebook-modal #_form_13_ .vemdr-btn {
      font-size: 14px;
      line-height: 19px;
   }
}

@media (min-width: 768px) {
   .ebook-modal .modal-dialog {    
      margin: 4em auto 0;
   }
   .ebook-modal .modal-content {
      padding: 35px 40px;
   }
   .ebook-modal #_form_13_ ._form_element .eworkbook-form-control-wrapper {
      margin-bottom: 24px;
   }

   .ebook-modal #_form_13_ ._form-title {
      margin-bottom: 22px;
      font-size: 20px;
      line-height: 29px;
   }
   #_form_13_ ._form_element .eworkbook-form-control,
   .ebook-modal #_form_13_ ._form-thank-you {
      font-size: 16px;
      line-height: 22px;
   }
}
