.btn-rounded {
  color: #135eab;
  border-color: #135eab;
  background: #ffffff;
}

.btn-rounded:hover {
  background: #135eab;
}

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

.btn_v2 {
  border-color: #135eab;
  background: #135eab;
}

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

#login_confirmation_form .signup_btn {
  background-color: #135eab;
  border-color: #135eab;
}

/* 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: #135eab !important;
  color: #135eab !important;
}

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

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

/* language band on commercial bank app page login and signup page start */
.app_platform .main_content .language_band {
  width: 100%;
  height: 30px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 40px;
}

.app_platform .main_content .language_band .lang_list {
  list-style: none;
  display: flex;
  align-items: center;
}

.app_platform .main_content .language_band .lang_list li {
  border-left: 1px solid #404040;
}

.app_platform .main_content .language_band .lang_list li a {
  font-size: 14px;
  color: #404040;
  padding: 0 10px;
  display: flex;
  text-decoration: none;
}

.app_platform .main_content .language_band .lang_list li a.act {
  color: #9a9a9a;
  pointer-events: none;
}

.app_platform .main_content .language_band .lang_list li:first-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  .app_platform .main_content .language_band {
    padding: 0 5px;
  }
}

/* language band on commercial bank app page login and signup page End */
