@CHARSET "UTF-8";
 
* {
    margin: 0;
    padding: 0;
}

* :focus {
    outline: 0;
}

body {
    font-family: Verdana;
    font-size: 0.9em;
    background: #c3dae8 url(../img/background.png) repeat;
}

p {
    margin-bottom: 15px;
}

h1 {
    margin-bottom: 20px;
}

h2 {
    font-size: 1.3em;
    margin-bottom: 5px;
}

fieldset {
    border: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

img {
    border: 0;
}

p {
    margin-bottom: 10px;
}

p.centered {
    text-align: center;
}

.goTop {
    float: right;
    text-align: right;
    width: 180px;
    font-size: 0.8em;
    margin: 20px 20px 0 0;
}

.goBack {
    float: left;
    text-align: left;
    width: 180px;
    font-size: 0.8em;
    margin: 20px 0 0 20px;
}

.clear {
    clear: both;
}

.message {
    margin-top: 15%;
    font-style: normal;
    font-size: xx-large;
    color: white;
    text-align: center;
}

.landing {
    width: 100%;
    display: grid;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.empoli {
    padding: 2em;
    margin-top: 15%;
    border-radius: 1em;
    border: darkblue;
    border-style: solid;
    background: aliceblue;
    font-size: x-large;
    font-family: fangsong;
    font-style: normal;
    font-weight: bold;
}

.vimercate {
    margin-top: 15%;
    border-radius: 1em;
    border: darkblue;
    border-style: solid;
    background: aliceblue;
    padding: 2em;
}

.page {

}

#center {
    width: 980px;
    height: 489px;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../img/empoli.png) top left no-repeat;
}

#center #login {
    width: 130px;
    margin: 0 0 0 700px;
    padding-top: 100px;
}

#center a {
    display: block;
    width: 130px;
    height: 64px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    background: transparent url(../img/accediDoppio.png) no-repeat 0 0;
}

#center a:hover {
    color: #fff;
    background-position: 0 -64px;
}

#footer {

}