html, 
body {
    height: 100%;
}
body {
	background-color: #eff1f4;
	font-family: 'Arial', Montserrat, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg-img {
	background-image:url(images/main-bg.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
	background-size: contain;
 	position: relative;
 	
}

input[type=text], input[type=password], select {
  width: 100%;
  height:25px;
  margin: 5px 0;
  border: none;
  border-radius: 1px;
  background-color: #eff1f4;
  display: inline-block;
  font-size:12px;
  box-sizing: border-box;
}

input[type=submit] {
  background-color: #ff585d;
  color: #ffffff;
  padding: 10px 10px;
  width:140px;
  margin: 5px 0;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  float:right;
}

input[type=submit]:hover {
  background-color: #ea565b;
}

body,td,th {
	font-family: Arial, Montserrat, sans-serif;
}

#captchaBackground {
 background-image: url(images/captcha-img.png);
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
}

.clsHyperlink
{
    color:#ff585d; text-decoration:underline;   
    font-size: 13px;
    font-weight:bold;
 }
 
 li {
	margin-left: -20px;
	padding: 8px 10px;
	line-height:16px;
}

.form_labels
{
    font-family: 'Arial', Montserrat, sans-serif;
    font-size: 14px;
    color: #002e5d;    
    }
    
    .password_field
    {
        width:92% !important;
        }
        
        .reveal_password
        {
                width: 20px;
                vertical-align: middle;
            }
            
   .form_main
   {
       height: 100%;
       }
       
   .strong_password_point
   {
       padding: 2px 1px;
       }

.warningMessage
{
    color:#FF0066;font-weight:bold;
    }
    
    .form_background
    {
        background-color: RGB(255,255,255,0.5);/* opacity: 0.6; */
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
        }
        
  .logo
  {
      padding: 0px 0 7px 20px;background-color: #eff0f4;
      }  
      
.clsButton
{
    width: 160px !important;
    }

.clsButton2 {
    width: 113px !important;
    margin-left: 3px !important;
}  

/*BODY
{
    
    font-family: Arial FONT-SIZE: 12px;
    background-image: url(images/bg_body.png);
    margin: 0px 0px 0px 0px;
    background-repeat:repeat-x;
    font: 11px/normal Arial, sans-serif;
    color: #999;
  
}
.logo
{
    padding: 47px 197px;
}
TR.rowcolor
{
    background-color: #efefef;
    font-family: Arial;
    font-size: 11px;
}
A
{
    color: #3399FF;
    text-decoration: none;
    font-weight: bold;
     
}
A:hover
{
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
}
.normaltext
{
    background-position: left 50%;
     
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
}
.normaltext2
{
    background-position: left 50%;
    color: #4580BA;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
.topnav
{
    background-position: left 50%;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.login
{
    background-position: left 50%;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.normaltextbl
{
    background-position: left 50%;
    
    font-family: FONT-FAMILY: Tahoma, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
}
.normaltextor
{
    background-position: left 50%;
    color: #E2952E;
    font-family: FONT-FAMILY: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
}
.logintext
{
    background-position: left 50%;
    color: #FF6D20;
    font-family: FONT-FAMILY: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: italic;
}
.formobjects
{
    background-color: #999999;
    color: #ededed;
    font-family: Arial;
    font-size: 10px;
}
INPUT
{
    background-color: #fff;
    border-bottom: #999 1px solid;
    border-left: #999 1px solid;
    border-right: #999 1px solid;
    border-top: #999 1px solid;
    
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 11px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
TEXTAREA
{
    background-color: #fff;
    border-bottom: #333 1px solid;
    border-left: #333 1px solid;
    border-right: #333 1px solid;
    border-top: #333 1px solid;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

INPUT.button
{
    background-color: #ccc;
    border-bottom: #999 2px outset;
    border-left: #999 2px outset;
    border-right: #999 2px outset;
    border-top: #999 2px outset;
}
INPUT.menu
{
    background-color: #ededed;
    border-bottom: #333 1px solid;
    border-left: #333 1px solid;
    border-right: #333 1px solid;
    border-top: #333 1px solid;
    color: #ffffff;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}


.clsButton
{
    width: 90%;
    height: 30px;
    font-weight: bold;
    color: white;
    font-size: 12px;
    background-color: #0782bd;
}

TD.clsMenuNode
{
    font-size: 11px;
    vertical-align: middle;
    font-family: Verdana, Helvetica, sans-serif;
}
TD.clsMenuImage
{
    font-size: 11px;
    vertical-align: top;
    width: 19px;
    font-family: Verdana, Helvetica, sans-serif;
    height: 16px;
}
TD.clsMenuImage_bg
{
    font-size: 11px;
    background-image: url(images/vertical.gif);
    vertical-align: top;
    width: 19px;
    font-family: Verdana, Helvetica, sans-serif;
    height: 16px;
}

linkUnderline
{
    text-decoration: underline;
    color: blue;
}

.captcha_refresh{
    height: 20px; margin-top: 12px;
}

.captcha_refresh:hover {
    cursor:pointer;
}
*/