.stepwizard-step p {
    margin-top: 10px;
}
.mail_send .fa-lg {
    font-size: 1.33333333em;
    line-height: 2.3;
    vertical-align: -15%;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/* nice check boxes */
.input-group-addon.beautiful input[type="checkbox"],
.input-group-addon.beautiful input[type="radio"] {
    display: none;
}
.beautiful {
    color: white !important;
    font-size: 14px;
}
.beautiful .fa {
    font-size: 20px !important;
}
.bg-success {
  background-color: #de8f27;
}
.text-white {
    color:white;
}
.add-top {
    margin-top:20px;
}
.form-horizontal .setup-content{
	padding: 25px;
}
.form-horizontal #step-1 ,#step-2 ,#step-3 {
	display: block;
	max-width: 700px;
	margin: 0px auto
}
.form-group span.star{
	color:#F00;
	padding-left: 5px;
}
.form-horizontal .mail_send {
	margin:0 auto;
	text-align: center;
}
.form-horizontal .mail_send  .input{
	width:250px !important;
	margin-bottom: 10px;
}
.form-horizontal .control-label{
	padding-top: 7px;
    margin-bottom: 0;
    text-align: left !important;
	padding-left: 50px;
}
.form-horizontal .label-danger {
  background-color: #5cb85c;
}
fieldset {
    border: 1px solid transparent;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 0 auto;
}
.form-horizontal.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    text-align: center;
    margin: 0 auto;
}
.form-horizontal .setup-content{
	margin:0 auto;
}
.form-horizontal .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	width:250px;
}