/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (max-width: 700px) {
    /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
        display: block;
    }

    body {
        line-height: 1;
    }

    ol, ul {
        list-style: none;
    }

    blockquote, q {
        quotes: none;
    }

        blockquote:before, blockquote:after,
        q:before, q:after {
            content: '';
            content: none;
        }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }



    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    /* login */

    #cardSinistra {
        display: none !important;
    }

    .rowMobile {
        display: block !important;
    }

    #cardDestra {
        background-color: white;
        border-radius: 2%;
        opacity: 0.8;
    }

    #cardPadre {
        background: url(../img/imgLogin/Login_1.png) center center fixed no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }

   

    #titolo img {
        width:80%;
    }

  

    #btnRegistra {
        font-size: 10px;
        text-wrap: inherit;
    }

    #btnLogin{
        font-size:12px;
    }

    #divRecuperoPassword {
        text-align: center;
        text-wrap: inherit;
    }

    #divButton  {
       margin-top: 1rem !important
    }

    /* registrazione */

    .cardDestraRegistrazione{
        width:100% important!;
    }

    #scegliLinguaRegistrazione {
        padding-top: 40px;
        padding-bottom: 20px;
        width: 80%;
        margin: auto;
        display: flex;
        align-content: center;
        text-align: center;
    }

        #scegliLinguaRegistrazione #ddlLingua {
            width: 80%;
            text-wrap: inherit;
            height:100%;
        }

    #btnRecuperaCredenziali {
        font-size: 12px;
        text-wrap: inherit;
    }

    #divCaptcha{
        display:flex;
        justify-content:center;
        text-align:center;
    }

    #divBottoni #btnTornaAllaLogin {
        width:40%;
    }

    #divBottoni #btnRegistrazione {
        width: 40%;
    }

    /* send_credentials */

    #logoAzienda {
        padding-top:30px;
    }



}
