﻿body{
    padding:0;
    margin:auto;

}

.divCenter {
    vertical-align: central;
 
}



html, body, #page {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    width: 40%;
 
}

    table td, table th {
        border: 1px solid black;
    }

    table tr:first-child th {
        border-top: 0;
    }

    table tr:last-child td {
        border-bottom: 0;
    }

    table tr td:first-child,
    table tr th:first-child {
        border-left: 0;
    }

    table tr td:last-child,
    table tr th:last-child {
        border-right: 0;
    }

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
 

}

    input[type=text]:focus {
        border: 3px solid #555;
    }

.button1 {
    background-color: #0074D9;
    color: #f2f2f2;
    float: right;
    padding: 13px 40px;
    margin-right: 16px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}
.btnPrint {
    background-color: darkseagreen;
    color: #f2f2f2;
    float: right;
    padding: 13px 40px;
    margin-right: 16px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    width:150%;
}
.dropdown1 {
    width: 100%;
    height: 40px;
}
.Login {
 
    background-color: #0074D9;
    color: #f2f2f2;
    float: right;
    padding: 13px 40px;
    margin-right: 16px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}
 
