.text-center.or-div {
  font-size: 18px;
  padding: 10px 0 0;
}

.customer-modal-close{
  color: #000000 !important;
  margin-top: 1rem !important;
  margin-right: 1rem !important;
  font-size: 3rem !important;
}

.feed-add-photo{
  color: #000000 !important;
  margin-top: 1.1em !important;
  margin-right: 0.1em !important;
}

a.btn.btn-info.sign-facebook i.fa.fa-facebook {
  font-size: 23px;
}
.sign-up-nhp p {
  text-align: left;
  color: #333;
}
.actions .btn.green-btn {
  background: rgb(102, 189, 43) none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}
label {
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
}
.sign-up-nhp input.form-control {
  padding: 10px;
  border-radius: 3px;
}
.bold-text {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
.padding-top {
}
h4.bold-text {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-style: normal;
}
.text-list {
  list-style: outside none none;
  padding: 0 15px;
}
.text-list li {
  padding: 10px 0 0 28px;
  position: relative;
}
.text-list li span {
  display: block;
  font-size: 29px;
  left: -12px;
  position: absolute;
  top: 0;
}
p.text-center {
  padding: 0px;
  text-align: center !important;
  font-size: 14px;
  line-height: 1.428571429;
}
.text-center > span {
  display: block;
  margin-top: -10px;
  padding-right: 124px;
  position: absolute;
  right: 0;
  text-align: right;
}
h2.background {
  position: relative;
  z-index: 1;
  font: 14px sans-serif;
  margin: 15px 0 0;
  text-align: center;
}
h2.background:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
h2.background span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}
#signUpPopup button.close {
  top: -40px;
  right: 0px !important;
  font-size: 31px;
}

.field {
  margin: 10px 0;
  text-align: left;
}
.sign-up-content {
  margin-top: 30px;
}
.sign_in_btn {
  width: 100%;
}
.sign-in-close {
  margin-top: 23px;
}
.sign-in-wrap {
  border: none;
  box-shadow: none;
}
