/*
    static/css/app/wizard.css
*/
.wiz-container {
    margin-left: 20%;
    margin-right: 20%;
}
.wiztab {
    height: 550px;
    background-color: #fff;
}
.wizbtn {
    background-color: #68BCCD;
    border-color: #68BCCD;
    border-radius: 0px;
    color: #fff;
}
.wiz-textwrapper {
    max-width: 600px;
    margin: auto;
}
.wiz-lifestyle-element {
    margin-bottom: 20px;
}
.wizcheck {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #ee6602;
}

/* responsive wizard */
@media (max-width:800px) {
    .carousel-caption > h2 {
        margin-top: 0px;
    }
}
@media (min-width:800px) {
    .wiz-step2-input {
        margin-top: 45px;
    }
}