.is-valid {
    background-color: #dff0d8;
    border-color: rgba(30, 70, 12, 0.9);
}

.is-invalid {
    background-color: #f2dede;
    border-color: rgba(120, 20, 20, 0.9);
}

.reg-input-style {
    margin-bottom: 5px;
    padding-left: 10px;
}

.reg-question {
    margin: 5px 0;
    line-height: 1.5;
    font-size: 16px;
}

.reg-background {
    background-color: #ffffff;
    color: #002e5d;

}

.stepwizard-step {
    display: inline-flex;
    margin-bottom: 34px;
}

.stepwizard-step:not(:last-of-type) {
    margin-right: 50px;
}

.stepwizard-row:before {
    left: 0;
}

.reg-question h3, .reg-question h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: auto;
}

.dob-input {
    margin-bottom: 5px;
    padding-left: 10px;
    width: 30%;
    margin-left: -3px;
    display: inline-block;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
    color: #002e5d
}

.panel-choose {
    cursor: pointer;
    margin: 1px;
}

.panel-choose.active {
    border: 2px solid #14315C;
    margin: 0;
}

.panel-h-choose, .panel-choose-c {
    margin: 0 15px;
    padding-left: 0;
    padding-right: 0;
}

.panel-choose-c {
    margin: 15px;
}

.panel-error {
    box-shadow: 0 0 10px -2px red;
}

.panel-h-choose .reg-question {
    display: flex;
    align-items: center;
}

.google-button {
    display: flex;
    align-content: center;
    justify-content: center;
}

.cart_payment {
    max-width: 750px;
    margin: 0 auto;
}

.input-sponsor-wrap, #checkbox-no-sponsor, .input-osu-wrap {
    max-width: 350px;
    margin: 0 auto;
}

.input-sponsor-wrap, .input-osu-wrap {
    padding: 20px;
    text-align: left;
}

#checkbox-no-sponsor .label-text {
    display: flex;
    align-items: center;
    color: black;
}

#checkbox-no-sponsor .label-text:before {
    margin-left: 0;
    margin-right: 5px;
    font-size: 25px;
    color: #ecf0f3;;
}

#checkbox-no-sponsor input[type="checkbox"]:checked + .label-text:before {
    color: #14315C;
}

.want-img-col {
    background: #D5E8FF;
    padding: 15px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.want-row {
    display: flex;
    align-items: center;
}

.want-text {
    width: 80%;
    text-align: left;
    font-size: 13px;
}

#btn-register-next {
    width: 100%;
    min-height: 60px;
    float: right;
    margin: 0 0 50px;
}

.custom-checkbox input[type="checkbox"] + .label-text:before {
    font-size: 30px;
    margin-right: 0;
    margin-left: 5px;
}

.custom-checkbox input[type="checkbox"]:checked + .label-text:before {
    color: #14315C;
}

@media (min-width: 768px) {

    .panel-h-choose, .panel-choose-c {
        margin: 0 40px;
    }

    .panel-choose-c {
        margin: 40px
    }

    .want-img-col {
        margin-right: 30px;
        width: 120px;
        height: 120px;
    }

    #btn-register-next {
        min-width: 150px;
        width: unset;
    }
}

.panel-default .divider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    max-width: 550px;
    margin: 0 auto;
}

.panel-default .divider .line {
    height: 1px;
    background-color: #052E5D;
    flex: 1;
}

.panel-default .divider p {
    padding: 0 .5rem;
    font-size: 14px;
    font-weight: bold;
}