#registerPage .course-register {
    padding: 22px 0;
}

.course-register-step {
    float: left;
    width: 33.333%;
    text-align: center;
}
.center-step-content {
    margin: 0 auto;
    width: 137px;
}

.course-register-step span {
    display: block;
    float: left;
}

.course-register-step .step-number {
    font-size: 4rem;
    font-weight: 300;
    margin-right: 20px;
    line-height: 38px;
}

.course-register-step.active span {
    color: #fff;
}
.course-register-step .register-step-content {
    font-size: 1.6rem;
    width: 93px;
    text-align: left;
}

.course-register-step.active .step-connector span {
    color: #1d5e88;
}

.step-connector {
    float: left;
}

.step-connector {
    margin-left: -34px;
}

.step-connector span {
    font-size: 40px;
    line-height: 19px;
}

.course-register-step span {
    color: #1d5e88;
}

.course-register.register-header a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-transform: none;
}

.btn-checkout-lt,
.lt-buttons-set .button,
#apply_coupon_btn {
    float: left;
    min-width: 160px;
}

#apply_coupon_btn {
    margin-right: 6px;
}

.btn-checkout-lt,
.lt-buttons-set .button,
#cancel_coupon_btn {
    float: left;
    min-width: 160px;
}

.btn-checkout-lt,
.lt-buttons-set .button,
#lbonepage-place-order-btn{
    background: #d0bca4;
    background: -moz-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0bca4), color-stop(100%, #ac9b86));
    background: -webkit-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -o-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -ms-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: linear-gradient(#d0bca4,#ac9b86);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e1d3", endColorstr="#aea38f", GradientType=0);
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    text-indent: 0;
    padding: 5px 12px 5px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    min-height: 50px;
    line-height: 26px;
    height: initial;
    min-width: 180px;
}
.btn-checkout-lt:hover,
.lt-buttons-set .button:hover,
#lbonepage-place-order-btn:hover{
    background: #d0bca4;
    background: -moz-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ac9b86), color-stop(100%, #d0bca4));
    background: -webkit-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: -o-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: -ms-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: linear-gradient(#ac9b86,#d0bca4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac9b86", endColorstr="#d0bca4", GradientType=0);
    text-decoration: none;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    text-indent: 0;
}

.lt-checkoutpage {
    background: #fff;
    padding: 25px;
    border: 1px solid #dbd4d4;
}


.lt-checkoutpage .page-title h1 {
    margin: 0;
    padding: 0 0 20px 0;
    color: #398ec4;
}

.lt-checkoutpage .sub-title {
    color: #ac9c87;
    margin-top: 20px;
    font-size: 16px;
}

.checkout-onepage-success p {
    line-height: 25px;
}

.checkout-onepage-success p.a-left {
    text-align: left;
    padding: 0 35px;
}

.checkout-onepage-success .buttons-set {
    padding: 40px 0 15px 0;
    margin: 0;
}

.btn-checkout-lt span span {
    text-transform: none;
    font-weight: bold;
}

.ty-page .page{
    background: url("../images/library/course-bg.jpg") center no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.two-step-center{
    display: inline-block;
    float: none;
}