/* Index.php*/
html,body{
background: #404040;
color: #FFFFFF;
font-family:lucida console;
}
#login{
/*border:1px solid #ffffff;*/
width:300px;
height:130px;
font-family:lucida console;
margin-top: 30px;


}
#title{
font-size:20px;
background:#ffffff;
color: #000000;
padding-top:10px;
padding-bottom:2px;
text-align:center;
border-bottom:1px solid #0080ff;
}
#form{
text-align:center;
}
#txt{
border:1px solid #ffffff;
margin-top:3px;
margin-left:10px;
}

#button{
margin:0px;
padding:3px;
border:1px solid #ffffff;
background:#ccc;
width:100px;
color:#000000;
margin-bottom: 5px;
}
#button:hover{
margin:0px;
padding:3px;
border:1px solid #ffffff;
background:#ededed;
width:100px;
color:#444444;
}

.container {
 /*position: relative;*/
 overflow: hidden;
 width: 100%;
 /*padding-top: 50.25%;*/ /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* Logo e video */
.centro {
display:block;
margin:0px auto;
text-align:center;
}
.video {
width: 100%;
height: auto;
}