* {
  box-sizing: border-box;
}

body {
   margin:0px;
   background-size: 100% 110%;
}
h1, h2, h3, h4, h5, h6, a {
  margin:0; padding:0;
}
.login {
  box-shadow: 0 0 10px grey;
  margin:0 auto;
  max-width:500px;
  border-radius: 10px;
}
.login-header {
  color:#fff;
  text-align:center;
  font-size:300%;
}
/* .login-header h1 {
   text-shadow: 0px 5px 15px #000; */
}
.login-form {
  border:.5px solid #fff;
  background:#4facff;
  border-radius:10px;
  /*box-shadow:0px 0px 10px #000;*/
  /*box-shadow: 0 0 5px red;*/
}
.login-form h3 {
  text-align:left;
  margin-left:40px;
  color:#fff;
}
.login-form {
  box-sizing:border-box;
  padding-top:15px;
    padding-bottom:10%;
  margin:5% auto;
  text-align:center;
}
.login input[type="text"],
.login input[type="password"] {
  max-width:400px;
    width: 80%;
  line-height:3em;
  font-family: 'Ubuntu', sans-serif;
  margin:1em 2em;
  border-radius:5px;
  border:2px solid #f2f2f2;
  outline:none;
  padding-left:10px;
}
.login-form input[type="button"] {
  height:30px;
  width:100px;
  background:#fff;
  border:1px solid #f2f2f2;
  border-radius:20px;
  color: slategrey;
  text-transform:uppercase;
  font-family: 'Ubuntu', sans-serif;
  cursor:pointer;
}
.sign-up{
  color:#f2f2f2;
  margin-left:-70%;
  cursor:pointer;
  text-decoration:underline;
}
.no-access {
  color:SLATEGRAY;
  margin:20px 0px 20px -57%;
  text-decoration:underline;
  cursor:pointer;
}
.try-again {
  color:#f2f2f2;
  text-decoration:underline;
  cursor:pointer;
}

/*Media Querie*/
@media only screen and (min-width : 150px) and (max-width : 530px){
  .login-form h3 {
    text-align:center;
    margin:0;
  }
  .sign-up, .no-access {
    margin:10px 0;
  }
  .login-button {
    margin-bottom:10px;
  }
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  overflow: hidden;
  background-color: white;
}

li {
  float: center;
  color: black;
   background-color:white;
   height: 30px;
}

li a {
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  height: 30px;
}

li a:hover {
  background-color:white;
}

.nomePng {
  background-color: white;
  color: black ;
  text-align: center;
  font-weight: bold;
  font: 18px Arial, sans-serif;
  
  text-shadow: 2px 2px lightgrey;
  font-size: 30.px;
}    
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: grey;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 0 10px grey;
  text-shadow: 1px 1px lightgrey;
  font: 15px Arial, sans-serif;
  height: 20px;
}