.main_container {
    height: auto;
}

.step_wrapper {
    height: 100%;
    width: 100%;
}

.step {
    display: none;
    width: auto;
}

    .step.current {
        display: block;
    }

.left {
    float: left;
}

.leftcol {
    margin: 0 4px 0 0;
    text-align: left;
}

.nav_buttons {
    display: flex;
    margin: 15px 0;
}

.disclosure-note {
    color: red;
    font-weight: bold;
    margin-top: 20px;
}

.errorContainer {
    position: absolute;
    right: 20px;
    top: 55px;
}

.errors {
    background-color: #ff8e34 !important;
    color: #fff !important;
    padding: 10px;
    width: 250px;
}

.securityLicense {
    width: 250px !important;
    z-index: 1000;
}

.fieldWidthNormal {
    width: 270px !important;
    margin: 0 0 5px !important;
}

.fieldWidthLong {
    width: 553px !important;
    margin: 0 0 5px !important;
}

#skeuocard input {
    display: inline-block;
}

.credit-card-back {
    background-image: url("../images/skeuocard/products/visa-back.png");
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: visible;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.25s ease, background-image 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease, background-image 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease, background-image 0.25s ease;
    -o-transition: -o-transform 0.25s ease, background-image 0.25s ease;
    transition: transform 0.25s ease, background-image 0.25s ease;
    position: relative;
    top: 4px;
    left: 0;
    width: 24.8em;
    height: 15.6em;
    -webkit-border-radius: 1.15em;
    border-radius: 1.15em;
    background-color: #eee;
    background-size: cover;
    border: 1px solid #ddd;
}

    .credit-card-back input.ccv-code {
        top: 7.15em;
        left: 18.1em;
        width: 3em;
        margin: 0;
        padding: 0;
        position: absolute;
        font-size: 1em;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        background-color: #fff !important;
        border: 1px solid #000 !important;
    }

.ccnumber {
    width: 140px !important;
}

.ccv {
    width: 28px !important;
}

.ccexp {
    width: 80px !important;
}

.italic {
    font-style: italic;
}

.fee {
    font-size: 50px;
    font-weight: 700;
}

.secure {
    background-color: #EBEBEB;
    padding: 0 5px;
}

ul li {
    line-height: 25px;
}

.confirmation_lg {
    font-size: 20px;
}

.confirmation_hdr {
    font-size: 40px;
}

.red {
    color: #68bb39;
    font-weight: bold;
}

.hbar {
    width: 600px;
    height: 10px;
    background-color: #E0E0E0;
}

.w9Field {
    position: relative;
    height: 23px !important;
    padding: 0px !important;
    display: block;
    margin: 0;
}


input:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 0 0.15rem rgba(38, 143, 255, 0.5) !important;
}
