.step_headline{
    text-align: center;
    margin: 20px 0px 10px 0px;
}

.step_subheadline{
    font-size: 18px;
    text-align: center;
    font-style: italic;
}

.form-group.checkbox input[type="checkbox"]{
    margin-right: 5px;
}

.form-group.checkbox label{
    margin-top: 1px;
}

.sw-toolbar-bottom .sw-btn-group{
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 20px;
}

.sw-toolbar-bottom .sw-btn-group button{
    font-size: 18px;
}

.sw-toolbar-bottom .sw-btn-next{
    background: #FF5733;
    border-color: #FF5733;
    padding: 15px 30px;
}

.form-group .help-block.with-errors{
    color: red;
}

.radio_list .main_label{
    clear: both;
    display: block;
}

.radio_list input[type="radio"]{
    margin-right: 5px;
}

.container{
    width: 100% !important;
    max-width: 100% !important;
}