.account-setup {
    padding: 20px 20px;
}
.account-setup label{
    padding: 20px 20px;
    text-align: center !important;
    font-size: 150%;
}
.radio-icon {
    width: 100%;
    margin-bottom: 20px;
}
.radio-icon span{
    height: 100px;
    width: 100px;
    background: rgba(255,106,0, 1);
    display: inline-block;
    border-radius: 50% 50% !important;
    padding-top: 25%;
    text-align: center;
}
.radio-icon .fa {
    color: #fff;
    font-size: 200%;
    vertical-align: center !important;
}

.account-setup > div {
    text-align: center !important;
}


 .tab-content {
     position: relative;
 }
 .tab-content .step-button {
     position: absolute;
     right: 10px;
     top: 20px;
 }

.tab-pane {
    padding-top: 50px;
}

 .tab-pane .block {
     color: rgba(255,106,0,1);
     font-size: 16px;
     padding: 10px 20px;
     position: absolute;
     left: 0px !important;
     top: 10px;
 }

 .progress,
 .progress .progress-bar{
     height: 2px !important;
     margin-bottom: 5px !important;
 }

 .nav.steps {
     background: transparent !important;
 }

 .nav.steps .step{
     background: transparent !important;
 }

 .text-align-center {
     text-align: center !important;
 }

 .form-title {
     color: #ff6a00;
 }

hr {
    display:block;
    border:none;
    color:white;
    height:1px;
    background: #ff6a00;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#ff6a00), to(#fff));
}

.table-req img {
    width: 50px;
    height: 50px;
}
.requirements-list-num {

}