.form-wrapper {
    background-color: #53565a;
    padding: 25px;
    border-radius: 4px;
    color: #fff;
}

.form-wrapper form ul {
    margin-top: 20px;
    padding-left: 20px;
}

.form-wrapper form ul li {
    list-style: disc;
}

.form-wrapper form input[type="checkbox"],
.form-wrapper form input[type="radio"] {
    width: initial;
    height: initial;
    margin: 5px;
    display: inline-block;
}

.form-wrapper form h5 {
    color: #6CACE4;
}

.form-wrapper form label {
    font-weight: bold;
}
