#divsms,
.modulosms
{
    box-sizing: border-box !important;
    max-width:   400px;
    margin-left: 0 !important;
    margin-right:0 !important;
    padding:10px;
    overflow: hidden;
    position: relative;
}
#divsms.blur #modulosms
{
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
#divsms.blur::after
{
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:9999;
    background-color: rgba(255,255,255,0.1);
    background-image: url('loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    border-radius: 10px;
    
    /*left:50%;
    margin-left: -100px;
    top: 50%;
    margin-top:-100px;
    */
}
#modulosms
{
    overflow:hidden !important;
}
#modulosms div
{
    overflow:hidden !important;
    padding:2px!important;
}

#modulosms input[type='text'],
#modulosms input[type='email'],
#modulosms input[type='submit'],
#modulosms input[type='tel'],
#modulosms select
{
    width: 100%;
}
#modulosms input[type='text'],
#modulosms input[type='email'],
#modulosms input[type='submit'],
#modulosms input[type='tel'],
#modulosms select
{
    border:1px solid #d6d6d6;
    border-radius:4px;
    
    font-size:14px;
    color:#333;
    height:30px;
    padding:5px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 3px; 
}

#modulosms input[type='submit']
{
    background-color: #005abb;
    color: #fff;
    font-weight:600;
    font-size:15px;
    border: 0px solid #005abb;
}
#modulosms input[type='submit']:hover
{
    cursor: pointer;
    color: #005abb;
    background-color: #fff;
    border: 1px solid #005abb;
}

#modulosms input:focus,
#modulosms textarea:focus,
#modulosms select:focus
{
    outline: none !important;
}

#modulosms #elencotratte label
{
    display: inline !important;
    margin-right:10px;
}

#responsemessage
{
    display: block;
    width: 100%;
    padding:10px;
    
}
#responsemessage .message
{
    font-size:13px;
    font-weight:600;
}
#responsemessage .message.success
{
    color: #006600;
}
#responsemessage .message.error
{
    color: #990000;
}
#responsemessage .message.notify
{
    color: #993300;
}
#responsemessage .errors p,
#responsemessage p
{
    margin:5px 0;
    font-style: italic;
    font-size:13px;
    line-height:16px;
} 
#responsemessage .errors p
{
    color: red;  
}
#modulosms .column-prefisso select
{
    float: right !important;
}
#modulosms #otpbox #optmessage
{
    display: none;
    font-style: italic;
}
#modulosms #otpbox #optmessage .success
{
    color: green;
}
#modulosms #otpbox #optmessage .error
{
    color: red;
}
#modulosms .titolo_codiceotp
{
    text-align: left;
    font-weight:600;
    margin-bottom: 10px;
    margin-right:5px;
    line-height:15px;
}
#modulosms .titolo_codiceotp em
{
    font-weight: 400;
    font-size:12px;
    line-height:15px;
}
#modulosms #disiscrizione
{
    background-color: transparent;
    border: 0px solid transparent;
    display: inline;
    width: auto;
    color: black;
    font-weight: 600;
    padding: 0;
    clear: none;
    cursor: pointer;
}
#modulosms #titoloform
{
    margin-bottom: 15px;
}
/*
#modulosms input[type='checkbox']
{
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #bbb;
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
    margin-bottom: -5px;
}
*/
@media only screen and (max-width:768px)
{
    #modulosms .column-prefisso
    {
        width:30%! important;
        float:left !important;
        margin:0 !important;
        clear:none !important;
    }
    #modulosms .column-prefisso select
    {
        width: 100% !important;
    }
    #modulosms .column-cellulare
    {
        width:70%! important;
        float:left !important;
        margin:0 !important;
        clear:none !important;
    }
}