.panel-default {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 400px;
    border: none;
    background: black;
    max-height: 700px;
}

.panel-heading {
    position: absolute;
    /*top: 3%;*/
    left: 0%;
    width: 28%;
    height: 97.5%;
    max-height: 88px;
    background: none;
    border: none;
    background-image: none;
}

.panel-title {
    top: 85%;
    font-size: 18px;
    /*margin-top: 20px;*/
}

.panel-body {
    border: none;
}

#inputUsername {
    position: absolute;
    top: 50px;
    width: 15%;
    left: 80%;
}

input.form-control {
    padding-left: 26px;
}

#inputUsername:before {
    content: '';
    display: block;

    width: 15px;
    height: 15px;
    /*
    background-image: url(http://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings.png);

    background-image: url(/SHs/resources/css/images/glyphicons-4-user.png);
    */
    background-image: url(/resources/css/images/user_aba3a3_15.png);
    background-size: 14px 14px;
    background-position: -28px 0;
    /*
    background-repeat: no-repeat;
    */
    position: absolute;
    top: 10px;
    left: 7px;

    opacity: .5;
    z-index: 1000;
}

#inputPassword {
    position: absolute;
    top: 100px;
    width: 15%;
    left: 80%;
}

#inputPassword:before {
    content: '';
    display: block;

    width: 15px;
    height: 15px;
    /*
    background-image: url(http://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings.png);

    background-image: url(/SHs/resources/css/images/glyphicons-204-lock.png);
    */

    background-image: url(/resources/css/images/lock_aba3a3_16.png);
    background-size: 14px 14px;
    background-position: -28px 0;
    /*
    background-repeat: no-repeat;
    */
    position: absolute;
    top: 10px;
    left: 7px;

    opacity: .5;
    z-index: 1000;
}

#btnSignIn {
    position: absolute;
    top: 73%;
    left: 79%;
    background-color: #2E9AFE;
    background-image: linear-gradient(to bottom, #819FF7 0px, #5882FA 100%);
    background-repeat: repeat-x;
    border-color: #2E64FE;
    font-weight: bold;
    width: 7%;
    min-height: 35px;
    color: white;
}

#lnkSignUp {
    position: absolute;
    top: 73%;
    left: 87.75%;
    background-image: linear-gradient(to bottom, #38B77C 0px, #52BF8C 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;

    background-color: #52BF8C;
    border-color: #4cae4c;
    color: #fff;
    font-weight: bold;
    width: 6%;
    min-width: 75px;
}

#lnkResetPassword {
    position: absolute;
    top: 150px;
    left: 79%;
}

#fb_signin {
    position: absolute;
    top: 110%;
    left: 78.5%;
}

#fb_signin > button {
    font-weight: bold;
    font-size: 14px;
}

#slogan {
    position: absolute;
    top: 150px;
    left: 44.5%;
    /*
    font-weight: bold;
    */
    color: #A8BEC4;
    /*
    font-style: italic;
    */
    font-family: Verdana;
    font-size: 18px;
}

#imgFront {
    height: 80%;
    width: 100%;
    margin-top: 290px;
}

.alert {
    margin-top: 220px;
}

#imgLogo {
    width: 100% !important;
    height: auto;
    max-height: 800px;
}

#panel-head {
    background-image: none;
    background-color: black;
}

#homePageSiteDescription {
    font-size: 22px;
    font-family: "goudy_bookletter_1911regular", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    margin-left: auto;
    margin-right: auto;
    color: #00264d;
    text-align: center;
    background-image: linear-gradient(to right, #75acd1 0px, #bbd3e8 100%);
    background-repeat: repeat-x;
}

#frmDemoVideo {
    width: 95% !important;
    height: auto;
    max-height: 800px;
}

#lnkHowItWorks {
    position: absolute;
    margin-top: 230px;
    margin-left: 46%;
    min-width: 170px;
    max-width: 250px;

}

#lnkHowItWorks:hover {
    color: #A8BEC4;
;
}

#lnkHowItWorks {
    cursor: pointer;
    outline: none;
}


.outline {
    position: relative;
    z-index: 3;
    background: transparent;
    color: #b30000;
    font-size: 16px;
    font-weight: bold;
    border-color: #b30000;
    border-style: solid;
    border-radius: 4px;
    border-width: 2px;
    padding: 10px 35px;
    transition: all 0.2s linear;
}

#lnkHowItWorks {
    text-decoration: none;
}

#imgLogoLetter {
    width: 100% !important;
    height: auto;
    max-height: 100px;
    max-width: 35%;
    margin-left: 34.5%;
    margin-top: 1.75%;
}


