body
{
	margin:0;
	padding:0;
	background:url(https://calvarychristian.empowerlearning.net/images/EmpowerLogin/main_bg_img.jpg) center top no-repeat;
	background-size:cover;
}

.auto_bar
{
	width:961px;
	margin:auto;
}
.main_top_outer
{
	width:100%;
	float:left;
	
	/* background:url(https://calvarychristian.empowerlearning.net/images/EmpowerLogin/main_bg_img.jpg) center top no-repeat;
	background-size:cover; */
}

.main_outer
{
	width:100%;
	float:left;
	background:url(https://calvarychristian.empowerlearning.net/images/EmpowerLogin/img_bg.png) center 110px no-repeat;
}

.logo
{
	width:100%;
	text-align:center;
	float:left;
	padding:48px 0 30px 0;
}
.fr
{
	float:right;
}

.inner_outer
{
	width:945px;
	float:left;
	background:url(https://calvarychristian.empowerlearning.net/images/EmpowerLogin/white_img.png) repeat;
	border: 8px solid rgba(0,0,0,0.1);
	padding:42px 0px 50px 0px;
	-webkit-box-shadow: 0px 0px 25px 6px rgba(50, 50, 50, 0.14);
	-moz-box-shadow:    0px 0px 25px 6px rgba(50, 50, 50, 0.14);
	box-shadow:         0px 0px 25px 6px rgba(50, 50, 50, 0.14);
}


.inner_left
{
	width:482px;
	float:left;
	margin:0 0 0 8px;
	background:url(https://calvarychristian.empowerlearning.net/images/EmpowerLogin/img_laptop.png) left top no-repeat;
	padding:18px 0 50px 65px;
}

.inner_right
{
	width:387px;
	float:left;
}
.right_top_green
{
	width:404px;
	float:left;
	margin:0 0 0 9px;
}
.right_top_green_inner
{
	width:90%;
	background-color:#90a621;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23.58px;
	color:#fff;
	padding:10px 0 10px 10%;
}
.right_form_outer
{
	width:326px;
	float:left;
	margin:0 0 0 38px;
}

.username_field_outer
{
	width:322px;
	float:left;
	margin:0 0 15px 0;
	background-color:#f9f9f9;
	border:1px solid #e7e7e7;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}

.username_field_inner
{
	width:314px;
	float:left;
	margin:3px;
	background-color:#fff;
	border:1px solid #e7e7e7;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.username_field
{
	margin:0 0 0 10px;
	height:30px;
	width:290px;
	float:left;
	background:none;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14.55px;	
}
.username_submit_outer
{
	width:100%;
	float:left;
	margin:0 0 15px 0;
}
.username_button
{
	height:37px;
	padding:0 20px;
	background-color:#eaa625;
	border:0;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
	font-size:17.86px;
	color:#fff;
	cursor:pointer;
}
.username_forget
{
	float:right;
	font-size:14.58px;
	line-height:40px;
	color:#7f7f7f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.username_forget a
{
	color:#7f7f7f;
	text-decoration:none;
}
.username_forget:hover
{
	text-decoration:underline;
}
.copy_right_outer
{
	width:100%;
	float:left;
	text-align:center;
	font-size:12.55px;
	color:#303030;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:80px 0;
}

.account-button {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    cursor: pointer;
    height: 50px;
    margin-bottom: 8px;
    margin-left: 0%;
    margin-right: 35%;
    text-align: left;
    width: 62%;
}

.account-popoup {
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    top: 3px;
    width: 100%;
    z-index: 11000;
}

.account-label {
    display: block;
    margin-left: 50px;
    margin-top: 5px;
}

.select-account {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 21%;
    width: 30%;
}

.account-image {
    float: left;
    padding-right: 5px;
}
.main-div {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10999;
}

.no-accounts{
    color: #000000;
    display: table-cell;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.enter-password-overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11001;
}

.enter-password-outer {
    background-color: #fff;
    border-radius: 5px;
    display: none;
    float: left;
    left: 18%;
    position: relative;
    width: 350px;
    z-index: 11002;
}

.enter-password-overlay.active, .enter-password-outer.active {
    display: block;
}

.span-password{
    background-color: #90a621;
    color: #fff;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 23.58px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-top: 6px;
    padding: 1px 0 1px 5px;
    width: 70%;
}

.div-password{
    float: left;
    width: 80%;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 5px;

    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
}

.login-button {
    background: #2991c8 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "OpenSansRegular";
    font-size: 12px;
    margin-right: 8px;
    padding: 15px 30px;
    text-transform: uppercase;
    height: 12px;
    margin-left: 20%;
}

.cancel-button {
    background: #a6a6a6 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "OpenSansRegular";
    font-size: 12px;
    height: 12px;
    margin-bottom: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-left: 5px;
}

.password-field {
    margin: 0 0 0 10px;
    height: 30px;
    width: 290px;
    float: left;
    background: none;
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14.55px;
}

.close-button{
    position: absolute;
    right: 10px;
    text-align: left;
    top: 5px;
}

.enter-password-outer > a {
    float:right;
}

.change-email-wait{
    display: none; 
    font-weight: bold; 
    padding-top: 15px;
}
#tblHeader {
    display: none;
}

table {
    width: 100%; 
}

.parent-help-link{
    margin-top:255px;
}

.SystemMentainanceMessage{
    width:100%; 
    float:left; 
    text-align:center; 
    color: red; 
    background-color: yellow; 
    font-size: 12px; 
    padding: 7px 0px 7px 0px;
}

.AD_Account_tool_content {
    position: fixed;
    width: 55%  !important;
    padding: 42px 25px;
    top: 66px;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 99999;
    display:none;
}
    

.ass_new_standrd_overlay_share {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
    top: 0;
    left: 0;
    display:none;
}

.ADErrorMessage{
    clear: both;
    padding-top: 10px;
    padding-left: 30px;
    color: red;
}


.adAncLink{
        float: right;
    line-height: 30px;
    color: #54acd2;
    font-weight: 500;
}
.adAncLink:hover{
    text-decoration:none;
}
.adAncLink img
{
   vertical-align: middle;
    padding-right: 5px;
    width:25px;
 }

.terms_and_conditions {
    float: right;
    color: #0000EE;
}

.cookies_message {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cookies_label {
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 13px;
}

.green-tick{
    display:none;
}