﻿* {
    margin: 0;
    padding: 0;
}

a, img {
    border: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Helvetica, Arial, Sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #eff3f6;
    overflow: auto;
}

header {
    background-color: #ffffff;
    position: relative;
    /*min-height: 100px;*/
    width: 100%;
    height: auto;
    /*border-bottom: 1px solid #dde0e8;*/
    display: inline-table
}

    header img {
        vertical-align: middle;
        width: 70%;
    }

.img20 {
    vertical-align: middle;
    width: 20%;
}

.navbar-brand {
    display: inline-block;
    height: auto;
    padding: 15px 15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* width: 970px; */
    min-width: 501px;
}

.wrapper {
    /*background-color: #eff3f6;*/
    padding-top: 50px;
    padding-bottom: 110px;
    width: 100%;
}

footer {
    width: 100%;
    background-color: #eff3f6;
    display: inline-block;
}

    footer h1 {
        float: right;
        font-size: 11px;
        font-weight: normal;
        color: #9c9898;
        padding: 10px 50px 10px 20px;
    }

/* Login */
.login {
    width: 501px;
    height: auto;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .10);
    border: 1px solid #dde0e8;
    padding: 0;
}

.login-banner {
    height: 127px;
    width: 100%;
    /*background-color: #164e73;*/
    border-top-right-radius: 4px; 
    border-top-left-radius: 4px;
    background-image: url("../images/rushmore_loginbanner.jpg");
    background-position: left center;
    background-repeat: no-repeat;
}

.login-body {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #dde0e8;
}

.form {
    padding: 30px 15px 5px 15px;
}

.form-group {
    margin-bottom: 15px;
}

.form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.back-qsr {
    font-size: 13px;
    color: #164e73;
    margin-left: 5px;
    text-decoration: none;
    font-weight: normal;
    height: 28px;
    display: inline-block;
    line-height: 28px;
}

    .back-qsr img {
        vertical-align: text-bottom;
    }

    .back-qsr:hover {
        color: #164e73;
    }

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 2px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-primary {
    color: #fff;
    background-color: #164e73;
}

.btn-default {
    color: #fff;
    background-color: #9c9897;
}

.btn {
    display: inline-block;
    padding: 6px 13px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.login-footer {
    height: 94px;
    width: 100%;
    background-color: #eff4f6;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.login-title {
    font-size: 50px;
    font-family: helvetica;
    font-style: italic;
    font-weight: 800;
    color: #2C435A;
    width: 60%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}

.rad-5 {
    border-radius: 5px;
}

.login-textbox {
    border-color: white;
    padding-left: 10px;
}

.wc-rums {
    font-size: 60px;
    font-family: 'Open Sans', Helvetica, Arial, Sans-serif;
    color: #fff;
}

.box-shadow {
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.6);
    -webkit-appearance: none;
}

.direct-link {
    position: fixed;
    bottom: 10px;
    width: 40%;
    text-align: center;
    color: #2C435A;
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Arial, Sans-serif;
}