div#load_screen{
  background: white;
  opacity: 1;
  position: fixed;
  z-index: 10;
  top: 0px;
  width: 100%;
  height: 1600pc;
}

div#load_screen > div#loading{
  color: black;
  width: 120%;
  height: 24;
  margin: 300px auto;
}

 /* Bordered form */
form {
  border: 0px solid #f1f1f1;
  text-align: center;
  margin: 0 auto; 
  width:75%;
  align-content: center;
  align-items: center;
  align-self: center;
}

img {
  width: 30%;
  height: auto;
}

form.btn {
  width:100%;
  padding: center;
  align-content: center;
  align-items: center;
  text-align: center;
  padding-right: 15%;
  padding-left: 15%;
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.button2 {
  background-color: MidnightBlue;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 60%;
}
.button3 {
  display: inline-block;
  width: auto;
  margin:0 auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display:block;
  height: 60px;
  border: 1px solid red;
  align-items: center;
  color: red;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: transparent;
  outline: none;
  transition: all ease 0.5s;
}
.button4 {
  background-color: MidnightBlue;
  color: white;
  padding: center;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: auto;
  align-content: center;
  align-items: center;
  text-align: center;
  padding-right: 15%;
  padding-left: 15%;
}
.button5 {
  display: inline-block;
  width: auto;
  margin:0 auto;
  display:block;
  padding: 10px;
  height: 60px;
  margin-bottom: 20px;
  border: 1px solid green;
  color: green;
  font-size: auto;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: transparent;
  outline: none;
  transition: all ease 0.5s;
}
.button {
  display: inline-block;
  width: auto;
  position: center;
  padding: 10px;
  height: 60px;
  border: 1px solid blue;
  color: blue;
  font-size: auto;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: transparent;
  outline: none;
  transition: all ease 0.5s;
  opacity: 0.6;
}
.button6 {
  display: inline-block;
  width: auto;
  position: center;
  padding: 10px;
  height: 60px;
  border: 1px solid blue;
  color: blue;
  font-size: auto;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: transparent;
  outline: none;
  transition: all ease 0.5s;
  opacity: 0.6;
}
.button:hover {
  opacity: 1;
  }
.actives {
  font-size: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-left-color: transparent;
  animation: rotate 1.4s ease 0.5s infinite;
  }

@keyframes rotate{
  0%{
    transform: rotate(360deg);
    }
  }

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

#container{
    text-align: center;
}

#sfondo-inverso{
  overflow: auto;
  background-color: lightblue;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
#sfondo-inverso2{
  overflow: auto;
  background-color: #C8FBFE;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  width: 100%;
}

/* Avatar image */
img.avatar {
  width: 20%;
  border-radius: 50%;
}

/* Add padding to containers */
.container {
  width: 100%
  padding: 0px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}

html, body, .outer, .inner, .content {
  height: 100%;
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
} 

.navbar
{
margin-bottom: 0px;
}

.dropdown-menu {
  float: left;
  overflow: hidden;
  background-color: #222;
  text-align: center;
  min-width: 120px;
}

/* Dropdown button */
.dropdown-menu .dropdown-item {
  font-size: 14px;
  width: 120px;
  border: none;
  outline: none;
  color: #9d9d9d;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #9d9d9d;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: black;
  color: white;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #222;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
  position: absolute;
  margin-top: 40px;
  background-color: #222;
    min-width: 160px;
  }

