.small-div-register {
  border: 1px solid #e5e5e5;
  background-color: #ef0a0a;
}

.small-div-register p {
  color: #fff;
}

element.style {
  padding-bottom: 1%;
}
.grey_div {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
}

.step {
  margin-bottom: 2%;
  color: #000;
}

.center_div {
  margin-top: 4%;
  margin-bottom: 4%;
}

.small-div {
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  border: 1px solid #e5e5e5;
}

#powered {
  background-color: #222;
  color: #666;
  border: 1px solid transparent;
}

#powered .row {
  padding: 35px 0;
  border-top: 1px solid #333;
}

#content {
  position: relative;
  margin-bottom: 30px;
}

input.form-control {
  font-size: 13px;
  box-shadow: none;
  outline: none;
  height: auto;
  padding: 10px 15px;
  border: none;
  color: #000;
  background-color: #f5f5f2;
}

.page-heading, .modal-title {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.number_step {
  margin-left: 15px;
  margin-right: 10px;
}

.center_div i {
  height: 40px;
  width: 40px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 10px;
  color: #ccc;
  border-radius: 50%;
  padding-top: 3px;
}


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.breadcrumb>li {
  display: inline-block;
  margin-bottom: 40px;
}