html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    background: #ffffff;
    font-size: 1em;
}

ul {
    list-style: none;
}

strong {
    font-weight: 700;
}

.clear {
    clear: both;
}

.red {
    color: #ed1c24;
}

.container {
    width: 1020px;
    padding: 0 30px;
    margin: 0 auto;
}

#header {
    padding-top: 60px;
    display: inline-block;
}

#header div {
    text-align: right;
}

#header-text {
    color: #668ca1;
    padding: 3px 0;
    font-size: 0.750em;
}

#login-left {
    width: 455px;
    padding: 65px 50px 60px 0;
    float: left;
    color: #154f72;
    background: url(../images/bg.png) no-repeat -150px bottom;
    margin-bottom: 50px;
}

#login-left h1 {
    font-size: 1.563em;
    font-weight: 700;
    margin-bottom: 15px;
}

#login-left p {
    margin-bottom: 20px;
}

#login-left ul {
    margin-bottom: 20px;
    padding-left: 25px;
}

#login-left ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../images/list-style.png) no-repeat 0px 5px;
}

#login-right {
    background: #d4ecf7;
    float: left;
    width: 515px;
    color: #648a9f;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

#login-right h2 {
    line-height: 38px;
    height: 40px;
    font-size: 1.313em;
    padding-left: 80px;
    color: #ffffff;
    position: relative;
    background: #c80200; /* Old browsers */
    background: -moz-linear-gradient(top, #c80200 0%, #a20200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c80200), color-stop(100%, #a20200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c80200 0%, #a20200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c80200 0%, #a20200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c80200 0%, #a20200 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c80200 0%, #a20200 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c80200', endColorstr='#a20200', GradientType=0); /* IE6-9 */
    border-bottom: 1px solid #84939a;
}

#login-right img {
    position: absolute;
    top: 8px;
    left: 30px;
}

#login-right form {
    padding: 25px 40px 0 40px;
}

#login-right .text {
    padding-bottom: 5px;
}

#login-right .text input {
    padding: 10px 15px;
    background: #eff9fe;
    border: 1px solid #badded;
    border-radius: 2px;
    width: 403px;
    color: #72a0bc;
    font-size: 0.875em;
}

#login-right .input .error-message {
    color: #CD1E2B;
    font-size: 0.875em;
    padding: 5px 0;
}

#login-right .text.error input {
    border: 1px solid #CD1E2B;
}

#login-right .submit {
    padding-top: 15px;
    padding-bottom: 25px;
    text-align: right;
}

#login-right .submit input {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #37730f;
    text-align: center;
    color: #ffffff;
    font-size: 0.875em;
    box-shadow: 0 1px 0px 0 #8eda5c inset;
    font-weight: 700;
    padding: 0 25px;
    background: #50ac15; /* Old browsers */
    background: -moz-linear-gradient(top, #50ac15 0%, #3d8a0a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50ac15), color-stop(100%, #3d8a0a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #50ac15 0%, #3d8a0a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #50ac15 0%, #3d8a0a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #50ac15 0%, #3d8a0a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #50ac15 0%, #3d8a0a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50ac15', endColorstr='#3d8a0a', GradientType=0); /* IE6-9 */
}

#login-right .submit input:hover {
    background: #3d8a0a;
}

#form-info {
    font-size: 0.875em;
    text-align: center;
}

#form-info a {
    text-decoration: underline;
    font-weight: 700;
    color: inherit;
}

#form-info a:hover {
    text-decoration: none;
}

.success-form-message,
.error-form-message {
    padding: 25px 40px 0px 40px;
    font-weight: 700;
    color: #3f8e0c;
}

.error-form-message {
    color: #CD1E2B;
}

#submit_btn:disabled {
    background: gray !important;
    background-image: none;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
