body {
    background-color: #000;
}


#regForm {
    background-color: #1a1a1a;
    border: 1px solid #51ff00;
    font-family: Raleway;
    padding: 40px;
    min-width: 300px;
    border-radius: 5px;
    box-sizing: border-box;
}

#progressbar li{
    color: #fff;
    font-size: 25px;
    font-weight: bolder;
}

h4 {
    color: orange!important;
    font-weight: bolder;
}


.step-one label span{
    color: rgb(226, 148, 3);
    font-size: 20px;
    font-weight: bolder;
}

.step-one label{
    padding: 5px;
    border: 1px solid #41ce00;
    border-radius: 5px;
    color: #41ce00;
    background-color: #090a09;
}

input[type="radio"]:checked+label {
    border: 1px solid #51ff00;
    color: #51ff00;
    background-color: #141614;
}

.step-one label span{
    color: rgb(226, 148, 3);
    font-size: 20px;
    font-weight: bolder;
}

.step-one label span:hover{
    color: rgb(255, 178, 36);
}


.previous{
    text-decoration: none;
    background: rgb(97, 19, 19);
    color: rgb(214, 214, 214);
    padding: 3px;
    border-radius: 8px;
    width: 130px!important;
}

.previous:hover{
    background: #a81c1c;
    color: #FFF;
}

.next{
    text-decoration: none;
    background: rgb(19, 97, 29);
    color: rgb(214, 214, 214);
    padding: 3px;
    border-radius: 8px;
    width: 130px!important;
}

.next:hover{
    background: #21a81c;
    color: #FFF;
}
