#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    padding: 40px;
    border-radius: 10px
}

#register {
    color: #ccc
}

select.questionaire {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    -webkit-appearance: none
}

.tab select.questionaire:focus {
    border: 1px solid #ccc !important;
    outline: none
}

select.invalid {
    border: 1px solid #e03a0666;
    background-color: lightpink;
}

.tab {
    display: none
}

button.questionaire {
    background-color: #777;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer
}

button.questionaire:hover {
    opacity: 0.8
}

button.questionaire:focus {
    outline: none !important
}

#prevBtn {
    background-color: #ccc
}

.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-weight: bold;
}

.step {
    height: 40px;
    width: 40px;
    margin: 0 2px;
    background-color: #ccc;
    border: none;
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #333;
    opacity: 0.5;
    padding: 3px;
}

.step.active {
    opacity: 1
}

.step.finish {
    color: #fff;
    background: #888;
    opacity: 1
}

.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none
}
