
html{
    background-color: black;
}

body{
    /* background-color: black;
    background-image: url('../images/sfondo.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;  */
}

#wrapper{
  width: auto;
}

.nav{
    display: none;
}
.navbar-btn{
    text-align: center;
}
.title-page{
    color: whitesmoke;
    border-bottom: gray;
    align-content: center;
}
.logo{
    color:whitesmoke;
    align-content: center;
    position: absolute;
    left: 50%;
}
.title-page{
    display: none;
}

login.home{
    color: gray;
}
#main-menu{display: none;}
#LOGO{
    display: none;
}
#footer{
    display: none;
    background-color: black;
}

#page-wrapper{
    /* background-color: black;
    background-image: url('../images/sfondo.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */
    min-height: 500px;
    width: 100vw;
}
#loginForm{
    z-index: 2;
    position: absolute;
    margin: auto;
    /* border-radius: 10px; 
    background-color: whitesmoke;
    border: 1px solid gray;
    opacity: 0.85; */
    height: 170px;
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    margin-top: -85px;
    top:50%;
    text-align: center;
    padding:5px 10px 0px 10px;
}
#FormLogin{
    margin-top: 20px;
    opacity: 1;
}

#formbg{
    position: relative;
    height: 240px;
    width: 420px;
    border-radius: 10px;
    background-color: whitesmoke;
    /* border: 1px solid gray; */
    box-shadow: inset 0px 0px 20px 1px grey;
    opacity: 0.85;
    z-index: -1;
    top: -220px;
    left: -20px;
}

/**/
body {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reflection {
      margin-top: 100px;
    width: 400px;
    height:300px;
    position: absolute;
    background: url("../images/logoCCw.png");
    background-position: bottom;
    background-size: cover;
  
  }
  .reflection::after {
    content:"";
    background-image: inherit;
    width:inherit;
    height:100%;
    position: absolute;
    bottom:-88%;
    transform: scaleY(-1);
    background-position: bottom;
    background-size: cover;
    opacity: 0.5;
  }
  .reflection::before {
    content:"";
    width:inherit;
    height: 102%;
    position: absolute;
    bottom: -102%;
    z-index: 1;
  }

  #page-wrapper{
      background-color: #000;
  }

  #page-wrapper .home.login{
      text-align: unset;
  }

  #accesso{
    margin-left: -2em;
    position: absolute;
    left: 50%;
  }

  #accesso .btn{
    padding: 10px 20px;
  }

  .pwd-dimenticata{
    background-color: transparent;
    border: 0;
    margin-top: 20px;
  }

  .btn-accedi{
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #333;
    color: whitesmoke;
  }
  .btn-accedi:hover{
    color: whitesmoke;
  }

  .btn-chiudi{
    cursor: pointer;
    position: absolute;
    margin-left: 93%;
    margin-top: -12px;
    font-size: 1.3em;
  }