body { background: #CCCCCC no-repeat top center; color:#919191; font-family:Verdana, Arial, Helvetica, sans-serif; }
#saSignIn { 
	display:block; 
	max-width:534px; 
	height:300px; 
	margin:0 auto; 
}

/*#saSignInLogo { }*/
/*.saSignInLoddgo { display:block; max-width:534px; min-height:175px; background-image:url('/siteadmin/system/images/sa_login_logo.png'); background-size:100%; background-repeat:no-repeat; background-position:center; }*/

#saSignInForm {
	padding: 20px;
	padding-bottom: 40px;
	display:block;
	color:#919191;
	font: 16px/18px Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;		
}
.saSignInHeader { 
	text-align:center; 
	color:#dedede; 
}
.saSignInHeader img {
	display: inline-block;
}
.saSignInText {
	font-size:12px;
	margin-bottom:15px;
}
.saSignInFooterCopyright { 
	margin-top: -10px; 
	text-align:center; 
	color:#808080;
	color:#fff;
	text-shadow: 1px 1px 1px #909090;
	
	font-size:11px;
}
.padlogo { margin: 50px }

.text-center { text-align: center }
.img-responsive { max-width: 100%; height: auto;  }

#remember { margin-bottom:10px;}
#remember label, #remember label:hover { 
	font-size:12px; 
	font-weight:normal;
	color:#c2c2c2;
}
#remember label:hover { 
	font-size:12px; 
	color:#7b7b7b;

}

.error {
	margin: 5px 0px 10px 0px;
	padding:15px;
	border: 1px solid #e76d25;
	background-color: #ffd8bb;
	color: #4c4c4c;
	font: 12px/12px Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
}
.error h3 {
	margin:0 0 5px 0;
}
.error ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.card-container.card {
	max-width: 445px;
	padding: 35px 35px;
}

.card-container.card.wide {
	max-width: 600px;
	padding: 35px 35px;
}

@media screen and (max-width: 500px) {
	.card-container.card {
		max-width: 350px;
		padding: 20px 15px;
	}
	.saSignInText { display:none; }
}

.btn {
	font-weight: 700;
	height: 36px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}

input::-webkit-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder {
	color: #f17922;
}

/* Firefox < 19 */
input:-moz-placeholder {
	color: #999;
}
input:focus:-moz-placeholder {
	color: #f17922;
}

/* Firefox > 19 */
input::-moz-placeholder {
	color: #999;
}
input:focus::-moz-placeholder {
	color: #f17922;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
	color: #999;
}
input:focus:-ms-input-placeholder {
	color: #f17922;
}

.card {
	background-color: #F7F7F7;
	/* just in case there no content*/
	padding: 15px 20px 20px;
	margin: 0 auto 25px;
	margin-top: 0px;
	/* shadows and rounded borders */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 46%, #f1f1f1 88%, #e1e1e1 97%, #f6f6f6 99%);
	background: -webkit-linear-gradient(top,  #ffffff 46%,#f1f1f1 88%,#e1e1e1 97%,#f6f6f6 99%); 
	background: linear-gradient(to bottom,  #ffffff 46%,#f1f1f1 88%,#e1e1e1 97%,#f6f6f6 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	
}

.profile-img-card {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.profile-name-card {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	min-height: 1em;
}

.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin #inputUsername,
.form-signin #inputPassword,
.form-signin #inputUsername:hover,
.form-signin #inputPassword:hover {
	direction: ltr;
	height: 44px;
	font-size: 16px;
	
	border:1px solid #e3e3e3;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}
.form-signin #inputUsername:hover,
.form-signin #inputPassword:hover {
	border:1px solid #c2c2c2;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:10px;
}

.form-signin .form-control:focus {
	border-color: rgb(104, 145, 162);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin,
.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
	/*background-color: #4d90fe; */
	/*background-color:#e26626;*/
	/* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
	padding: 0px;
	font-weight: 700;
	font-size: 14px;
	height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
	/*color:#f5ddd2;*/
	cursor:pointer;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
	/**background-color: #f07922;*/
	color:#fff;
}

.forgot-password,
.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
	font-size:12px;
	color:#c2c2c2;
	text-decoration:none;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
	font-size:12px;
	color:#7b7b7b;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes pulse {
	0% {
	 transform: scale(1, 1);
	}

	50% {
	 transform: scale(1.1, 1.1);
	}

	100% {
	transform: scale(1, 1);
	}
}

@-webkit-keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes fadeInDown {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.saHidden { display: none }