@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


/* Css Nuova Login */

.elettra-login-sidebar {
    /*background: url("images/img-sidebar-login.jpg") center center;*/
    /*background: url("images/img-sidebar-login2.png") center center;*/
    background: url("images/img-sidebar-login3.jpg") center center;
    background-size: auto auto;
    background-size: cover;
    height: 100%;
    height: 100vh;
    min-height: 500px;
    position: relative;
}

.elettra-login-content {
    padding: 2em 0;
    background-color: #fff;
    max-width: 500px;
    min-width: 320px;
    margin: 5em auto;
}

.elettra-login-content-wrap {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}


.elettra-form-accedi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    margin: auto;
    width: 90%;
    max-width: 600px;
}

.elettra-login-google {
    padding: 1em;
    display: flex;
    justify-content: center;
}

.g-recaptcha {
    display: table;
    width: 100%
}

    .g-recaptcha > div:first-child {
        display: table-cell;
        text-align: center;
    }


    @media screen and (max-width: 1024px) {
    }


    @media screen and (max-width: 768px) {
        .elettra-login-title, .elettra-login-subtitle {
            text-align: center;
        }
    }

    @media screen and (max-width: 480px) {
        .elettra-login-title {
            font-size: 1.5em;
        }
    }
