html, body {
    margin: 0;
    padding: 0;
    color: #e6e6e6;
    font-family: 'Tahoma';
}

html {
    scrollbar-base-color: #4C4C4C;
    scrollbar-arrow-color: #cccccc;
    scrollbar-track-color: #707070;
    scrollbar-shadow-color: #4C4C4C;
    scrollbar-lightshadow-color: #4C4C4C;
    scrollbar-darkshadow-color: #4C4C4C;
    scrollbar-highlight-color: #707070;
    scrollbar-3dlight-color: #262626;
}

body {
    background: #262626 url("../../images/new/background.jpg") 0 0 repeat-x fixed;
}

#outer {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#outer[id] {
    display: table;
    position: static;
}

#middle {
    position: absolute;
    top: 30%;
}

#middle[id] {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#inner {
    position: relative;
    width: 390px;
    margin-left: auto;
    margin-right: auto;
}

#inner .field-row:after {
    clear: both;
}

#inner .field-row {
    margin-bottom: 5px;
    width: 329px;
}

#inner .field-block {
    margin-left: 125px;
}

label {
    float: left;
    width: 115px;
    text-align: right;
    line-height: 18px;
    padding-top: 6px;
    font-size: 14px;
}

img.source-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

input[type="text"], input[type="password"] {
    background-color: #111;
    color: #e6e6e6;
    border: 1px solid #4c4c4c;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    width: 190px;
    padding: 6px;
}

input[type="submit"] {
    color: #e6e6e6;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Tahoma';
    line-height: 12px;
    background-color: #33c1ff;
    border: none;
    padding: 8px 13px;
    float: right;
    margin-top: 5px;
}

h1 {
    font-size: 27px;
    font-family: Verdana, 'sans-serif';
    font-weight: 400;
    text-align: center;
    margin-bottom: 34px;
}

.brand {
    color: #33c1ff;
}

.grey {
    color: #727272;
}

#error {
    color: #ff0000;
    padding: 0px 40px 15px 40px;
    margin: 0px auto;
    text-align: center
}

.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    color: #C09853;
    margin-bottom: 18px;
    padding: 16px 8px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: bold;
}

.alert-error {
    background-color: #BE211B;
    border-color: #DA0000;
}

ul.errors{
    display: block;
    margin: 5px 0 20px 0;
    padding: 0;
}

ul.errors li{
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 2px 0;
}

input[type="submit"]{
    cursor: pointer;
}