/*$primary_color:#2b404b;*/
.btn-rounded {
  color: #84bd00;
  border-color: #84bd00;
  background: #ffffff;
}

.btn-rounded:hover {
  background: #84bd00;
}

.btn-outline-primary:hover {
  border-color: #84bd00 !important;
  color: #ffffff;
  background: #84bd00 !important;
}

.btn_v2 {
  border-color: #84bd00;
  background: #84bd00;
}

.company_select_wrp .dropdown-menu.show .dropdown-item:hover .btn {
  background: #84bd00 !important;
  border-color: #84bd00 !important;
  color: #ffffff !important;
}

#login_confirmation_form .signup_btn {
  background-color: #84bd00;
  border-color: #84bd00;
}

/* signup form for mobile only strat */
@media only screen and (max-width: 767px) {
  .col-486-gl.flex-column.top_space {
    padding-bottom: 20px;
  }
}

/* signup form for mobile only End */
.col-486-gl.flex-column.top_space.set_business_nature .btn-rounded {
  background-color: #ffffff !important;
  border-color: #84bd00 !important;
  color: #84bd00 !important;
}

.col-486-gl.flex-column.top_space.set_business_nature .btn-rounded:hover {
  background: #84bd00 !important;
  color: #ffffff !important;
}

.text_break_wrp {
  flex-flow: column;
  display: flex;
}

.main_content .pageBg .logo-wrp-2 {
  max-width: 300px;
}
