/******************

CUSTOM STYLES 

******************/

/***GOBAL STYLES ***/

body {
    font-family: 'Libre Franklin', sans-serif;
    padding-top: 50px;
    color: #000;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column
}

.small, small {
    font-size: 80%
}

/***BUTTON***/
.btn {
    border-radius: 1.5rem;
}

.btn-primary {
    background-color: #ff6600;
    color: #000;
    font-weight: 800;
    border: none
}

    .btn-primary:hover {
        background-color: #56c8fe;
        color: #000
    }

.btn-secondary {
    background-color: #ff2A00;
    color: #000;
    font-weight: 800;
    border: none
}

    .btn-secondary:hover {
        background-color: #56c8fe;
        color: #000
    }

.btn-back {
    padding-right: 20px;
    padding-left: 35px;
    margin-right: 50px;
    background-color: transparent;
    border: 1px solid #56c8fe
}

.btn-ctn {
    padding-right: 35px;
    padding-left: 20px;
    border: 1px solid #56c8fe
}

/*BORDER*/

.bt {
    border-top: 1px solid #ff6600
}

.br {
    border-right: 1px solid #ff6600
}

.bb {
    border-bottom: 1px solid #ff6600
}

.bl {
    border-left: 1px solid #ff6600
}

.bt-2 {
    border-top: 2px solid #ff6600
}

.br-2 {
    border-right: 2px solid #ff6600
}

.bb-2 {
    border-bottom: 2px solid #ff6600
}

.bl-2 {
    border-left: 2px solid #ff6600
}

.bt-3 {
    border-top: 3px solid #ff6600
}

.br-3 {
    border-right: 3px solid #ff6600
}

.bb-3 {
    border-bottom: 3px solid #ff6600
}

.bl-3 {
    border-left: 3px solid #ff6600
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif
}


/*** HEADER AND NAVIGATION ***/

.navbar {
    background-color: #000;
    color: #fff
}

#header-info {
    float: left
}

.nav-wrapper {
    margin: 0 auto;
    max-width: 1140px;
    height: auto;
    width: 100%;
    text-align: center
}



/*** MAIN CONTENT***/

.form-outer {
    box-shadow: 0 3px 19px #ccc;
}

.form-input {
    padding: 0 !important
}

.form-row {
    margin: 0
}

.errorAcctNo, .errorMsg {
    display: none;
    background-color: #56c8fe;
    padding: 12px 10px 13px 10px;
    border-radius: 5px;
}

.errorTop {
    padding: 1.5em 1em 1.5em 0.7em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    background-color: #56c8fe;
    border-radius: 5px;
    font-weight: 800
}

    .errorTop ul {
        padding-top: 1em;
        margin: 0;
        font-weight: normal;
    }

.img-responsive {
    max-width: 100%
}

dl.form-row {
    display: table;
    margin: 0;
    width: 100%
}

.detail-row {
    display: table-row
}

.detail-label, .detail-data {
    display: table-cell;
    padding: 15px 0
}

.detail-label {
    width: 20%
}

.detail-data {
    width: auto
}

.message-heading {
    font-size: 0.9rem;
    border-bottom: 1px dotted #ff6600;
}

.intro h1 {
    border-bottom: 1px solid #ff6600;
    margin-left: 2rem;
    margin-right: 2rem;
}

.h1Size{
    font-size:2rem !important;

}

.intro h2 {
    font-size: 1.8rem
}

.form-outer h2 {
    background-color: #ff6600;
}

.form-outer h3 {
    font-size: 1.5rem
}

.form-inner {
    padding: 0
}

.form-control {
    border: 2px solid #000;
}

    .form-control:focus {
        border-color: #ff6600;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

.container {
    margin-top: 1em;
    height: 100%;
    flex-grow: 1
}

.hide {
    display: none
}

.btn-row {
    margin-top: 2rem !important
}

.glyph-wrapper {
    position: relative
}

.glyph-back {
    position: absolute;
    left: 16px;
    top: 4px;
    font-size: 95%;
    pointer-events: none;
}

.glyph-ctn {
    position: absolute;
    left: 97px;
    top: 4px;
    font-size: 95%;
    pointer-events: none;
}

.security-info {
    margin-top: 2em;
    border-top: 1px solid #ff6600
}

    .security-info h4 {
        font-size: 100%
    }

/*FAQS*/
.panel {
    border-top: 1px solid #ff6600;
}

.panel-heading {
    background-color: #dad6d4;
    padding: .6em 2em .6em .8em;
    position: relative
}

    .panel-heading:hover {
        background-color: #dad6d4;
        transition: all .5s;
    }

    .panel-heading[aria-expanded="true"] {
        background-color: #dad6d4
    }

.panell-heading::after {
    content: "\f078";
    ;
    color: #333;
    top: 15px;
    right: 20px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.panel-heading[aria-expanded="true"]::after {
    content: "\f077";
    font-weight: 900;
}

.panel-title {
    position: relative;
}

h4.panel-title {
    margin: 0
}

    h4.panel-title a {
        color: #000
    }

.panel-body {
    padding: .6em 2em .6em .8em;
    border-top: 1px solid #ccc
}

.panel.active {
    background-color: #ddd
}

/***ICONS***/

.fa-exclamation-circle {
    font-size: 120%;
    color: red;
    width: 30px;
    height: auto
}

.info-gdpr {
    border-top: 1px solid #ff6600
}

/*** FOOTER ***/

.site-footer {
    background-color: #000;
    padding: .4rem !important;
}

    .site-footer a {
        color: #FFF
    }

.footer-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    background-color: #000;
    color: #FFF
}

    .footer-wrapper h3 {
        border-bottom: 2px solid #ff6600;
    }


/* Custom Overrides */

.errorMsgCustom {
    display: none;
    background-color: #56c8fe;
    padding: 1px 1px 4px 1px;
    border-radius: 5px;
}

.sr-onlyCustom {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}


/* Bootstap Custom overrides */

.mb-4Custom {
    margin-bottom: 2rem !important;
}

.py-2Custom {
    padding-top: 0rem !important
}

.pb-3Custom,
.py-3Custom {
    padding-top: 1.25rem !important
}

.p-xl-3Custom {
    padding: .3rem !important
}

.p-3Custom {
    padding: .3rem !important;
    margin-left: 0.9rem;
    margin-right: 0.9rem;
}

.p-4Custom {
    padding: .6rem !important;
}

.my-4Custom {
    margin-top: .5rem !important;
}

.col-form-labelCustom {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.leadCustom {
    font-size: 1rem;
    font-weight: 300
}

.security-infoCustom {
    margin-top: 1em;
    border-top: 1px solid #ff6600
}

.form-controlCustom {
    border: 2px solid #000;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-right: .5rem !important
}

.EntryPadding {
    padding-bottom: 1.2rem !important;
}

.col-form-labelBlue {
    font-size: inherit;
    line-height: 1.0;
    background-color: #56c8fe;
    padding: 0.3em 0.3em 0.3em 0.3em;
    margin-bottom: 0em;
    background-color: #56c8fe;
    border-radius: 5px;
    font-weight: 200
}

.btnBalance {
    margin-bottom: 6px;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.img {
    margin-left: 38px;
}