
html,body { height: 100%; margin: 0; padding: 0; }


#login-cont {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;


    background: #E5D0B6 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#form-cont {
    background: #ebdbc7 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #c0c0c0;
    height: 450px;
    left: 50%;
    margin: -230px 0 0 -200px;
    padding: 1em 2em;
    position: absolute;
    top: 50%;
    width: 400px;
}

    #form-cont img.logo {
        left: 50%;
        margin: 0 0 -40px -100px;
        opacity: 1;
        position: relative;
        top: -30px;
    }


    #form-cont h2{
        margin-top: 9px;
        margin-bottom: 1em;
    }

    #form-cont .checkbox{
        float: right;
        margin-top: 0;
        margin-bottom: 1em;
    }

    #form-cont div.checkbox {
        margin-bottom: 1.5em;
        margin-top: -0.5em;
    }

    #form-cont .btn-hlp{
        float: right;
    }

    .frm-helpers p {
        padding: 1em;
    }

    .form-signin-heading{
        text-align: center;
    }

    #dologin {
        position: relative;
        right: -2em;
    }

#login-cont label.iconized {
    font-size: 1.5em;
    position: relative;
    right: -10px;
    top: -5px;
}

.rem-pas-trg {
    display: inline-block;
    margin: 0.5em 0;
}