
html, body{
    height: 100%;
    /* background:linear-gradient(to top right, #fafafa 0%, #f7feff 100%); */
}

#BI{
    width: 25%;
    height: 90%;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    position:absolute;
    top: 0;
    bottom: 0;
    margin:auto; 
    float: left;
}

@media (max-width: 400px), (max-height: 520px) {
  .mbdiv1 {
    display: none;
  }
}

#mainbody
{
	padding-bottom:40px;
}

.logohead{
    width: 200px;
    height: 150px;
    font-size: 50px;
    font-family: cursive;
    font-style: italic;
    text-align: center;
    text-shadow: 4px 4px;
    left:0;
    right:0;
	top:50px;
    bottom: none;
    margin:auto;
	display:block;
	position:fixed;
}

#BAUA_Container
{
    height: 25%;
    padding-left: 20px;
    background-color: none;
    position:absolute;
    left:0;
    right:0;
    margin:auto;
}

#BBB3{
    height: 400px;
	width:400px;
    position:absolute;
    left:0;
    right:0;
    top:55px;
    bottom:0;
    margin:auto; 
    background-color:white;
    color: black;
    text-align: center; 
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
    display:table-cell;
    }

    #BBB3:hover {
        box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
      }

    #logincard
    {
        top: 10px;
        text-align: center;
        margin:auto; 
        font-size: 20px;
        font-family: cursive;
        font-style: bold;
        text-align: center;
        text-shadow: 1px 1px;
    }

    #FingerIcon
    {
        text-align: center;
        top: 50px;
        margin:auto; 
    }

    #FinImg
    {
        height: 10%;
        width: 20%;
    }

    #Or{
        top: 80px;
        text-align: center;
        margin:auto; 
        font-size: 15px;
        font-family: cursive;
        font-style: bold;
        text-align: center;
        text-shadow: 1px 1px;
    }

    #SecretKey
    {
        top: 110px;
        text-align: center;
        margin:auto; 
        font-size: 15px;
        font-family: cursive;
        font-style: bold;
        text-align: center;
        text-shadow: 1px 1px;
    }

    .key {
        width: 60%;
        padding: 12px 20px;
        margin: 8px 0;      
        border: 2px solid black;
        box-sizing: border-box;
      }


      #button {
        background-color: #000;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        cursor: pointer;
        width: 60%;
      }
	
	#footer
	{
		font-family: cursive;
        position: absolute;
        bottom: 0;
        left:0;
        right:0;
		width:100%;
		margin-bottom:0;
		text-align: center;
		background: white;
	}

      #Div1fotter
      {            
            color: rgb(141, 140, 140);          
      }

      #fotter
      {
		font-family: cursive;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
		text-align: center;
		background: white;
        color: rgb(0, 0, 0);
      }

      #loader{
          display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
      }     


      #inventory_header{
        font-size: 20px;
        font-family: cursive;
        font-style: bold;
        font-style: italic;
        text-align: center;
        text-shadow: 2px 2px;
        top: 20px;
      }

      #addi{
          width: 80px;
          height: 80px;
      }

      #inventory_Form
      {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          margin-top: 20px;  
      }

      #idevicetype{
        width: 100%;
        padding: 12px;
        border: 2px solid #ccc;
        border-radius: 4px;
       
      }
      select
      {
        width: 100%;
        padding: 12px;
        border: 2px solid #ccc;
        border-radius: 4px;
      }

      #tTable{
       width:60%; 
       font-family: cursive;
       font-size: 15px;
       color: black;
       font-style: italic;
       position: absolute;
       left: 0;
       right: 0;
       margin: auto;
      }

      #tTtable{
        width:60%; 
        font-family: cursive;
        font-size: 15px;
        color: black;
        font-style: italic;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
      }

      input[type=text], input[type=date]{
        width: 100%;
        padding: 12px;
        border: 2px solid #ccc;
        cursor: pointer;
        border-radius: 4px;
        }

        textarea{
            width: 60%;
            padding: 12px;
            border: 2px solid #ccc;
            cursor: pointer;
            border-radius: 4px;
            }

        #img1 {
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 5px;
            width: 150px;
            box-shadow: 0 0 0.5px 0.5px #ccc;
            }

        #img1:hover {
            box-shadow: 0 0 2px 1px #000;
            }      

            #img2 {
                border: 1px solid #ddd;
                border-radius: 4px;
                padding: 5px;
                width: 150px;
                box-shadow: 0 0 0.5px 0.5px #ccc;
                }
    
            #img2:hover {
                box-shadow: 0 0 2px 1px #000;
                }      

                #bauabutton{
                    width: 150px;
                    height: 40px;
                    cursor: pointer;
                    border-radius: 4px;
                    }

        
                    #bauabutton:hover{
                        background-color: black;
                        color: white;
                        border: white;
                    }

                    tr{
                        border-top: hidden;
                    }
