/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 17, 2025, 5:19:22 PM
    Author     : user
*/
*{
    padding: 0;
    margin: 0;
}
#form_div{
    position: relative;
    width: 100%;
    height: auto;
    background: white;
    display: flex;
    /*justify-content: middle;*/
    alignment-adjust: middle;
    margin-top: 100px;
    border: 0;
}
#form_index{
    position: relative;
    alignment-adjust: middle;
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
#user_credential_table{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
#user_table_heading{
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    display: block;
    border: 0;
}
/*#user_table_header_row{
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: arial;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    display: block;
}*/
/*#table_row_header{
    width: 300px;
    height: 75px;
    display: flex;
    vertical-align: middle;
    position: relative;
    background:url("../media/img/logkey.png");
    background-repeat: no-repeat;
    font-size: 14px;
    alignment-adjust: middle;
    color: #1C123D;
    text-align: center;
    display: block;
    border: 0;
}*/
#logImg{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border-style: none;
}
#logImg1{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border-style: none;
}
#keyImg{
    width: 76px;
    height: 76px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background:url("../media/img/logkey.png");
    background-repeat: no-repeat;
    border-style: none;
    /*display: block;*/
}
#user_table_body{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}
#user_table_row{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}
#user_table_data{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}
#txtusername{
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 300px;
    height: 45px;
    border-radius: 10px;
    margin: 5px;
}
#user_pin_row{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}
#txtuserpin{
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 300px;
    height: 45px;
    border-radius: 10px;
    margin: 5px;
}
#user_table_row1{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}
#table_data1{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}
#login_credentials_verifier{
    width: 300px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: arial;
    font-size: 16px;
    color: white;
    /*text-decoration: underline;*/
    background: #FF3300;
    border: 0px;
    border-radius: 50px;
    border-bottom: 2px solid #1C123D;
}
#login_credentials_verifier:hover{
    background: brown;
    color: white;
    border-style:  solid;
    border-color: #888888;
}
