body{
    background-image: url(/images/layout_002/navbar.png);
    opacity: 0.9;
}
.form_login {
    width: 350px;
    height: 300px;
    margin: 100px auto;
}

.form_login img {
    width: 200px;
    float: left;
    margin: 10px 74px 0;
    border: 0;
}

.logo_loginform {
    width: 350px;
    min-height: 100px;
    float: left;
}

.form_login input[type='text'], .form_login input[type='password'] {
    position: relative;
    padding: 2px 3px;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 10%, #ededed 90%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(10%,#f7f7f7), color-stop(90%,#ededed), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#f7f7f7 10%,#ededed 90%,#ededed 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%,#f7f7f7 10%,#ededed 90%,#ededed 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%,#f7f7f7 10%,#ededed 90%,#ededed 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%,#f7f7f7 10%,#ededed 90%,#ededed 100%);
    text-indent: 5px;
    margin: 5px 20px;
}

.form_login input[type="text"] {
    width: 300px;
    height: 30px;
    margin: 10px 25px 5px;
    float: left;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-indent: 45px;
}

input[type="submit"] {
    width: 300px;
    height: 40px;
    margin: 10px 25px;
    float: left;
    border: 0;
    border-top: 1px solid #96d1f8;
    background: #bc0021!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 9.5px 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    vertical-align: middle;
}

.form_login input[type="password"] {
    width: 300px;
    height: 30px;
    margin: 25px 25px 0px;
    float: left;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-indent: 45px;
}

.form_login .powered {
    float: left;
    width: 348px;
    border-top: 1px solid #ccc;
    padding-top: 3px;
    margin: 14px 1px;
    color: #888;
    font-size: 11px;
    text-align: center;
}

.login_error {
    width: 350px;
    margin: 10px auto;
    font-size: 14px;
    text-align: center;
    float: left;
    font-weight: bold;
    color: #bc0021!important;
}