body{
	font-family: calibri;
}
.tableheader { font-size: 24px; }
.tableheader td { padding: 20px; }
.tablerow td { text-align:center; }
.message {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.login-input {
	border: #CCC 1px solid;
    padding: 10px 20px;
}
.btnSubmit {
	padding: 10px 20px;
    background: #909090;
    border: #d1e8ff 1px solid;
    color: #FFF;
}

/* Use this section foe small screen layout */
@media screen and (max-width: 600px) {
        .tblLogin {
                border: #909090 1px solid;
                background: #b8b8b8;
                border-radius: 4px;
                table-layout: auto;
                width: 100%;
        }
}

/* This section is for LARGER then 600 PX screens */
@media only screen and (min-width: 600px) {
        .tblLogin {
                border: #909090 1px solid;
                background: #b8b8b8;
                border-radius: 4px;
                table-layout: auto;
                margin: auto;
                width: 600px;
        }
}
