/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: 'Oswald', sans-serif !important;
    /*background-image: url(../images/bg.png) !important;*/
}

html, body {
    height: 100%;
    margin: 0px;
}

.body_background {
    background-image: url(../images/bg.png) !important;
}

.user-button {
    font-family: 'Oswald', sans-serif !important;
    color: #000;
    float: none;
}

.samp a {
    font-family: inherit;
}

.samp a:link {
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    font-size: 1.5em;
    float: left;
    text-decoration: none;
}

.samp a:visited {
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    font-size: 1.5em;
    float: left;
    text-decoration: none;
}

.samp a:hover {
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 20px;
    color: #FE0000;
    font-size: 1.5em;
    padding-right: 20px;
    float: left;
    text-decoration: none;
}

    .samp a:hover span {
        color: #FE0000;
    }

.preload {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    padding-top: 20%;
    opacity: 0.8;
    background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
}

.lg-img-ct {
    width: 150px;
    margin: 0 auto;
}

.stat-banner-sm {
    width: 100%;
    background-image: url(../images/banner-sml.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 240px;
}

.carryout-title-sm1 {
    font-size: 1.3em;
    text-shadow: 1px 1px #444;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.carryout-title-sm2 {
    font-size: 2.3em;
    font-weight: bold;
    text-shadow: 1px 1px #444;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 70px;
    margin-bottom: 40px;
}

.verify-try-button {
    color: #005E8B;
    text-decoration: underline;
    border: none;
    background-color: #fff;
}

.mgn-btm-lg {
    margin-bottom: 60px;
}

.mgn-btm-md {
    margin-bottom: 20px;
}

.mgn-btm-md3 {
    margin-bottom: 10px;
}

.bx-inpt {
    float: left;
    clear: left;
    width: 100%;
}

.chk-inpt {
    float: left;
    margin-right: 4px;
}

.chk-inpt label {
    font-weight: normal !important;
    line-height: 25px;
    color: #666;
    font-size: 0.9em;
}

.chk-inpt input {
    margin-right: 5px !important;
}

.btn-sbmt {
    float: left;
}

.btn-lstpass {
    float: right;
}

.lostpwd-header {
    font-size: 2.2em;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
    color: #444;
}

.lgn-btn {
    background-color: #C80002;
    border: 1px solid #C80002;
    color: #fff;
    font-size: 1.2em !important;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 20px 10px 20px;
    /*    width: 100px;*/
    width:128px;
}

    .lgn-btn:hover {
        background-color: #ab0102;
        border: 1px solid #C80002;
        color: #fff;
        font-size: 1.2em !important;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 10px 20px 10px 20px;
/*        width: 100px;*/
        width:128px
    }

.lgn-btn-ol {
    background-color: #fff;
    border: 2px solid #C80002;
    color: #C80002;
    font-size: 1.2em !important;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 20px 10px 20px;
    width: 120px;
    margin: 0 auto !important;
    display: block;
}

    .lgn-btn-ol:hover {
        background-color: #fff;
        border: 2px solid #C80002;
        color: #C80002;
        font-size: 1.2em !important;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 10px 20px 10px 20px;
        width: 120px;
    }

.lstpass-btn {
    background-color: #0066A8;
    border: 1px solid #0066A8;
    color: #fff;
    font-size: 1.2em !important;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 20px 10px 20px;
  //  width: 120px;
}

    .lstpass-btn:hover {
        background-color: #02568c;
        border: 1px solid #02568c;
        color: #fff;
        font-size: 1.2em !important;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 10px 20px 10px 20px;
     //   width: 120px;
    }

.grey {
    color: #bbb;
}

.samp a:link {
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    font-size: 1.5em;
    float: left;
    text-decoration: none;
}

.samp a:visited {
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    font-size: 1.5em;
    float: left;
    text-decoration: none;
}

.samp a:hover {
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 20px;
    color: #FE0000;
    font-size: 1.5em;
    padding-right: 20px;
    float: left;
    text-decoration: none;
}

    .samp a:hover span {
        color: #FE0000;
    }

.copyright {
    background-color: #ccc;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 0.9em;
    color: #222;
    z-index: 10000;
}

.footer-content {
    background-color: #ddd;
    border-top: 11px solid #C70000;
    z-index: 0;
    position: relative;
    bottom: 0 !important;
    margin-bottom: 0 !important;
}

.ft-icns a:link {
    font-size: 2.3em;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    color: #1D1D1D;
    margin-top: 15px;
}

.ft-icns a:visited {
    font-size: 2.3em;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    color: #444;
    margin-top: 15px;
}

.ft-icns a:hover {
    font-size: 2.3em;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    color: #C90302;
    margin-top: 15px;
}

.ftr-lft {
    float: left;
}

.ftr-rght {
    float: right;
}

.login-pane {
    background-color: #fff;
    border: 10px solid #E0E4E5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.login-pane-padd {
    padding: 50px 45px 50px 45px;
}

.signup-pane-padd {
    padding: 30px 15px 30px 15px;
}

.accnt-verf {
    text-align: center;
    font-size: 1.3em;
    padding-top: 40px;
    padding-bottom: 10px;
}

.form-control {
    color: #C80002;
    text-align: left !important;
}

    .form-control::-moz-placeholder {
        color: #C80002 !important;
    }

ul.footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.footer-links li {
        display: inline-block;
        margin-right: 20px;
    }

        ul.footer-links li a:link {
            display: inline-block;
            margin-right: 20px;
            text-decoration: none;
            font-size: 1em;
            color: #333;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        ul.footer-links li a:visited {
            display: inline-block;
            margin-right: 20px;
            text-decoration: none;
            font-size: 1em;
            color: #333;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        ul.footer-links li a:hover {
            display: inline-block;
            margin-right: 20px;
            text-decoration: none;
            font-size: 1em;
            color: #333;
            color: #C90302;
            padding-top: 30px;
            padding-bottom: 30px;
        }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 32px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #0166A7;
    background-image: none;
    border: 1px solid #0166A7;
    border-radius: 3px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #0166A7;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 32px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #0166A7;
    background-image: none;
    border: 1px solid #0166A7;
    border-radius: 3px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 3px;
    border-radius: 1px;
    background-color: #fff;
}

