/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/



/* logo home with h1 */
@media (max-width: 991px) {
  #logo_dlgnz {
    /* For less than 991px */
    position: relative;
    left: 45px;
  }
}
#logo_dlgnz h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#logo_dlgnz h1 a {
  width: 163px;
  height: 36px;
  display: block;
  background: url(../img/DLGNZ.jpg) no-repeat 0 0;
  background-size: 163px 36px;
  text-indent: -9999px;
}

.margin_20_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.box_feat#icon_group_experts {
  background: #fff url(../img/icon-group-experts.svg) no-repeat center 45px;
}
.box_feat#icon_post_data {
  background: #fff url(../img/icon-company-data.svg) no-repeat center 45px;
}
.box_feat#icon_company {
  background: #fff url(../img/icon-company-structure.svg) no-repeat center 45px;
}
.box_feat#icon_document {
  background: #fff url(../img/icon-search-document.svg) no-repeat center 45px;
}

.box_feat#icon_group_experts2 {
  background: #fff url(../img/icon-people-120.png) no-repeat center 45px;
}
.box_feat#icon_post_data2 {
  background: #fff url(../img/icon-work-120.png) no-repeat center 45px;
}
.box_feat#icon_company2 {
  background: #fff url(../img/icon-business-building-120.png) no-repeat center 45px;
}
.box_feat#icon_document2 {
  background: #fff url(../img/icon-news-120.png) no-repeat center 45px;
}
.box_feat#icon_upload2 {
  background: #fff url(../img/icon-documents-120.png) no-repeat center 45px;
}


.box_feat#icon_group_experts3 {
  background: #fff url(../img/icon-consultation.svg) no-repeat center 45px;
}
.box_feat#icon_post_data3 {
  background: #fff url(../img/icon-checklist.svg) no-repeat center 45px;
}
.box_feat#icon_company3 {
  background: #fff url(../img/icon-communication.svg) no-repeat center 45px;
}
.box_feat#icon_document3 {
  background: #fff url(../img/icon-marketing-page.svg) no-repeat center 45px;
}

.box_feat#icon_red_flag {
  background: #fff url(../img/icon-red-flag.svg) no-repeat center 45px;
}
.box_feat#icon_coins {
  background: #fff url(../img/icon-coins.svg) no-repeat center 45px;
}
.box_feat#icon_contract {
  background: #fff url(../img/icon-contract.svg) no-repeat center 45px;
}

.box_feat#icon_entry_level {
  background: #fff url(../img/icon-entry-level.svg) no-repeat center 45px;
}
.box_feat#icon_mid_level {
  background: #fff url(../img/icon-mid-level.svg) no-repeat center 45px;
}
.box_feat#icon_senior_level {
  background: #fff url(../img/icon-senior-level.svg) no-repeat center 45px;
}

.box_feat#icon_user_word_salad {
  background: #fff url(../img/users-word-salad-2-50-pct.png) no-repeat center 45px;
}
.box_feat#icon_expert_word_salad {
  background: #fff url(../img/experts-word-salad-50-pct.png) no-repeat center 45px;
}


.box_feat h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 25px;
  color: #002f62;
}



a.btn_2,
.btn_2 {
  border: none;
  color: #fff;
  background: #cd1270;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 500;
}
a.btn_2.medium,
.btn_2.medium {
  padding: 12px 45px;
  font-size: 16px;
  font-size: 1rem;
}
a.btn_2.full-width,
.btn_2.full-width {
  display: block;
  text-align: center;
  padding: 12px 45px;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
a.btn_2:hover,
.btn_2:hover {
  background: #006599;
}
a.btn_2.outline,
.btn_2.outline {
  background: transparent;
  border: 2px solid #cd1270;
  color: #cd1270;
}
a.btn_2.outline:hover,
.btn_2.outline:hover {
  background: #cd1270;
  color: #fff;
}




a.btn_3,
.btn_3 {
  border: none;
  color: #fff;
  background: #00e1bb;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 500;
}
a.btn_3.medium,
.btn_3.medium {
  padding: 12px 45px;
  font-size: 16px;
  font-size: 1rem;
}
a.btn_3.full-width,
.btn_3.full-width {
  display: block;
  text-align: center;
  padding: 12px 45px;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
a.btn_3:hover,
.btn_3:hover {
  background: #006599;
}
a.btn_3.outline,
.btn_3.outline {
  background: transparent;
  border: 2px solid #00e1bb;
  color: #00e1bb;
}
a.btn_3.outline:hover,
.btn_3.outline:hover {
  background: #00e1bb;
  color: #fff;
}

.section_title {
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .section_title {
    /* For less than 767px */
    margin-bottom: 15px;
  }
}

.section_title h2_white {
  color: #ffffff;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section_title h2_white {
    /* For less than 767px */
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .section_title h2_white {
    /* For less than 575px */
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.box_dashboard {
  background-color: #fff;
  padding: 20px 45px 20px 45px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.box_dashboard h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 25px;
  color: #002f62;
}

.box_dashboard h4 {
  font-size: 18px;
  margin-top: 10px;
  color: #cd1270;
}
reset_password {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 25px;
  color: #cd1270;
}
