#form1{
  font-family: Arial, Helvetica, sans-serif;
  background-color: black; width: 400px;
}
#form2{
  font-family: Arial, Helvetica, sans-serif;
  background-color: black; width: 400px;
}

#form3 {
  font-family: Arial, Helvetica, sans-serif;
  background-color: black; width: 400px;
  align-content: center;
} 

  #submit {
  width: 400px;
}

#click{
  color: orange;
}

input {
  padding: 3px;
  box-shadow: 3px 3px 5px grey;
  font-size: 14px;
  font-weight: 600;
  width: 300px;
}

label {
  color: #B4886B;
  font-weight: bold;
  width: 140px;
  float: left;

}
label:after { content: ": " }

#submit {
  padding: 10px;
  border: 1px solid gray;
  background-color:#B4886B;
  border-radius: 5px;
  font: inherit;
   width: 100px;
}

input[type=text], select, textarea{
  width: 50%;
  padding: 4px;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  float: left;
}

input[type=password], select, textarea{
  width: 50%;
  padding: 4px;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  float: left;
}

.table-1 {
   position:absolute; 
  position:2px; 
  left:8px; 
  top:200px; 
  background-color:white;
  border-width: 2px  ;
} 

.table-2 {
 
   position:absolute; 
  left:20px; 
  top:165px; 
  background-color:white;
  border-width: 2px;
} 


.device-seen{
   position:absolute;
  font-size: 20px;
  left:20px; 
  top:40px;
  background-color:red;
   
}
.navbar{
  position:absolute; 
  position:2px; 
  left:20px; 
  top:70px; 
  

}
.footer {  
position: fixed;  
left: 10px;  
bottom: 5px;  
right: 10px;   
width: 95%;  
background-color: gray;  
color: white;  
text-align: center;  
} 

.btn{ 

            background-color: red; 

            border: none; 

            color: white; 

            padding: 5px 5px; 

            text-align: center; 

            text-decoration: none; 

            display: inline-block; 

            font-size: 20px; 

            margin: 4px 2px; 

            cursor: pointer; 

            border-radius: 20px; 

        } 

        .green{ 

            background-color: #199319; 

        } 

        .red{ 

            background-color: red; 

        } 

        table,th{ 

            border-style : solid; 

            border-width : 1; 

            text-align :center; 

        } 

        td{ 
            
            text-align :center; 

        }  

        div.base{
            height: 160px;
            width: 160px;
            border-width: 3px solid #000000;
            margin: 10px;
            background-color:white ;
            float: left;

        }





