﻿* {
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI';
    font-weight: lighter;
}
input[type=submit] {
    border: none;
    outline: none;
}

input[type=submit]:hover {
    cursor:pointer;
}

::-webkit-input-placeholder {
    font-size: 18px;
    color: #888888;
}

::-moz-placeholder {
    font-size: 18px;
    color: #888888;
}

:-ms-input-placeholder {
    font-size: 18px;
    color: #888888;
}

:-moz-placeholder {
    font-size: 18px;
    color: #888888;
}

h1 {
    color: #0085B2;
    font-weight:400;
}

h2 {
    color: #AAAAAA;
    font-size: 18px;
}

.content {
    background-image: url("Immagini/Login_Background.png");
    background-repeat: no-repeat;
    max-width: 1200px;
    margin: auto;
    min-height:600px;
    padding:20px;
}

.header {
    height:240px;
}

.logo img {
    margin-top:30px;
    margin-left:36px;
    width:226px;
    height:64px;
}

.login {
    display: inline-block;
    width: 386px;
    height: 260px;
    border-right: solid 2px #f4f4f4;
    margin-right:40px;
}

.login h1 {
    margin-bottom:18px;
}
    .login input[type=text], .login input[type=password] {
        width: 318px !important;
        height: 24px;
        font-size: 20px;
        display: block;
        padding: 10px;
        width: auto;
        border: solid 2px rgba(0, 133, 178, 0.45);
        border-radius: 3px;
        margin-bottom: 12px;
        color: black;
    }

    .login input[type=submit] {
        text-align: center;
        font-size: 22px;
        color: white;
        background-color: #0085B2;
        height: 46px;
        width: 174px;
        border-radius: 3px;
    }

.login-passwordDimenticata {
    margin-left: 20px;
    width: 120px;
    height:50px;
    display: inline-block;
    margin-top:10px;
}

    .login-passwordDimenticata a {
        font-size: 15px !important;
        color: #888888;
    }

/*****************************************************/
/*                 BANNER                            */
/*****************************************************/

.banner {
    vertical-align: top;
    display: inline-block;
    width: 367px;
    height: 240px;
    font-size: 40px;
    color: #0085B2;
}

    .banner img {
        width: 30px;
        height: 24px;
    }


/*****************************************************/
/*                 FOOTER                            */
/*****************************************************/

.footer {
    margin-top:40px;
    max-width:1170px;
    border-top: solid #f4f4f4 2px;
    padding: 14px 2px;
}

.contatti {
    width:380px;
    display: inline-block;
    border-bottom: solid #f4f4f4 2px;
    padding:0px 0px 16px 0px;
}

    .contatti h2 {
        font-weight: 400;
    }

    .contatti .chiocciola {
        font-size: 26px;
        color: #0085B2;
        font-weight: bold;
    }

    .contatti .email {
        color: #666666;
        font-weight: 400;
        font-size: 21px;
    }

.partner {
    padding-right:20px;
    display:inline-block;
    float:right;
}



