@charset "UTF-8";
/* CSS Document */

html body {

    background-color: #ddd;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;

}

#container {
    margin: 1em auto;
    width: 40%;
    background: #fff url(images/form-checkers.png) repeat;
    border: 1px solid #d9d9d9;
    padding: 1em 2em;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

body h1 {
    text-align: center;
    color: #015488;
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
}

body h2 {
    font-size: 14px;
    color: #666;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1em;
    font-weight: normal;
}

body .login-form label {
    color: #015488;
    font-weight: bold;
    float: left;
    clear: both;
    min-width: 170px;
    line-height: 3em;
    display: inherit;
    font-size: 16px;

}

body .login-form .control-group {
    margin: .5em 0;
    min-height: 50px;
}

.login-form .controls input {
    padding: 1em;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #015488;
    min-width: 170px;
    max-width: 170px;
    font-family: Arial, Helvetica, sans-serif;

}

.login-form .controls .btn:hover {
    background: #0044CC;
    color: #FFFFFF;
}

.footer {
    font-size: 0.7em;
    color: #666;
    text-align: center;
    margin-bottom: 1em;
}

.footer a {
    text-decoration: none;
    color: #015488;
}

.footer a:hover {
    text-decoration: underline;
}

.redText {
    font-size: 13px;
    font-weight: bold;
    color: #B30028;

}

.header {

    background: #578FC8;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 1.5em;
    padding: 0 1em;
}

