.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin h1 {
    color: white;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.login-error{
    text-align: center;
    color: #DB0000;
    font-size: 12pt;
    display: none;
    padding: 10px 0;
}

.form-signin > label {
    color: #FFFFFF;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.form-container {
    padding-top: 100px;
}

/* Sticky footer styles
-------------------------------------------------- */

html, body {
    /*background-color: #C7C7C7;*/
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -40px;
    /* Pad bottom by footer height */
    padding: 0 0 40px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 40px;
}

.container {
    width: auto;
    max-width: 100%;
}

.container .text-muted { margin: 6px; font-size: 1.2em; }
.container .text-muted a:link    {color:white; text-decoration: none}
.container .text-muted a:visited {color:white;}
.container .text-muted a:hover   {color:white;}
.container .text-muted a:active  {color:white;}