﻿
#login_box {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 290px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#login_white_back {
    width: 400px;
    height: 950px;
    margin: 0 auto;
    background-color: #fff;
}

/**/

#login_titolo_box {
    width: 400px;
    height: 50px;
    background-color: #fff;
    /*border-radius: 7px;*/
}

#login_logo {
    float: left;
    width: 100px;
    height: 50px;
}

    #login_logo img {
        margin-left: 10px;
        margin-top: 10px;
        width: 350px;
    }

#login_titolo {
    float: left;
    width: 300px;
    height: 50px;
}

    #login_titolo span {
        display: block;
        margin-top: 15px;
        margin-left: 25px;
        font-size: 1.7em;
        font-weight: bold;
        color: #fff;
    }

/**/

#login_form_box {
    width: 400px;
    height: 190px;
    text-align: right;
    background-color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

    #login_form_box #error_msg {
        color: #ff0000;
        font-size: 1.2em;
        text-align: left;
        padding-left: 20px;
        padding-top: 2px;
        font-weight:bold
    }

    #login_form_box fieldset {
        margin: 0px;
        padding-left: 18px;
    }

    #login_form_box .inputs, #login_form_box .actions {
        border: none;
    }

        #login_form_box .inputs div input {
            display: block;
            width: 360px;
            height:25px;
            margin-bottom: 12px;
            padding-left: 4px;
            border-radius: 7px;
            font-size:16px;
        }

        #login_form_box .inputs div span {
            display: block;
            margin-top: 2px;
            margin-bottom: 3px;
            text-align: left;
            color: #E52712;
        }

.btn_login {
    width: 100px;
    background-color: #E52712;
    color: #fff;
    border-radius: 18px;
    padding: 3px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin:0 auto;
}

.btn_recuperpsw {
    width: 200px;
    color: #000;
    padding: 3px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 10px auto;
}


/**/

#login_footer_box {
    width: 400px;
    height: 50px;
    background-color: #fff;
}

#login_logo_ad {
    float: left;
    width: 80px;
    height: 50px;
}

    #login_logo_ad img {
        margin-left: 10px;
        margin-top: 6px;
        width: 62px;
        height: 44px;
    }

#login_footer {
    width: 400px;
    height: 50px;
    padding-top: 6px;
}

    #login_footer div {
        width: 400px;
        height: 12px;
        font-size: 0.8em;
    }

.login_background {
    background-image: url("images/LoginFondo_IMG.jpg");
    background-repeat: no-repeat;
}

