html {
    height: 100%;
    overflow: auto;
}

body {
    height: 90%;
/* overflow: -moz-scrollbars-vertical; */
    background-color: #011b3b;
    background: -webkit-gradient(linear, left top, left bottom, from(#005792), to(#011b3b));
    background: -moz-linear-gradient(top,  #005792,  #011b3b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#005792', endColorstr='#011b3b');
    color: #ffffff;
}

#page {
    margin: 36px auto;
    background: url("../images/logon_background.png") repeat-x scroll center top transparent;
    width: 90%;
    height: 90%;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 10px 10px 5px #011b3a;
    -webkit-box-shadow: 10px 10px 5px #011b3a;
    box-shadow: 10px 10px 5px #011b3a;
    position: relative;
}

.banner {
}

.row {
    margin-bottom: 0px;
}

.about {
    width: 100%;
    margin-bottom: .25em;
    height: 2em;
}

.about ul {
    float: right;
    padding: .25em .50em 0 0;
}

.about a {
    color: #fff;
}

.header {
    width: 100%;
}

.header .title {
    float: left;
    padding-left: 3em;
}

.header .title h1 {
    color: #fff;
}

.header .logo {
    float: right;
}

.content {
    margin: 0 auto;
    width: 100%;
    height: 95%;
    padding-left: 3em;
}

#fm1 {
    background: url("../images/logon_fieldset_background.png") top left repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding-bottom: 20px;
}

fieldset {
}

fieldset legend {
    display: none;
}

label {
    color: #fff;
}

input {
    vertical-align: middle;
}

input[type="submit"] {
    text-align: center;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-size: .90em;
    font-weight: bold;
    overflow: visible;
    margin-bottom: 5px;
    background: #243342;
    color: #ffffff;
    border: solid 1px #243342;
    background: #023d77;
    background: -webkit-gradient(linear, left top, left bottom, from(#285e94), to(#023d77));
    background: -moz-linear-gradient(top,  #285e94,  #023d77);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#285e94', endColorstr='#023d77');
}

input[type="submit"]:hover {
    background: #285e94;
    background: -webkit-gradient(linear, left top, left bottom, from(#007dc3), to(#285e94));
    background: -moz-linear-gradient(top, #007dc3, #285e94);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc3', endColorstr='#285e94');
}

input[type="submit"]:active {
    background: #285e94;
    background: -webkit-gradient(linear, left top, left bottom, from(#023d77), to(#285e94));
    background: -moz-linear-gradient(top, #384f68, #023d77);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#023d77', endColorstr='#285e94');
}

input[type="text"], input[type="password"] {
    height: 25px;
}

input[type="text"]:focus {
    background: #eeeeee;
    border-color: #00539b;
    -webkit-box-shadow: 0 0 12px #fff;
    -moz-box-shadow: 0 0 12px #fff;
    box-shadow: 0 0 12px #fff;
}

input[type="password"]:focus {
    background: #eeeeee;
    border-color: #00539b;
    -webkit-box-shadow: 0 0 12px #f3cE52;
    -moz-box-shadow: 0 0 12px #f3cE52;
    box-shadow: 0 0 12px #f3cE52;
}

.copyright {
    padding: .5%;
    font-size: .8125em;
    bottom: 50px;
}

sup {
    font-size: .75em;
}
/* bootstrap overrides */

h1,h2,h3,h4,h5,h6 {
    color: #ffffff;
}

.alert-message.error {
    background-color: #6d0019;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#85001f), to(#6b0019));
    background-image: -moz-linear-gradient(top, #85001f, #6b0019);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#85001f', endColorstr='#6b0019');
}

.alert-message.success {
    background-color: #006127;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007A31), to(#006127));
    background-image: -moz-linear-gradient(top, #007A31, #006127);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#007A31', endColorstr='#006127');
}

.form-stacked {
    padding-right: 20px;
}

.modal {
    background-color: #011b3b;
    background: -webkit-gradient(linear, left top, left bottom, from(#005792), to(#011b3b));
    background: -moz-linear-gradient(top,  #005792,  #011b3b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#005792', endColorstr='#011b3b');
}

.modal-header {
    border-bottom: 0px;
}


