/*----- Proxima Nova -----*/
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0; }

.custom_frm_group input {
  font-size: 16px; }

.custom_frm_group input::placeholder {
  color: #8d8d8d; }

.popup_custom_vaendor_main {
  -moz-box-sizing: unset;
  -webkit-box-sizing: unset;
  box-sizing: unset; }

.on_click_modal_div {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center; }

.on_click_btn {
  font-size: 1em;
  padding: 10px;
  color: red;
  border: 2px solid blue;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out; }

.on_click_btn:hover {
  background: blue; }

.overlay_modal_vendor {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 999;
  right: 0;
  background-color: rgba(0, 0, 0, 0.87);
  display: none;
  z-index: 10000000000; }

.overlay_modal_vendor.active {
  display: block; }

.popup_custom_vaendor_main {
  background: #fff;
  border-radius: 10px;
  width: 599px;
  transition: all 5s ease-in-out;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px; }

.custom_center_login {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.popup_custom_vaendor_main .close {
  position: absolute;
  top: 14px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333; }

.popup_custom_vaendor_main .close:hover {
  color: #06D85F; }

.popup_custom_vaendor_main .content {
  max-height: 30%;
  overflow: auto; }

.clear {
  clear: both; }

.custom_frm_group.padd_b_14 label {
  margin-bottom: 10px; }

.main_inner_header_vendor p {
  font-size: 24px;
  text-align: center;
  font-family: 'proxima_novasemibold';
  line-height: 32px;
  margin: 0;
  padding: 0; }

.blude_vendor_top_head {
  color: #52b5f9;
  font-family: 'proxima_nova_rgbold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.main_inner_header_vendor {
  padding-top: 40px;
  padding-bottom: 30px; }

.vendor_frm {
  width: 435px;
  margin: 0 auto; }

.custom_frm_group.padd_29 {
  padding-bottom: 20px; }

.custom_frm_group label {
  display: block;
  font-family: 'proxima_novasemibold';
  font-size: 17px;
  padding-bottom: 10px;
  color: #343434; }

.error, .error1 {
  color: red;
  line-height: 21px;
  display: inline-block;
  width: 91%;
  padding-top: 10px;
  letter-spacing: 0.6px;
  font-family: 'proxima_nova_rgregular'; }

.custom_frm_group input {
  width: 93%;
  height: 50px;
  padding-left: 14px;
  padding-right: 15px;
  border: 1px solid #dbdbdb;
  -webkit-appearance: none;
  -moz-appearance: none; }

.custom_frm_group.padd_b_14 {
  padding-bottom: 10px;
  line-height: 0; }

.custom_checkbox_e {
  width: 434px; }

.for_get_pass {
  float: right; }

.login_big_btn {
  margin-top: 29px; }

.login_big_btn_a {
  box-shadow: 1px 1px 3px #999;
  cursor: pointer;
  background: #00a3e7 !important;
  display: block;
  text-align: center;
  height: 58px;
  line-height: 58px;
  border-radius: 40px;
  border: 0px;
  width: 436px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-appearance: button-bevel;
  /* WebKit */
  -moz-appearance: button;
  /* Mozilla */
  -o-appearance: button;
  /* Opera */
  -ms-appearance: button;
  /* Internet Explorer */
  appearance: button;
  /* CSS3 */
  font-family: 'proxima_nova_rgbold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.login_big_btn_a:hover {
  background-color: #4cbfee !important; }

.login_big_btn_a:hover, .login_big_btn_a:active, .login_big_btn_a:focus {
  outline: none !important; }

.for_get_pass a {
  color: #52b5f9;
  font-size: 16px;
  font-family: 'ProximaNova-Regular';
  text-decoration: none; }

.not_vendor_yet {
  margin-top: 3px;
  text-align: center; }

.not_vendor_yet img {
  position: relative;
  bottom: -17px; }

.not_vendor_yet span {
  color: #a3a3a3;
  font-family: 'ProximaNova-Regular';
  font-size: 16px; }

.vendor_join_genpal {
  margin-top: 19px; }

.vendor_join_genpal a {
  background-color: #8fb741;
  width: 205px;
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  font-family: 'proxima_novasemibold';
  font-size: 16px;
  text-decoration: none;
  box-shadow: 1px 1px 3px #999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.custom_frm_group ::placeholder {
  font-size: 17px;
  color: #191919; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  color: #666666;
  font-size: 16px;
  font-family: 'ProximaNova-Regular'; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #dbdbdb;
  background: #fff;
  border-radius: 2px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 4px;
  left: .22em;
  font-size: 16px;
  line-height: 0.8;
  color: #00a3e7;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

.only_dektop {
  display: block; }

@media only screen and (max-width: 767px) {
  .popup_custom_vaendor_main {
    width: 90%; }

  .vendor_frm {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px; }

  .custom_frm_group input {
    width: 84%; }

  .custom_checkbox_e {
    width: 92%; }

  .login_big_btn_a {
    width: 80%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-left: 21px;
    font-family: 'ProximaNova-Regular';
    -webkit-appearance: button-bevel;
    /* WebKit */
    -moz-appearance: button;
    /* Mozilla */
    -o-appearance: button;
    /* Opera */
    -ms-appearance: button;
    /* Internet Explorer */
    appearance: button;
    /* CSS3 */ }

  .only_dektop {
    display: none; }

  .main_inner_header_vendor p {
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 25px;
    padding-top: 15px; }

  .main_inner_header_vendor {
    padding-bottom: 20px; }

  .popup_custom_vaendor_main {
    border-radius: 3px; }

  .popup_custom_vaendor_main .close {
    top: 13px;
    right: 13px; }

  img.close_perk {
    width: 108%; }

  .custom_frm_group label {
    font-size: 15px;
    padding-bottom: 7px; }

  .blude_vendor_top_head {
    font-family: 'proxima_novasemibold'; }

  .custom_frm_group input {
    height: 39px;
    border-radius: 1px; }

  [type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before {
    width: 14px;
    height: 14px;
    border-radius: 1px; }

  [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    top: 3px;
    font-size: 14px;
    font-family: 'proxima_novasemibold'; }

  [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    padding-left: 23px;
    font-size: 14px; }

  .vendor_join_genpal a {
    font-family: 'ProximaNova-Regular';
    margin-right: 24%; }

  .not_vendor_yet {
    margin-top: 15px; } }
