  /* new add password show/hide */

  .field-icon {
    float: right;
    right:22px;
    top: 14px;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    color: #b1b1b1;
  }

  .navss .sign__logo{
    display: none !important;
  }

   /* close new add password show/hide */

   .sign__group{
      align-items: unset;
   }		

.form-group input.parsley-error, select.parsley-error, textarea.parsley-error {
  color: #e12a26 !important;
  /* background-color: #F2DEDE;
  border: 1px solid #EED3D7; */
}		
.parsley-errors-list{
  padding-top: 6px;
}

.pho .parsley-errors-list{
  position: absolute !important;
  /* color: #e12a26; */
  /* padding-top: 10px; */
}

.heading{
  font-weight: 500;
}


.iti__country-list{
z-index: 100;
}

.alert-msg{
  font-size: 12px;
  color: #dc3545;
  margin-top: -20px;
  visibility: visible;
 }

 .invalid-feedback{
  font-size: 12px;
  color: #dc3545;
  margin-top: -20px;
  visibility: visible;
  margin-bottom: 10px;
  text-align: left;
 }

 .sign__content .pho {
  margin-bottom: 35px;
}


/* phone number country  field*/

.iti{
  color: #FFFFFF;
  width: 100%;
}

.iti__country-list{
  background-color: #151f30 !important;
  border: 1px solid #151f30 !important;
}


.select2-container--default .select2-selection--single{
  border-radius: 16px !important;
  height: 44px !important;
  background-color: #151f30;
  border: 1px solid transparent !important;
}

.select2-search--dropdown{
  padding-top: 10px;
}

.select2-container--open .select2-dropdown{
  top: -10px;
}

.form-select{
  background-color: #151f30;
  border: 1px solid transparent;
  border-radius: 16px;
  height: 44px !important;
  color: #fff !important;
  font-size: 14px;
}

.form-select:focus{
  background-color: #151f30;
  border-color: #f7971D;
  box-shadow: none;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  font-size: 14px;
  padding: unset !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
  /* color: #fff !important; */
}

.select2-dropdown{
  padding: 0 !important;
  overflow: hidden;
  background: #151f30;
  border: 1px solid #151f30 !important;

}

.select2-results__option{
  font-size: 12px !important;
  padding: 0 12px !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  color: #ffffff !important;
  background-color: #f7971D;

}

.select2-container .select2-selection--single[aria-expanded="true"]{
  background-color: #151f30;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  right: 8px !important;
  top: 8px !important;
}

.select2-container .select2-selection--single:hover .select2-selection__rendered{
  color: #fff !important;
}

.select2-container--default .select2-results__option--selected{
  background-color: #151f30;
  color: #fff !important;
}


.select2-container--default .select2-search--dropdown .select2-search__field{
  font-size: 12px !important;
}

.select2-container{
  max-width: 380px !important;
  width: 100% !important;
  margin-right: 0 !important;
}
 
.alert-success{
background: #2ab92a;
padding: 10px 10px;
width: 100%;
margin-bottom: 10px;
}

.sign__content{
  min-height: unset !important;
}

.lang{
  z-index: 1001;
  top: 24px;
}

#toastBox{
  z-index: 1002;
}

       /*close  phone number country  field*/
body {
  margin: 0;
  height: 100vh;
  display: grid;
}

@media (max-width: 767px) {
  body {
  height: unset;
  display: block;
}
}


@media (max-width: 768px) {
  .sign__content{
      padding: 0 !important;
  }
}

.home-btn a{
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.home-btn i{
  margin-right: 0px;
  font-size: 22px;
}