﻿html, body {
    height: 100%;
    background-image: url(../img/cover.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: #000;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

body {
    margin-top: auto !important;
    /*padding-top: 40px;
    padding-bottom: 40px;*/
    background-color: #eee;
}

form {
    /*box-shadow: 0px 10px 10px #666;*/
    border-radius: 10px;
    padding: 10px;
    /*background-image: url(../img/sfondo_login.png);*/
    background-color: rgba(216, 209, 199, 0.85);
}

.form-signin {
    max-width: 330px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }



#logo {
    width: 100%;
    height: 100px;
    background-image: url(../img/logo_1024.png);
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

#divfooter {
    background: none repeat scroll 0 0 #202020;
    border: medium none;
    bottom: 0;
    /*min-width: 974px;*/
    padding: 15px 0 15px 15px;
    position: fixed;
    text-align: center;
    width: 100%;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin-left: auto;
    margin-right: auto;
}

    #divfooter .wrapper {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
