﻿body 
{
		margin: 0px;
		background-color: rgb(240,250,255);
		background: rgba(242,246,248,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 37%, rgba(224,239,249,1) 60%, rgba(202,218,228,1) 75%, rgba(181,198,208,1) 89%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(242,246,248,1)), color-stop(37%, rgba(216,225,231,1)), color-stop(60%, rgba(224,239,249,1)), color-stop(75%, rgba(202,218,228,1)), color-stop(89%, rgba(181,198,208,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 37%, rgba(224,239,249,1) 60%, rgba(202,218,228,1) 75%, rgba(181,198,208,1) 89%);
		background: -o-radial-gradient(center, ellipse cover, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 37%, rgba(224,239,249,1) 60%, rgba(202,218,228,1) 75%, rgba(181,198,208,1) 89%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 37%, rgba(224,239,249,1) 60%, rgba(202,218,228,1) 75%, rgba(181,198,208,1) 89%);
		background: radial-gradient(ellipse at center, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 37%, rgba(224,239,249,1) 60%, rgba(202,218,228,1) 75%, rgba(181,198,208,1) 89%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#b5c6d0', GradientType=1 );
}


.mainImage
{
    margin-left: auto;
    margin-right: auto;
   /* margin-top: 5%;
    margin-bottom: auto;
    width: 100% !important;    
    height: 100%  !important;*/
    width: 1151px !important;    
    height: 662px  !important;
    background: url(../images/LoginBK1.png)  no-repeat center center;
    background-size: contain;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;


    -webkit-box-shadow: -13px -7px 26px -6px rgba(48,59,66,1);
    -moz-box-shadow: -13px -7px 26px -6px rgba(48,59,66,1);
    box-shadow: -13px -7px 26px -6px rgba(48,59,66,1);


}

#loadingIndicator {
    height: 24px;
    text-align: center;
    background: url(../images/loading.gif) no-repeat center center;
    width: 24px;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
}
 
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:0;
	line-height:1.1em;
	color:#000;
}
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
h1 { font-size: 2em; margin: .6em 0; }

label{display:block;}
fieldset{margin:0;padding:0;border:none;}
input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0; text-color: White;}

body, table, input, textarea, select, li, button
{
    font:1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height:1.5em;
    color:#444;
}	


/* // base */
/* login form */	
#login{
    background: transparent;
    width:300px;
    text-align:left;
    position:relative;
}
#login a, #login a:visited{color:#0283b2;}
#login a:hover
{
    color:#111;
}
#login h1{
    color:#fff;
    font-size:20px;
    padding:18px 23px;
    margin:0 0 0px 0;
}

#login .register{
    position:absolute;
    float:left;
    margin:0;
    line-height:30px;
    top:-40px;
    right:0;
    font-size:11px;
}

#login p
{
    margin:.5em 25px;
}

.inputDiv {
    display: inline-grid;
    background: transparent;
    padding: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    width: 340px;
}	


#login label{
    float:left;
    line-height:30px;
    padding-left:10px;
}
#login .field{
	font-family:Verdana, Sans-Serif;
	font-size: 19px;
	font-weight: normal;
    background: transparent;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border: 2px solid white;
    width:340px;
    text-align: center;
    line-height:1.8em;
    padding:4px;
    margin-bottom: 12px;
    color: rgb(4,11,174);
    color: white;
    height:50px;
}	

#login .field:focus{
	 background-color: rgb(255,239,213);
	 background-color: rgb(194,226,243);
	 background-color: rgb(242,228,101);
	 color: black;
	 /*cursor: { font-size: 12px; background-color: red; color: red; position: relative; opacity: 0.5; }*/
}	


 
 
         
.btn-grad {background-image: linear-gradient(to right, #87d4ff 0%, #52bffa  51%, #87d4ff  100%)}
.btn-grad {
    border: 1px solid transparent;
    transition: 0.6s;
    background-size: 200% auto;
    color: white;
} 
.btn-gradTODO:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
.btn-grad:focus {outline:0;}

#imgRememberMe:focus {outline:0;}
#resetPasswordBack:focus {outline:0;}
#resetPassword:focus {outline:0;}

#loginButton {
    padding: 0px;
    margin: 0px;
    height: 55px;
    width: 125px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    width: 340px;
    position: relative; 
}

#loginButtonMS {
    padding: 14px;
    margin: 0px;
    height: 55px;
    width: 340px;
    font-size: 18px;
    color: #000000;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    background: url(../images/loginMs.png), #ffffff;
    background-repeat: no-repeat;
    background-position-y: 17px;
} 


#login .forgot{text-align:right;font-size:11px;}
#login .back
{
    padding:1em 0;border-top:1px solid #eee;text-align:right;font-size:11px;
}
#login .error{
	float:left;
    position:absolute;
	right:95%;
	top:-5px;
	z-index: 1000;
	background:#890000;
	padding:5px 10px;	
	font-size:11px;
	color:#fff;
	text-shadow:#500 0 1px 0;
	text-align:left;
	white-space:nowrap;
	border:1px solid #500;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    border-radius:3px;
	-moz-box-shadow:0 0 5px #700;
	-webkit-box-shadow:0 0 5px #700;
	box-shadow:0 0 5px #700;
}

#padding
{
    height: 100px;
}
#logindiv
{
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 100%;
}

#logoDiv
{
    position: relative;
    top: 10px;
    left: 330px;
    width: 1000px;
    height: 80px;
	background-image: url(../images/loginAstrowBranding.png) !important;
	background-repeat: no-repeat;
}

.advertime-frame {
    position: relative;
    width: 620px;
    height: 460px;
    overflow: hidden
 
    display: inline-block;
    padding: 0px;
    
    border: 0px solid white; 
    background: transparent;
}

.link
{
    text-decoration: none;
    color: White;
}

#copyright
{
    width:211px;
    font-size: 13px;
    color: White;
}

.emptyField
{
    color: LightGray;
}

.divCheckbox
{
    margin: 0px;
    padding-left: 30px;
    vertical-align: top;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
}

.ckchecked
{
	background-image: url(../images/checked.png) !important;
	background-repeat: no-repeat;
}
.ckunchecked
{
	background-image: url(../images/unchecked.png) !important;
	background-repeat: no-repeat;
}

#backgroundPopup {
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#toPopup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    
    position: absolute;
    top: 40%;
    left: 42%;
    width: 300px;
    z-index: 2;
}
div.close {
    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -27px;
    top: -24px;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    text-align: center;
    font-size: 12px;
    /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */
}
div#popup_title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    background-color: rgb(40,167,215);
    padding-bottom: 4px;
    /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */
}
.resetPass, .twoFactorAuthBtn, .resetPassBack
{
    text-align: right;
    margin-top: 20px;
}

#resetPassword, #resetPasswordBack, #twoFactorBack
{  
	cursor:pointer;
	background:rgba(255,0,255,0); 
	font-size:13px;
	color:#fff;  
	border: 0px;
	white-space:nowrap;  
	padding: 0px;
}
#twoFactorAuthMessage
{
	color: White;	
}

