<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*START STYLESHEET****************************************/ 

 body {
        padding-top: 20px;
        padding-bottom: 40px;
        background: url(../img/body-bg.jpg)  no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
      }


      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        max-width: 700px;
        background: #ccdee8;
        /*background: #1A2326;*/
        padding:20px 50px;
        box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
        border-radius: 60px;
        border: solid #fff 1px;
      }
      .container-narrow &gt; hr {
        /*margin: 30px 0;*/
      }

      /* Main marketing message and sign up button */
      .jumbotron {
        margin: 30px 0;
        text-align: center;
      }
      .jumbotron h1 {
        line-height: 1;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }

      /* Supporting marketing content */
      .marketing {
        margin: 60px 0;
      }
      .marketing p + h4 {
        margin-top: 28px;
      }

      .form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }

/*START STYLESHEET****************************************/


.contatti-foto {
  border:2px #fff solid;
  border-radius: 4px;
  
}
</pre></body></html>