#page-wrapper {
  width: 100%;
  min-height: 940px;
  background-color: white;
  padding: 10px;
  margin:  0;
}
@media (min-width: 768px) {
  #page-wrapper {
    width: 100%;
    position: inherit;
    padding: 0px;

  }
}

@media only screen and (max-width: 920px) {
  #testo {
    color: white;
  }
}

.bg-img-db {
  /* Center and scale the image nicely */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:100%;
  min-height: 940px;
  position: relative;
}

.container{
    padding: 20px;
}

.t-cont{
  max-width: 360px;
}

.tessere{
  height: 12px;
  width: 12px;
  display: inline-table;
  margin: 2px;
  padding: 1px;
  -moz-box-shadow: 0 0 1px 1px #999;
  -webkit-box-shadow: 0 0 1px 1px #999;
  box-shadow: 0 0 1px 1px #999;
  z-index: 2;
}
.vuoto{
  height: 12px;
  width: 12px;
  display: inline-table;
  margin: 2px;
  padding: 1px;
  z-index: 2;
}

@media only screen and (min-width: 992px){
  .form-signin {
  max-width: 305px;
  -moz-box-shadow: 0 0 3px 3px #888;
  -webkit-box-shadow: 0 0 3px 3px #888;
  box-shadow: 0 0 3px 3px #888;
  border-radius:6px;
  }
}
  @media only screen and (max-width: 991px) {
  .form-signin {
  min-width: 260px;
  display:block;
  -moz-box-shadow: 0 0 3px 3px #888;
  -webkit-box-shadow: 0 0 3px 3px #888;
  box-shadow: 0 0 3px 3px #888;
  border-radius:6px;
  }
}

.form-signin a{
  font-weight:bold;
}

.confirm_text{
  margin: 0 auto;
  padding: 38px;
  
}

.form-subscription {
  max-width: 100%;
  display:block;
  -moz-box-shadow: 0 0 3px 3px #888;
  -webkit-box-shadow: 0 0 3px 3px #888;
	box-shadow: 0 0 3px 3px #888;
  border-radius:6px;
}
.info-subscription {
  max-width: 100%;
  display:block;
  -moz-box-shadow: 0 0 3px 3px #888;
  -webkit-box-shadow: 0 0 3px 3px #888;
  box-shadow: 0 0 3px 3px #888;
  border-radius:6px;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7);
}

.main{
	padding: 20px;
  color: #666;
}
.social-box{
  margin: 0 auto;
  padding: 38px;
  border-bottom:1px #ccc solid;
}
.social-box a{
  font-weight:bold;
  font-size:18px;
  padding:8px;
}
.social-box a i{
  font-weight:bold;
  font-size:20px;
}

.heading-desc-lg{
	font-size:26px;
	font-weight:bold;
	padding:20px;
  text-align: justify;
  color: white;
}
.heading-desc{
	font-size:18px;
	font-weight:bold;
	padding:18px 18px 18px 10px;
  text-align: justify;
  color: #666;
  padding-left: 20px;
}
.heading-desc-lg a{
  font-size:26px;
  font-weight:bold;
  color: white;
}
.heading-desc-lg a:hover {
  color: #888;
  text-decoration: none;
}
.heading-desc a{
  font-size:18px;
  font-weight:bold;
  color: white;
}
.heading-desc a:hover {
  color: #888;
  text-decoration: none;
}

.form-color-a{
  background-color: #cacaca;
  border-radius: 6px;
}
.form-color-b{
  background-color: #90ff20;
  border-radius: 6px;
}
.form-color-c{
  background-color: #ddd357;
  border-radius: 6px;
}
/* Sign-in form */
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  color: #666;
  height: 30px;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-radius: 5px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 5px;
}

.form-footer-a{
	background:#c0c0c0;
	margin: auto;
	border-top: 1px solid #aaaaaa;
	padding:20px;
  font-size:15px;
  font-weight:bold;
  line-height:18px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.form-footer-b{
  background-color: #70ff10;
  margin: auto;
  border-top: 1px solid #43d422;
  padding:20px;
  font-size:15px;
  font-weight:bold;
  line-height:18px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.form-footer-c{
	background:#dbcb37;
  border-top: 1px solid #d2a840;
  padding:20px;
  font-size:15px;
  font-weight:bold;
  line-height:18px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.form-footer-a .right-section a{
	font-weight:bold;
	line-height:16px;
  margin-top:  20px;
}
.form-footer-b .right-section a{
  font-weight:bold;
  line-height:16px;
  margin-top:  20px;
}
.form-footer-c .right-section a{
  font-weight:bold;
  line-height:16px;
  margin-top:  20px;
}
.mg-btm{
	margin-bottom:20px;
}


.footer_area {
  position: absolute;
  float: left;
  
  bottom: 10px;
  z-index: 1;
  
}
.copywrite {
  font-size: 12px;
  color: white;
  margin-top: 10px;
  padding-left: 10px;
  font-weight: bold;
}
.copywrite a {
  font-size: 13px;
  color: white; 
}
.copywrite a:hover {
  color: #888;
  text-decoration: none;
}
.foo-social{
  color: white;
  margin-top: 10px;
  padding-left: 10px;
}
.foo-social a {
  font-size: 13px;
  color: white; 
}
.foo-social a:hover {
  color: #888;
  font-weight:bold;
  text-decoration: none;
}
.foo-credits{
  font-size: 12px;
  color: white;
  margin-top: 10px;
  padding-left:10px; 
}
.foo-credits a {
  font-size: 12px;
  color: white; 
}
.foo-credits a:hover {
  color: #888;
  text-decoration: none;
}


