body { padding:0; margin: 0; font-family:Arial, Helvetica, sans-serif; font-size:11px; background:url(/nvusd.org/images/background_login.jpg) no-repeat center; height:100%; color:#666; } /* Header and Footer section */ header { /*padding-top: 20px;*/ padding-top: 93px; } footer { background-color:#CCC; margin-bottom:20px; width:500px; height:73px; position:fixed; bottom:0px; right:-50px; border-radius: 15px; box-shadow: 0px 5px 8px #888; } footer p { width:368px; float:left; padding-right: 10px ; color: #666; font-size:12px; } footer img { padding: 10px; float:left; } /* Background images */ #container { position:relative; margin-top:5%; } /* Login box */ #loginForm { margin: auto; position: relative; border: none; padding-top: 1px; border-style: solid; border-color: #CCCCCC; width: 300px; border-width: thin; margin: auto; position: relative; -moz-box-shadow: 0px 0px 10px 4px #CCC; -webkit-box-shadow: 0px 0px 10px 4px #CCC; box-shadow: 0px 0px 10px 4px #CCC; background-color: white; } .formBox { width:250px; margin:auto; } #sso-logo-img { width:250px; /* margin:0px 0px 0px 0px; */ } #sso-error-message { font-family: Arial, Verdana, Helvetica, sans-serif; color:#FF0000; width:250px; font-size:11px; vertical-align:text-bottom; } #sso-error-message img { position:absolute; border:none; } #sso-error-message a { text-decoration:none; } .inputForm { bottom: 65px; } .inputForm .txt { margin-top: 5px; } .formBtns { } .formBtns input { margin-left:5px; margin-right:5px; } /* Display box */ .slidingDiv { background: url(/nvusd.org/images/help-box.png) no-repeat left; border:none; width:282px; height: 176px; position:absolute; right: -160px; bottom:50px; } .closeBtn { background:url(/nvusd.org/images/close-btn.png) no-repeat top right; width:27px; height:26px; position:absolute; right:60px; top:15px; cursor:pointer; z-index:1; } .warning_copy { width:162px; height: 126px; position:absolute; right: 57px; bottom:25px; padding:5px; } .warning_copy p{ text-align:left; } .warning_copy img { width:113px; height:19px; } /* Standards */ a:link, a:visited { text-decoration:underline; border:none; } a:hover, a:active { text-decoration:none; border:none; } /* JQuery */ .show_hide { display:none; } .changepassword{ color:#117CF2; font-size:14px; }