Body {
    margin : 0;
    padding : 0;
    font-family : 'Roboto';
    text-decoration: none;
    list-style: none;
 /*   box-sizing: border-box; */
}

nav {
    background-color : rgba(0,0,0,0.3);   
    height : 60px;
    width : 100%;
    text-align : center;
}

nav ul {
    width : 900px;
    padding : 2px;
  
    margin : auto;
 /*   float: right;     */
    
  
}

nav ul li {
/*    border :1px solid black;    */

    padding : 13px;
    display : inline-block;
    vertical-align : top;
    line-height: 30px;
    margin: 0 5px;            
    text-decoration : none;
}

nav ul li a {
    display : block;           
    color : #ffffff;
    text-transform : uppercase;
    text-decoration : none;
   
    
    transition : background-color 1.5s;
    
    font-size : 15pt;
    padding : 3px 10px; 
    border-radius : 3px;
    
}

nav ul li a:hover {
    background-color : #45B39D;
}

nav ul li ul li{
    display : block;
}

.btn-menu {
    font-size : 20pt;
    color : #fff;
    float : right;
    line-height : 80px;
    margin-right : 40px;
    cursor : pointer;
    display : none;
}

section {
    background : url(i4bk3.jpg) no-repeat;
    background-size : cover;
    background-position : center center;
    height : calc(100vh -80px);
}

nav ul li ul {
    display : none;
    width : 150px;
    height : 30;
}

nav ul li:hover ul {
    display : block;
}

nav ul li ul li a {
    
    background-color : rgba(0,0,0,0.3);
    width:250px;
}


Input[type="Text"] {
    outline : none;
    /*  padding : 10px; */
    display : block;
    width : 600px;
    border-radius : 5px;
    /* border : #eee solid 1px; */
    margin : 20px auto;
    background-color : #F5F5F5;
    border-width : 1px;
    border-style : solid;
    border-color : #000000;
    font-size : 12pt;
}

Input[name="Username"] {
    outline : none;
    /*  padding : 10px; */
    display : block;
    width : 300px;
    border-radius : 5px;
    /* border : #eee solid 1px; */
    margin : 20px auto;
    background-color : #F5F5F5;
    border-width : 1px;
    border-style : solid;
    border-color : #000000;
    font-size : 12pt;
}

Input[type="password"] {
    outline : none;
    /* padding : 10px; */
    display : block;
    width : 300px;
    border-radius : 5px;
    /* border : #eee solid 1px; */
    margin : 20px auto;
    background-color : #F5F5F5;
    border-width : 1px;
    border-style : solid;
    border-color : #000000;
    font-size : 13pt;
}

input[type="submit"] {
    padding: .8em 1.5em;
    text-decoration: none;
    color: #71715B;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font: bold 0.8em/1 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #ccc #999 #eee;
    background: #c1c1c1;
    background: linear-gradient(#f5f5f5, #c1c1c1);
    margin : 20px 45%;
}

#Entrar:hover {
    background-color : #FFFF99;
    color : #008B8B;
}

.button {
    padding: .8em 1.5em;
    text-decoration: none;
    color: #71715B;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font: bold 0.8em/1 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #ccc #999 #eee;
    background: #c1c1c1;
    background: linear-gradient(#f5f5f5, #c1c1c1);
}

