html {
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
top: 0px;
overflow: hidden;
}
body {
top: 0px;
position: relative;
color: black;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
font-size: 14px;
font-family: Helvetica, Verdana, sans-serif;
background: #161718;
}


a {
    color: #535D6B;
}

img {
    border: 0;
}

.clr {
    clear: both;
}

h1 {
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 14px;
   margin-left:40px;
}
h1 span.error{
	color:#8f2b38;
}
#wrapper {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #ffffff;
    z-index: 1;
}

/*Begin Header*/
#logowrap {
    background: #29abcd url('../images/logo-bg.jpg') repeat-x 0 0;
    height: 38px;
    padding: 6px 10px;
}

#logo {
    float: left;
    width: 600px;
    overflow: hidden;
}

#logo a:link, #logo a:active, #logo a:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
}

#version {
    float: right;
    width: 450px;
    margin: 10px 0 0 0;
    color: #FFF;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

#tools {
    clear: both;
    background: #B6BFC6 url('../images/tools-bg.jpg') repeat-x 0 0;
    border: 1px solid #5B646B;
    height: 21px;
    padding: 2px;
    font-size: 11px;
    overflow: hidden;
}

#tools a {
    color: #000;
}

#history {
    float: left;
    clear: left;
    width: 520px;
    padding: 3px 0 0 5px;
    color: #000 !important;
    overflow: hidden;
    white-space: nowrap;
}

#history div.first {
    border-left: 0;
}

#history div {
    background: none !important;
    display: inline;
    font-size: 11px;
    font-weight: normal;
    border: 0;
    padding: 0 5px;
    color: #000 !important;
    border-left: 1px solid #5B646B;
}

#history a, #history div a {
    text-decoration: underline;
}

#useroptions {
    float: right;
    clear: right;
    width: 150px;
    text-align: right;
    color: #000;
    margin: 5px 0 0 0;
    height: 22px;
}

#useroptions span {
    padding: 4px 5px 0px 25px;
    margin: 0 5px;
    height: 16px;
    display: block;
    display: inline;
}

#useroptions a {
    text-decoration: none;
}

/*End Header*/
/*Begin Content*/
#loginContent {
width: 387px;
text-align: left;
margin-left: auto;
margin-right: auto;
padding: 0;
}

#mainbody {
    float: left;
    width: 62%;
    margin: 0 0 0 2px;
    padding: 5px 0 5px 5px;
}

#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 40px;
text-align: center;
color:#fff;
}

.icon-48-cpanel {
    border: 1px #000 solid;
    background: #000 url('../images/logo-bg.jpg') repeat-x 0 50% !important;
}

/* Login */
table#login-wrapper {
width: 100%;
height: 100%;

}
#dialogBottom {
margin: 0;
height: 20px;
background: url(/images/loginWindowBot.png) no-repeat 0 bottom;
}
#dialogBottomWhite {
margin: 0;
height: 20px;
margin-left : 4px;
background: url(/images/loginWindowBotWhite.png) no-repeat 0 bottom;
}
#contentTop {
/*    background: transparent url('../images/login-bg.png') no-repeat 0 0;*/
    background: url('../images/loginWindow.png') no-repeat 0 0;
margin: 0;
padding-top: 140px;
padding-bottom: 0;
}
#contentTopFac {
/*    background: transparent url('../images/login-bg.png') no-repeat 0 0;*/
    background: url('../images/loginWindowFacilitr3.png') no-repeat 0 0;
margin: 0;
padding-top: 140px;
padding-bottom: 0;
}

td#login-wrapper-cell {
display: table-cell;
vertical-align: middle;
text-align: center;}
/* Icons */
#useroptions span.logout {
    background: transparent url('../images/icons/tools/logout.gif') no-repeat 0 50%;
    padding: 4px 5px 0px 30px;
}
form.form {
padding: 0px !important;
margin: 0px !important;
}
/* ----------- My Form ----------- */
.myform {
    margin: 0 0 0 0;
    width: 400px;
    padding: 0 14px 14px 14px;
}

#stylized {
    text-align: center;
}

#stylized p {
margin-top: 1px;
margin-bottom: 25px;
font-size: 90%;
padding-left: 15px;
}


#stylized td {
    font-size: 11px;
    color: #000000;
    border-bottom: solid 1px #b7ddf2;
    padding-bottom: 10px;
}

#stylized tr {
    padding-bottom: 10px;
}

label {
display: block;
color: black;
font-size: 90%;
padding-left: 15px;
}
.field {
padding-left: 80px;
width:200px;
}
.second{
padding-top:10px;
}
.small {
color: red;
margin-bottom: 5px;
font-size: .9em;
margin-top: 0px;
padding-top: 5px;
}
.errorNo{
padding-left: 80px;
}
input {
width: 200px;
}
input.reqField{
width:180px;
float:right;
}
#buttonRow {
margin: 0;
text-align: center;
}
button {
width: auto;
overflow: visible;
}
button span {
display: block;
white-space: nowrap;
padding: 0 0 0 17px;
height: 20px;
line-height: 20px;
background-image: url(/images/loginButton.png);
background-position: left center;
background-repeat: no-repeat;
color: white;
}

button {
border: 0;
cursor: pointer;
font-weight: bold;
padding: 0 17px 0 0;
text-align: center;
background: url(/images/loginButtonR.png) right no-repeat;
background-position: right center;
background-repeat: no-repeat;
font-size: .8em;
margin: 5px;
cursor: pointer;
}

.msgBoxPrompt, .msgBoxPromptError {
color: white;
border: 1px solid #1F69AF;
background: #EDF5FE url(/images/loginInfoBkg.png) repeat-x 0 0;
padding: 10px;
font-size: 90%;
margin: 15px 35px 25px;
text-align: left;
}
.msgBoxPromptError {
	border: 1px solid #8f2b38;
	background: #EDF5FE url(/images/loginInfoBkgErr.png) repeat-x 0 0;
}
p.formInstructions {
margin-top: 1px;
margin-bottom: 25px;
font-size: 90%;
padding-left: 10px;
}


#login-form .grecaptcha-badge {
  position: static !important;
  bottom: auto !important;
  right: auto !important;
  margin: auto;
}

#login-form #buttonRow > .g-recaptcha {
  order: 1;
  margin-bottom: 10px;
}

#login-form #buttonRow > div:first-child {
  order: 2;
}
#login-form #buttonRow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

  
.fieldDot{
	float:left;
	padding-top:5px;
}

.forgotPassMargin {
    margin: 15px;	
}
}