body {
    font-size: 62.5%;
    position: absolute;
    font-family: Helvetica;
    font-family: Helvetica;
    background-size: auto auto;
    background-position: 50%;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    min-height: 768px;
}

    body #findpass {
        top: 50%;
        left: 5%;
        padding: 5px 20px;
        width: auto;
        background: white;
        color: rgba(0, 0, 0, 0.7);
        position: fixed;
        background: rgba(255, 255, 255, 0.5);
        border: none;
        font-size: 1.2rem;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        cursor: pointer;
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

        body #findpass:focus {
            outline: none;
        }

    body .article {
        width: 960px;
        font-size: 1.4rem;
        margin: 20px auto;
        color: white;
        opacity: 0;
        visibility: hidden;
        -moz-transition: opacity 400ms linear;
        -o-transition: opacity 400ms linear;
        -webkit-transition: opacity 400ms linear;
        transition: opacity 400ms linear;
        -moz-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms;
        top: 0;
        position: relative;
    }

        body .article.active {
            opacity: 1;
            visibility: visible;
        }

        body .article h1 {
            font-size: 3rem;
            text-align: center;
            margin-bottom: 20px;
        }

.formLogo {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    margin: 0 auto;
    position: fixed;
    top: 3%;
    left: 50%;
    z-index: 5000;
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transform: translate3d(-50%, 0, 0);

    overflow: hidden;
    background: ;
    /*    border-top: 3px solid rgba(35, 34, 34, 0.30);
    border-left: 3px solid rgba(35, 34, 34, 0.30);
    border-bottom: 3px solid rgba(35, 34, 34, 0.30);
    border-right: 3px solid rgba(35, 34, 34, 0.30);*/
}

.form {
    margin: 0 auto;
    position: fixed;
    top: 20%;
    left: 50%;
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 420px;
    padding: 20px;
    overflow: hidden;
    background-color: black;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: inherit;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-width: 420px;
}

    .form .forceColor {
        width: 500px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(35, 34, 34, 0.30);
        min-width: 500px;
    }

    .form:before {
        content: "";
        width: 110%;
        height: 110%;
        position: absolute;
        background: inherit;
        left: -5%;
        right: 0;
        bottom: 0;
        top: -5%;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        min-width: 500px;
    }

    .form.goAway {
        opacity: 0;
        -moz-transform: scale(0.6) translate3d(-50%, 0, 0);
        -ms-transform: scale(0.6) translate3d(-50%, 0, 0);
        -webkit-transform: scale(0.6) translate3d(-50%, 0, 0);
        transform: scale(0.6) translate3d(-50%, 0, 0);
        -moz-transition: -moz-transform 200ms ease-in-out, opacity 100ms linear;
        -o-transition: -o-transform 200ms ease-in-out, opacity 100ms linear;
        -webkit-transition: -webkit-transform 200ms ease-in-out, opacity 100ms linear;
        transition: transform 200ms ease-in-out, opacity 100ms linear;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
        min-width: 500px;
    }

    .form .topbar .spanColor {
        position: absolute;
        width: 0px;
        right: 20px;
        height: 40px;
        opacity: 0.2;
        background-color: white;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -moz-transition: width 150ms ease-in-out, background-color 150ms ease-in-out 250ms, border 150ms ease-in-out 250ms;
        -o-transition: width 150ms ease-in-out, background-color 150ms ease-in-out 250ms, border 150ms ease-in-out 250ms;
        -webkit-transition: width 150ms ease-in-out, background-color 150ms ease-in-out, border 150ms ease-in-out;
        -webkit-transition-delay: 0s, 250ms, 250ms;
        transition: width 150ms ease-in-out, background-color 150ms ease-in-out 250ms, border 150ms ease-in-out 250ms;
    }

    .form .topbar .input {
        display: block;
        width: 100%;
        position: relative;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        font-size: 1rem;
        background: #dedede;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 25px;
        color: rgba(0, 0, 0, 0.4);
        padding: 7px 10px;
        height: 40px;
    }

        .form .topbar .input::-webkit-input-placeholder {
            color: #c2c2c2;
            font-size: 1.2rem;
            font-family: Tahoma;
            line-height: 1.3rem;
            font-weight: 200;
        }

        .form .topbar .input:focus {
            font-size: 1rem;
            outline: none;
            color: black;
            border: 1px solid white;
        }

        .form .topbar .input.disabled:hover {
            border: 1px solid rgba(255, 255, 255, 0.4);
        }

        .form .topbar .input:hover {
            border: 1px solid white;
        }

    .form .submit {
        padding: 5px 20px;
        width: 500px;
        font-size: 1.2rem;
        font-family: Helvetica;
        font-weight: 200;
        display: block;
        color: rgba(35, 34, 34, 0.40);
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background: rgba(255, 255, 255, 0.5);
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
    }

        .form .submit:focus {
            outline: none;
        }

        .form .submit:hover {
            color: white;
            border: 1px solid white;
        }

        .form .submit.recover {
            background: #FF2B4B;
            color: white !important;
            border: 1px solid white !important;
            transition: all 400ms linear;
        }

.topbar .error .spanColor {
    width: calc(100% - 39px);
    border-top-left-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom-left-radius: 6px;
    background-color: #FF2B4B;
}

.topbar.error + .submit {
    color: white;
}

.topbar.error .input {
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

    .topbar.error .input::-webkit-input-placeholder {
        color: white;
    }

.topbar.success .spanColor {
    width: calc(100% - 39px);
    border-top-left-radius: 6px;
    border: 1px solid #26C97D;
    border-bottom-left-radius: 6px;
    background-color: #26C97D;
}

.topbar.success + .submit {
    color: white;
    border: 1px solid white;
}

.topbar.success .input {
    color: white;
    border: 1px solid #26C97D;
}

    .topbar.success .input::-webkit-input-placeholder {
        color: white;
    }

.release {
    display: block;
    width: 500px;
    position: relative;
    font-size: 9px;
    background: transparent;
    border: none;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.4);
    padding: 5px 20px;
    text-align: right;
    height: 18px;
}

.struttura {
    display: block;
    width: 380px;
    min-width: 380px;
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 15pt;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
    color: #272727;
    padding: 5px 5px;
    text-align: center;
    height: 40px;
}

.loginButton {
    display: block;
    width: 330px;
    min-width: 330px;
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 15pt;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
    color: #272727;
    padding: 5px 5px;
    text-align: center;
    cursor: pointer;
    height: 40px;
}

    .loginButton:hover {
        background-color: #d0d0d0;
    }

.divButton {
    display: block;
    width: 90%;
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 1rem;
    background: transparent;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    color: rgba(255, 255, 255, 0.4);
    padding: 5px 25px;
}

.contattaciContainer {
    height: 18px;
    padding-bottom: 5px;
    text-align: left;
}

.contattaci {
    position: relative;
    text-decoration: none;
    font-size: 16px;
    color: white;
}

.aLink {
    color: white !important;
    text-decoration: none !important;
}

    .aLink:hover {
        color: #333333 !important;
        text-decoration: none !important;
    }

    .aLink:visited {
        color: #40484f !important;
        text-decoration: none !important;
    }

#bottom-banner {
    position: fixed;
    bottom: 0px;
    height: 40px;
    width: 100%;
    text-align: right;
    background: none;
    z-index: 999999;
}
