html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    border:0 none;
    font:inherit;
    margin:0;
    padding:0;
}

html, body {
    width:100%;
    height:auto!important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

.container{
    width: 960px;
    margin: 0 auto;
    font-size: 11pt;
}

.login-form{
    width: 400px;
    margin: 200px auto;
    border: 1px solid #b3d476;
    background-color: #ffffff;
    /* Safari */
    -webkit-border-radius: 10px;
    /* Firefox */
    -moz-border-radius: 10px;
    /* Other browser */
    border-radius: 10px;
    padding: 20px;
}

.login-form .header-bar{
    padding: 20px 10px;
    text-align: center;
}

.login-form .row-login{
    width: 400px;
    padding: 20px 0;
    line-height: 30px;
    margin: 10px 0;
}
.login-form .remember{
    width: 400px;
    padding: 20px 0 20px 75px;
    margin: 10px 0;
}

.login-form .remember input{
    margin: 0 5px 0 0;
}

.login-form .buttons-login{
    width: 400px;
    padding: 10px;
    text-align: center;
}

.login-form .remember label{
    float: left;
    width: 200px;
    line-height: 20px;
}

.login-form .row-login label{
    width: 75px;
    float: left;
}

.login-form .row-login input{
    width: 300px;
    float: left;
}

.login-form .buttons-login input[type=submit]{
    border: none;
    color: #ffffff;
    /* Safari */
    -webkit-border-radius: 5px;
    /* Firefox */
    -moz-border-radius: 5px;
    /* Other browser */
    border-radius: 5px;
    padding: 10px 40px;
    background-color: #b3d476;
    margin: 10px;
}

.login-form .buttons-login input[type=submit]:hover{
    background-color: green;
}

.login-form .errorMessage{
    padding: 0px 20px 0px 20px;
    color: red;
    font-size: 10pt;
}

/*Green checkbox*/
input[type=checkbox].css-checkbox {
    display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:20px;
    height:15px;
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size: 10pt;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}

.css-label{
    background-image:url(../images/dark-check-green.png);
}
.lite-green-check {
    background-image: url("../images/lite-green-check.png");
}

.login-form .reset-form label{
    width: 125px !important;
    float: left;
}

.login-form .reset-form input{
    width:250px !important;
    float: left;
}
