body
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
 	margin:5px 5px 5 px 5px;
 	padding:0;
}

input, select, textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

th
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
}

td
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

.thheaderwhite{background-color:#2175bc; color:#FFFFFF; line-height:18px; font-size:12px; font-weight:bold;}
.thheaderblue{background-color:#E1F0FF; color:#000000; line-height:18px; font-size:12px; font-weight:bold;}

a
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:blue;
	text-decoration:none;
}
a:visited{color:blue;}
a:hover{color:red; text-decoration:underline;}

.msgblue /* Success Message */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:blue; 
	font-weight:bold;
}


.msgred /* Error Message */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:red; 
	font-weight:bold;
}

.title
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:black; 
	font-weight:bold;
}

.reqfield
{
	font-size:16px;
	font-family:Arial;
	color:red;
}

.buttonSubmit{font-size: 11px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, Sans-Serif; text-decoration: none;
font-weight: bold;	background-color:#4c99cc; border:none; padding:2px 3px; cursor:pointer;}


.form-box {
	padding-top: 40px;
	font-family: 'Roboto', sans-serif !important;
}
.form-top {
overflow: hidden;
padding: 0 25px 15px 25px;
background: #26A69A;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
text-align: left;
color: #fff;
transition: opacity .3s ease-in-out;
}
.login-logo {
    text-align: center;
    margin: 3% 0 1% 0;
    width: 100%;
    float: left;
}
.login-logo img {
    width: 150px;
    height: 75px;
}
.login-header {
    width: 100%;
    float: left;
    text-align: center;
}
.login-header {
    width: 100%;
    float: left;
    text-align: center;
}
.login-header h3 {
    color: #fff;
    margin: 3% 0 1%;
}
.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    transition: all .4s ease-in-out;
}
.btn-theme {
    background: #26A69A;
    text-shadow: none;
    color: #fff;
}
.btn-theme:hover {
    background: #26A69A;
    text-shadow: none;
    color: #fff;
}
.form-button {
    text-align: center;
}
.forget-link {
    text-align: center;
    margin-bottom: 11px;
}
.form-control{
	display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
