﻿/* RS 2011/3/14 */
body,html
{
    width:100%;
    height:100%;
}

a
{
    color:#fff;
}

a:hover
{
    color:#fff;
}

a:visited
{
    color:#fff;
}

.login_body 
{
 background-color:#58bd53;
}

#wrapper {
	position:relative;
	min-height: 100%; 
}

html>body #wrapper {
    height: auto;
}

#header { margin-bottom:15px; width:100%; }
#header_wrapper { background-image:url(../App_Themes/Astrata/Images/Header/top_strip.jpg); background-repeat:repeat-x; margin-bottom:7px; width:100%; height:41px; border-bottom:solid 3px #008000;}
#header_logo {float:left; background-image:url(../App_Themes/Astrata/Images/Header/header_logo.jpg); background-repeat:no-repeat; width:249px; height:38px;}

#content {
	padding-bottom:100px; /* Height of the footer element */
	height:400px;
}

#login_wrapper 
{
    width: 964px; 
    height: 600px; 
    top:0px;
    text-align:left;
    position:relative;
    margin: 0px auto;
    background:url(../img/login/bg-main.png) no-repeat;
    background-size:cover;
    background-position:top center;
}

/*#login_content {margin: 0px auto;width:400px;padding-bottom:30px;padding-top:10px;background-color:#0065a9;}*/

#login_content_wrapper
{
    width:100%;
    margin: 0px auto;
    position:relative;
    top:10px;
}

#login_panel 
{
    width:370px;
    margin: 0px auto;
    background-color:#195a05;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:0px;
}

#login_logo
{
    text-align:center;margin: 0px auto;padding-top:25px;
}

#login_sub
{
    margin: 0px auto;
    text-align:center;
    color:#fff;
    letter-spacing:1px;
    padding-bottom:8px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size:18px;
}
 
#login_panel_header {color:#fff;text-align:left;padding:10px 0px 10px 10px;font-size:16px;font-weight:bold; background-color:#42681d}
#login_panel_content {padding:30px 15px 15px 15px; text-align:left;border:solid 0px #888;}
.login_content_label {font-size:13px;color:#fff;}
.login_content_error {width:95%;padding:5px;border:solid 1px #e37170;background-color:#ffebe8}
.login_error {color:#000;font-size:11pt;}
.login_message_panel{font-weight:normal;font-size:15px;border:solid 2px #ff0000;margin: 0px auto;background-color:#ffffff;position:relative;width:650px;padding:10px 10px 10px 10px;top:50px;}
.login_input_control 
{
    color:#555555;
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
}
.login_content_button {background:#ffffff url(../img/login/login_button.png) no-repeat; border: 0px solid #006;}

#poweredby_panel
{
    color:#fff;
    margin: 0px auto;
    text-align:center;
    padding-top:60px;
    font-size:16px;
    width:100%;
    padding-left:600px;
    font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
}

#forgot_password
{
    clear:both;padding-top:10px;
    font-weight:bold;
    margin: 0px auto;
    text-align:center;
    padding-left:5px;
}

.alert
{
    padding-top:5px !important;
    padding-bottom:5px !important;
}

#footer {
	width:100%;
	position:fixed;
	bottom:0px !important;
	left:0;
	right:0;
	bottom:0;
}

#footer_wrapper  
{
    background: url(../App_Themes/Astrata/Images/Footer/footer_strip.jpg) repeat-x; 
    padding-left:30px; 
    padding-top:5px; 
    font-size: 8pt; 
    line-height: 170%; 
    color: #D2DCF3;
    height:29px;
}

.notif-header
{
    height:50px;
    padding:10px 10px 10px 10px;
    font-size:12px;
    background-color:#fff;
    border-bottom: solid 10px #cc1046;
    color:#ccc;
   -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.privacy-policy
{
    color:#cccccc;
    font-size:9pt;
}
