body {
    padding: 0;
    margin: 0;
    background-color: #fff;
}
.step-wrapper {
    padding: 20px 0;
    display: none;
}
.step-wrapper.active {
    display: block;
}
.step-indicator {
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-top: 20px;
}
.step-indicator li {
    display: table-cell;
    position: relative;
    float: none;
    padding: 0;
    width: 1%;
}
.step-indicator li:after {
    background-color: #ccc;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 32px;
}
.step-indicator li:after {
    left: 50%;
}
.step-indicator li:last-child:after {
    display: none;
}
.step-indicator li.active .step {
    border-color: #4183d7;
    color: #4183d7;
}
.step-indicator li.active .caption {
    color: #4183d7;
}
.step-indicator li.complete:after {
    background-color: #87d37c;
}
.step-indicator li.complete .step {
    border-color: #87d37c;
    color: #87d37c;
}
.step-indicator li.complete .caption {
    color: #87d37c;
}
.step-indicator .step {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    position: relative;
    width: 64px;
    z-index: 1;
}
.step-indicator .step:hover {
    cursor: pointer;
}
.step-indicator .caption {
    color: #ccc;
    padding: 11px 16px;
}
.register-info{
    margin: auto;
    margin-top: 25px;
    max-width: 635px;
}
.register-info h1{
    font-size: 2.4rem;
    margin-bottom: 6px;
    word-spacing: -0.2rem;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 18px !important;
}
body .register-info *:not(h1) {
    font-size: 14px;
}
.reg-info-text {
    max-width: 635px;
    font-size: 1.6rem;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reg-info-text a{
    color: #007c89;
    text-decoration: none;
    line-height: normal;
    border-bottom: 1px solid;

}
.step_tab, .step-wrapper{
    max-width: 650px;
    margin: auto
}
#app{
}
.req{
    color:red;
}
.step_tab .show_pass_label{
    color: #241c15;
    padding-left: 30px;
    font-weight: 500;
    display: block;
    max-width: 635px;
    /* padding-bottom: 12px; */
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    color: #007c89;
    padding-left: 30px;
}
.step_tab .hide_pass_label{
    color: #241c15;
    padding-left: 30px;
    font-weight: 500;
    display: block;
    max-width: 635px;
    /* padding-bottom: 12px; */
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    color: #007c89;
    padding-left: 30px;
}
.show_pass_input{
    -webkit-appearance: none;
    display: none !important;
    padding-left: 30px;
    color: #004e56;
}
.show_pass_label::before{
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    vertical-align: top;
    display: inline-block;
    line-height: unset;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: none !important;
    font-size: 17px !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    content: "\f06e";
    position: absolute;
    left: 0;top: -2px;

}
.hide_pass_label::before{
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    vertical-align: top;
    display: inline-block;
    line-height: unset;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: none !important;
    font-size: 17px !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    content: "\f070";
    position: absolute;
    left: 0;
    top: -2px;
}

.step_tab .form-group .popover-valid {
    position: absolute;
    right: 7px;
    top: 35px;

}#app .hp_1 {
     padding: 6px;
     margin-bottom: 0px !important;
     float: none;
     margin-left: auto;
     margin-right: auto;
     max-width: none;
 }
#app .hp_2 {
    overflow: hidden;
    background-clip: padding-box !important;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    font-size: 12px;
    color: rgba(36,28,21,0.65);
    line-height: 1.5;
}
#app .hp_2 a {
    font-size: 12px;
}
body .sub-title {
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
