* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Open sans', sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* modal */
.nbm_domg_model_header {
  border-bottom: none !important;
}

.nbm-tab-ul {
  margin: 0 50px;
  border: none;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #00000026;
}

.nbm-tab-ul li {
  width: 50%;
}

.nbm-tab-ul li a.nav-link {
  border: none !important;
  color: #707070;
}

.nbm-tab-ul li a.active {
  background: transparent linear-gradient(91deg, #CF2725 0%, #EC9F33 100%);
  border-radius: 30px;
  color: #fff !important;
  border: none;
}

.mdl-form {
  height: 210px;
}

.mdl-form-inner-box {
  width: 100%;
}

.nbm_domg_form_section {
  padding: 0px 50px;
  padding-bottom: 50px;

}

.nbm_domg_form_section h5 {
  margin-bottom: 50px;
}

.login-form-heading-name {
  font-size: 15px;
  font-weight: 500;
}

.nbm_domg_input {

  height: 45px;
}

.captch-section-2 {
  float: right;
  font-weight: 500;
}

.captch-section-1 {
  font-weight: 500;
}

.captch-section-2-text {
  border: 1px solid #dee2e6;
  display: inline-block;
  width: 160px;
  height: 33px;
  padding: 0 10px;
  border-radius: 4px;
}

.captch-img {
  width: 90%;
}

.form-heading {

  font-weight: bold;
  text-align: center;
}

.form-pwd-box {
  position: relative;
}

.form-pwd-box svg {
  position: absolute;
  top: 53%;
  right: 4%;
  cursor: pointer;
}


.nbm_domg_sign_btn .sign-in {
  font-size: small;
  color: #fff;
  width: 100px;
  padding: 10px;
  background-color: #F26524 !important;
  border-radius: 5px;
  opacity: 1;
}

.nbm_domg_sign_btn .sign-in:hover {
  background-color: #BC4E1C !important;
  color: #fff;
}

.domg_dropdown button:focus {
  border: none !important;
  background: white !important;
  color: #EE0909 !important;
}