.logo-left {
    width: 33.333%;
    float: left;
    height: 1px;
}

.logo-center {
    width: 33.333%;
    float: left;
}

.logo-right {
    width: 33.333%;
    float: left;
}

.body-content {
    padding: 0;
}

.country_code {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}

.pin-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:1200px) {
    .desc {
        font-size: 1em;
        font-weight: normal;
        color: #fff;
        text-align: center;
        line-height: 24px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 20px;
    }
}

@media (max-width:1024px) {
    .logo-left{
        width:30%;
        float:left;
        padding-top:20px;
    }
    .logo-center {
        width: 40%;
        float: left;
    }
    .mt-xs {
        margin-top: 0px !important;
        float: left;
        display:flex;
        flex-direction: column
    }
    .mt-xs a {
        font-size: 16px!important;
    }
    .font-xs {
        font-size: 1em;
    }
    /* .logo-right {
        width: 90%;
        float: none;
        display: inline-block;
    }*/
    .logo-right {
        width: 30%;
        float: left
    }

    .samp a:link {
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 20px !important;
        color: #333;
        font-size: 1.2em;
        float: left;
        text-decoration: none;
        width: 100%;
        clear: left;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .samp a:visited {
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 20px !important;
        color: #333;
        font-size: 1.2em;
        float: left;
        text-decoration: none;
        width: 100%;
        clear: left;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .samp a:hover {
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 20px !important;
        color: #C70000;
        font-size: 1.2em;
        padding-right: 30px;
        float: left;
        text-decoration: none;
        width: 100%;
        clear: left;
        text-align: center;
    }

        .samp a:hover span {
            color: #C70000;
        }

    .cl {
        clear: left !important;
    }

    .desc {
        font-size: 0.9em;
        font-weight: normal;
        color: #fff;
        text-align: center;
        line-height: 24px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 20px;
    }

    .navbar-toggle {
        width: 100%;
        clear: left;
        float: left;
        padding-bottom: 6px !important;
    }

        .navbar-toggle icon-bar {
            text-align: center;
        }


    .lg-img-ct {
        width: 120px;
        margin: 0 auto;
    }

        .lg-img-ct img {
            width: 100% !important;
        }
}

@media (max-width:768px) {
    .country_code {
        flex-direction: column;
    }
    #country_code {
        width: 100%!important;
    }
    .navbar-form {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .font-xs{
        font-size:1em;
    }
    .lgn-btn {
        background-color: #C80002;
        border: 1px solid #C80002;
        color: #fff;
        font-size: 1.2em !important;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 10px 20px 10px 20px;
        width: 100%;
        display: block;
    }

        .lgn-btn:hover {
            background-color: #ab0102;
            border: 1px solid #C80002;
            color: #fff;
            font-size: 1.2em !important;
            text-decoration: none;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            padding: 10px 20px 10px 20px;
            width: 100%;
            display: block;
        }

    .lstpass-btn {
        background-color: #0066A8;
        border: 1px solid #0066A8;
        color: #fff;
        font-size: 1.2em !important;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 10px 20px 10px 20px;
        width: 100%;
        display: block;
    }

        .lstpass-btn:hover {
            background-color: #02568c;
            border: 1px solid #02568c;
            color: #fff;
            font-size: 1.2em !important;
            text-decoration: none;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            padding: 10px 20px 10px 20px;
            width: 100%;
            display: block;
        }

    .lostpwd-header {
        font-size: 1.6em;
    }
    .btn-sbmt {
        float: left;
        width: 100%;
        clear: left;
        margin-bottom: 10px;
    }

    .btn-lstpass {
        float: left;
        width: 100%;
        clear: left;
    }

    .type {
        float: left;
        width: 100%;
        border-right: none;
        background-color: #027CBF;
        border-bottom: 1px solid #0169A1;
        padding-top: 2px !important;
        padding-bottom: 6px !important;
        display: table-cell;
        font-size: 1em;
        height: auto;
        vertical-align: middle;
    }

    .samp a:link {
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 20px !important;
        color: #333;
        font-size: 1.2em;
        float: left;
        text-decoration: none;
        width: 100%;
        clear: left;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .samp a:visited {
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 20px !important;
        color: #333;
        font-size: 1.2em;
        float: left;
        text-decoration: none;
        width: 100%;
        clear: left;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .samp a:hover {
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 20px !important;
        color: #C70000;
        font-size: 1.2em;
        padding-right: 30px;
        float: left;
        text-decoration: none;
        width: 100%;
        clear: left;
        text-align: center;
    }

        .samp a:hover span {
            color: #C70000;
        }

    .form-control {
        height: 60px;
        text-align: center;
        margin-bottom: 15px;
        color: #C80002 !important;
    }

        .form-control::-moz-placeholder {
            color: #C80002 !important;
        }

    .desc {
        font-size: 1em;
        font-weight: normal;
        color: #fff;
        text-align: center;
        line-height: 24px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 30px;
    }

    .ftr-lft {
        float: none;
        width: 100%;
        clear: left;
    }

    .ftr-rght {
        float: none;
        clear: left;
        margin: 0 auto;
    }

    .ft-icns a:link {
        font-size: 2.3em;
        float: left;
        color: #1D1D1D;
        margin-top: 2px;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #aaa;
        padding-bottom: 2px;
    }

    .ft-icns a:visited {
        font-size: 2.3em;
        float: left;
        color: #444;
        margin-top: 2px;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #aaa;
        padding-bottom: 2px;
    }

    .ft-icns a:hover {
        font-size: 2.3em;
        float: left;
        color: #C90302;
        margin-top: 2px;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #aaa;
        padding-bottom: 2px;
    }

    .copyright {
        text-align: center;
    }

    .mgn-btm-md {
        margin-bottom: 10px;
    }
}

@media (max-width:550px) {
    .login-pane-padd {
        padding: 20px 20px 20px 20px;
    }
    .font-xs {
        font-size: 0.9em;
    }
    .signup-pane-padd {
        padding: 20px 5px 20px 5px;
    }

    .mgn-btm-md3 {
        margin-bottom: 0;
    }

    .mgn-btm-md {
        margin-bottom: 5px;
    }

    .desc {
        font-size: 0.9em;
        font-weight: normal;
        color: #fff;
        text-align: center;
        line-height: 24px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 20px;
    }

    .form-control {
        height: 50px;
        color: #C80002 !important;
    }

        .form-control::-moz-placeholder {
            color: #C80002 !important;
        }
}