.myBook {
    background: #eee;
    padding: 8px;
    border-radius: 6px;
}

.myBook .step-1 {
    background: #eee;
    padding: 8px;
    min-height: 300px;
    border-radius: 6px;
}

.myBook section .page-next {
    position: absolute;
    bottom: 0;
}

.page-next {
    right: 0
}

label.error {
    color: red;
}

h1 {
    color: #fff;
}

.progress {
    position: relative;
}

.progress span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-weight: bold;
}

.progress {
    margin-bottom: 21px;
    height: 25px;
    background: #262626;
    padding: 5px;
    overflow: visible;
    border-radius: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #7992a8;
    margin-top: 50px;
}

.progress .progress-bar {
    border-radius: 20px;
    position: relative;
    animation: animate-positive 2s;
}

.progress .progress-value {
    display: block;
    padding: 3px 7px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    background: #191919;
    border: 1px solid #000;
    position: absolute;
    top: -40px;
    right: -10px;
}

.progress .progress-value:after {
    content: "";
    border-top: 10px solid #191919;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 26%;
}

.progress-bar.active {
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.time {
    border: 1px solid;
    padding: 5px 7px;
    padding-top: 10px;
    border-radius: 20px;
    margin-right: 10px;
    margin-top: 10px;
}

#demo label {
    margin-bottom: 0px;
}

#demo .sign_form_wrapper .single_form {
    margin-top: 10px;
    position: relative;
}

.time {
    border: 1px solid;
    padding: 5px 7px;
    padding-top: 10px;
    border-radius: 20px;
    margin-right: 10px;
    margin-top: 10px;
}

.airline {
    padding: 10px;
    margin: 8px 0;
    border-radius: 3px;
    color: #333333;
    border: 1px solid #999;
    position: relative;
    background-color: #fff;
    width: 100%;
    transition: all 500ms ease;
    min-height: 50px;
}

.airline a {
    color: #333333;
}

.airline:hover {
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 8%);
}