body{font-family:   "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;}

body.login{
  overflow:hidden !important;
   background: url("../../../../static/img/sfondi/sfondo.jpg") no-repeat center top;
  background-size: cover;
  overflow: scroll;
    background-attachment: fixed;
    background-position: center top;
}
.loginscreen.middle-box {
  padding-top: 10px;
  margin-top: 8%;
  width: 73%;
  max-width: 750px;
  max-height: 522px;
  background-color: rgba(255, 255, 255, 0.3);
}
.credits {
    background: url("../../../static/img/logo-newnet.png") no-repeat center top;
    height: 100px;
    margin-top: 30px;
}


.wizard > .content > .body label{font-weight: 400; margin:0 0 0 0;}
.form-group{margin-bottom: 5px;}
#form-reg fieldset.current textarea{font-size: 10px;}
 a.brand > div.logo-brand {
    background: url("../../../static/img/logo.png") no-repeat center center;
    background-color: #FFF;
    background-size: contain;

    height: 130px;
    width: auto;
    }
p i.fa {
    min-height: 30px;
    min-width: 30px;
}
i.ico-gest-ord {
    background: url("../../../static/img/icone/00-gestione-ordini.png") center no-repeat;
    background-size: contain;
}
span.errore{color: #941515;}


   #locationField, #controls {
        position: relative;
        width: 480px;
      }
      #autocomplete {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 99%;
      }
      .label {
        text-align: right;
        font-weight: bold;
        width: 100px;
        color: #303030;
      }
      #address {
        border: 1px solid #000090;
        background-color: #f0f0ff;
        width: 480px;
        padding-right: 2px;
      }
      #address td {
        font-size: 10pt;
      }
      .field {
        width: 99%;
      }
      .slimField {
        width: 80px;
      }
      .wideField {
        width: 200px;
      }
      #locationField {
        height: 20px;
        margin-bottom: 2px;
      }

      @media (min-width: 768px){
#modal-form-login .modal-dialog {margin: 10% auto ;}
}
