body { 
  font: 500 1em/1.5 "Helvetica"; 
  background: rgba(46, 43, 43, 1); 
  color: rgba(255, 255, 255, 0.500); 
  text-align: center}

table {
  text-transform: uppercase;
  width: 100%;
  border-collapse: collapse;
}
tr {
  border: green 5px solid;
} 

/* #p_titulo {
  text-transform: uppercase;
  letter-spacing: .5em;
  border: 4px double rgba(255, 255, 255, 0.500);
  border-width: 4px 0;
  padding: 1.5em 0em;
}
#span_titulo {          
    font: 700 4em/1 "Helvetica";
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.500);

    background: url(media/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    animation: aitf 80s linear infinite;
    -webkit-animation: aitf 80s linear infinite;

    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    backface-visibility: hidden;  
    -webkit-backface-visibility: hidden;  
} */
#p_titulo {
  text-transform: uppercase;
  letter-spacing: .5em;
  /* display: inline-block; */
  border: 4px double rgba(255, 255, 255, 0.500);
  border-width: 4px 0;
  padding: 1.5em 0em;
}
#span_titulo {          
  font: 700 3em "Helvetica";
  letter-spacing: 0;
  padding: .10em 0 .10em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.500);

  background: url(media/animated-text-fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  animation: aitf 80s linear infinite;
  -webkit-animation: aitf 80s linear infinite;

  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  backface-visibility: hidden;  
  -webkit-backface-visibility: hidden;  
}

@keyframes aitf {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
@-webkit-keyframes aitf {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

input[type=text], input[type=password] {
  text-align: center;
  width: 200px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
}
  
button {
  background-color: #047baa;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  text-align: center;
  width: 150px;
  border-radius: 5px;
}  
button:hover {
  opacity: 0.8;
}

.grid-container {
  display: grid;  
  grid-template-columns: 80px 200px auto 40px;
}

  
  /* Center the avatar image inside this container */
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
  }
  
  /* Avatar image */
  img.avatar {
    width: 40%;
    border-radius: 50%;
  }
  
  /* Add padding to containers */
  .container {
    padding: 16px;
  }
  
  /* The "Forgot password" text */
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* 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%;
    }
  }

  .divlogo {
    position: relative;
    border: 1px blue solid;
    width: 300px;
    float: right;
  }
  .logo {
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }