﻿.global-header {
    background-repeat: no-repeat;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5000;
    background-image: url(../images/financial_services_bg.jpg);
}


#background_cycler {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100vw;
    height: calc(100vh - 4em);
    height: -o-calc(100vh - 4em);
    height: -webkit-calc(100vh - 4em);
    height: -moz-calc(100vh - 4em);
    position: fixed;
    top: 2vh;
    z-index: -5000;
    /*background-image: url(../images/financial_services_bg.jpg);*/
}

    #background_cycler img {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*width: 100%;*/
        width: 100vw;
        height: calc(100vh - 4em);
        height: -o-calc(100vh - 4em);
        height: -webkit-calc(100vh - 4em);
        height: -moz-calc(100vh - 4em);
        position: fixed;
        top: 0;
        left: 0;
        z-index: -5000;
        /*background-image: url(../images/financial_services_bg.jpg);*/
        margin-top: 24px;
    }

        #background_cycler img.active {
            z-index: 3;
        }

.innerheader {
    height: 50px;
    color: white;
    position: fixed;
}


::-webkit-input-placeholder {
    color: #000;
    font-weight: bold;
}

::-moz-placeholder {
    color: #000;
    font-weight: bold;
}

:-ms-input-placeholder {
    color: #000;
    font-weight: bold;
}


/*#footer
        {
            width: 100%;
            text-align: center;
            position: fixed;
            bottom: 0;
            left: 0;
        }*/


.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    /*background-color: white;*/
    z-index: 1002;
    overflow: auto;
}

.header-div {
    width: 100vw;
    height: auto;
    min-height: 4em;
    text-align: center;
    bottom: 0;
    top: 0;
    background-color: rgb(153, 204, 235);
    position: initial;
    box-shadow: 0px 0px 10px 0px #08354e;
    text-shadow: 1px 1px 8px #143855;
    font-size: small;
}

.logo {
}

.footer-innerdiv {
    background-color: rgb(153, 204, 235);
    height: 3em;
    margin-top: 5px;
    font-weight: bold;
    font-size: 15px;
    color: white;
    padding-top: 5px;
    text-align: center;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    box-shadow: 0px -1px 10px 0px #08354e;
    text-shadow: 1px 1px 8px black;
}

.panel {
    box-shadow: 1px 1px 20px 3px black;
    border-radius: 5px;
    margin-bottom: 100px;
}

.signupbox {
    display: block;
    /*box-shadow: 1px 1px 20px 3px black;
    border-radius: 20px;*/
    /*margin-left:8vw ;*/
}



.panel-heading {
    margin: 0 !important;
    background-color: #99cceb !important;
}

    .panel-heading a {
        font-size: 0.88em;
    }

.panel-title {
    font-size: 1.5em;
}

.panel-info .row {
    margin: 0;
}

.boxes {
    margin-left: 8vw;
    /*position: absolute;
            z-index: -1;
            margin-bottom: 90px;*/
}

.form-messages {
    font-size: smaller;
}


.responsive-alignment-box {
    margin-top: 10vh;
}

    .responsive-alignment-box .panel-body {
        max-height: 78vh;
        margin-right: 10px;
        overflow-y: auto;
    }



.forgot-box {
    margin-left: 5%;
}

/*@media only screen and (max-device-width : 640px) {
.header-div{
       font-size:48px;
   }
}*/


