body {
        background: #eee
    }
    
    #payment-form {
        background-color: #f9f9f9;
        margin: 0px auto;    
        padding: 10px;    
    }

    #registercar {
        color:#F77D0A    }

    h1 {
        text-align: center
    }
    /*input {*/
    /*    border: 1px solid #ccc;*/
    /*    display: inline-block;*/
    /*    color: #555;*/
    /*    border-radius:0px;*/
    /*    font-family: "Oswald",sans-serif;*/
    /*    font-size: 14px;*/
    /*    font-family: "Oswald",sans-serif;*/
    /*    width: 100%;*/
    /*    height: 50px;*/
    /*    padding: 6px 12px;*/
    /*    background-color: #fff;*/
    /*    background-image: none;*/
    /*    border: 1px solid #ccc;*/
    /*    border-radius: 0px;*/
    /*    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);*/
    /*    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    /*}*/
    /*.tab input:focus {*/
    /*    border: 1px solid#F77D0A !important;*/
    /*    outline: none*/
    /*}*/

    /*input.invalid {*/
    /*    border: 1px solid #e03a0666*/
    /*}*/

    .tab {
        display: none
    }

    /*button {*/
    /*    background-color:#F77D0A;*/
    /*    color: #ffffff;*/
    /*    border: none;*/
    /*    border-radius: 50%;*/
    /*    padding: 10px 20px;*/
    /*    font-size: 17px;*/
    /*    font-family: Raleway;*/
    /*    cursor: pointer*/
    /*}*/

    /*button:hover {*/
    /*    opacity: 0.8*/
    /*}*/

    /*button:focus {*/
    /*    outline: none !important*/
    /*}*/

    #prevBtn {
        background-color: #bbbbbb
    }

    .all-steps {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        display: inline-flex;
        justify-content: center
    }

    .step {
        height: 40px;
        width: 40px;
        margin: 0 2px 6px;
        background-color: #bbbbbb;
        border: none;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color:#F77D0A;
        opacity: 0.5;
    }

    .step.active {
        opacity: 1
    }

    .step.finish {
        color: #fff;
        background:#F77D0A;
        opacity: 1
    }

    .all-steps {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .thanks-message {
        display: none
    }
    span.ctoggler {
        display: none;
    }