
/*------------------------------------------------------------------

[Login/Signup Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)

-------------------------------------------------------------------*/




/** Base Body Styles **/
body{ color:#838383; font: 13px/1.7em 'Roboto'; background-image:none; background-color:#757575}

.login-container {
   /* background-image: url(img/translucent.png);*/
	max-width:90%;
	width: 520px;
	opacity:0.99;
	z-index:9999;
	margin: -97px auto 0 auto;
}
.login .navbar-brand{ width:120px}
.account-container {
	background-color: #757575;
    border-radius: 0;
	width: 100%;
	max-width:100%;
	display: block;
	margin: 0px auto 0 auto;
}
.div-login-action{ text-align:right; margin: 34px 0 18px;}
.login-action {background-color:#8BC34A;}
.login-action:active,.login-action.active{
}
.login-action:focus{ }
.login-action:hover{}

.content {
	background-color: #dfdfdf;
    padding: 57px 70px 10px;
} 

.login-fields {
	width:100%;
	clear:both;
}

.login-fields .field {
	margin-bottom: 15px;
	width:100%;
	height:45px;
	overflow:hidden;
}

.login-fields label {
	display: none;
}

.login-fields .field{
		/*-webkit-box-shadow: -1px 0px 77px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 77px -8px rgba(0,0,0,0.75);
box-shadow: -1px 0px 77px -8px rgba(0,0,0,0.75);
-moz-border-radius: 6px;
-webkit-border-radius: 6px; 
border-radius: 6px;*/
}
.login-fields input {
	font-size: 19px;
	color: #212121;
	padding: 11px 15px 10px 15px;
	background-color: #E9E9EA;
	width: 100%;
	display: block;
	margin: 0;
	height: 45px;
	margin-left:0px;
	float:left;
}
.login-fields div.input-group-addon {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 0px;
	text-align: center;
	height: 38px !important; width:40px;
	overflow:hidden;
	max-height:38px;
}

.username-field { background: url(../../img/signin/user.png) no-repeat; height: 38px !important;}

.password-field { background: url(../../img/signin/password.png) no-repeat; }

.email-field { background: url(../../img/signin/user.png) no-repeat; }


.login-actions {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom:0;
}

.login-social {
	float: left;
	
	padding: 10px 0 15px;
	
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;	
}
.login-social2 {
	padding: 10px 0 15px;
}

span.login-checkbox {
	float: left;
	margin-top: 31px;
	display:none;
}

span.login-checkbox > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px;
}

span.login-checkbox > input[type='checkbox'] + label {    
    clear: none;
    
	height: 15px; 
	display: block;
    padding: 0 0 0 22px;
    margin: 0;
    
    font-size: 12px;
    line-height: 1.2em;
    
    background: url(../../img/signin/check.png) no-repeat 0 0;
    
    cursor: pointer;
}

span.login-checkbox > input[type='checkbox']:checked + label {	
	background-position: 0 -15px;
}
.div-login-extra{float: left;}
.login-extra2{
	float: none
	margin-top:0px;
}
/** Text Under Box**/
.login-extra {
	display: none; 
	width: 300px; 
	margin: 1.5em auto;
	 
	text-align: center;
	line-height: 19px; 
	
	/*text-shadow: 1px 1px 0px #fff;*/ 	
}
.login-container .alert a{ color:#4BA7E8; font-weight:bold;}

.login-extra2 a,
.login-extra a{ color:#325F7A; font-size:17px;}


.account-container .title {
	background-color: #2196f3;
	height:97px;
	position:relative;
}

.account-container h1 {
	font-size: 40px;
    margin-top: 29px;
	text-align:center;
	font-family:"Comfortaa"; 
	font-size:53px; 
	color:#FFFFFF;
}
.account-container h2 {
	margin:0 auto;
	line-height:1.2;
	text-align:center;
	font-family:"Comfortaa"; 
	font-size:28px; 
	color:#FFFFFF;
	position:absolute;
	bottom:10px;
	width:100%;
	
}

/** Buttons **/
.twitter, .fb {
	position: relative;
	
	height: 32px; 
	width: 157px; 
	display: block;
	
	background: url(../../img/signin/twitter_btn.png) no-repeat; 
	
}

.fb {
	width: 162px; 
	
	background: url(../../img/signin/fb_btn.png) no-repeat; 	
}

.twitter:active, .fb:active {
	top: 1px;
}

.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}

.twitter a, .fb a {
	padding: 5px 0 0 35px; 
	text-shadow: -1px -1px 0px rgba(0,0,0,.3); 
	color:#fff; 
	font-weight: bold; 
	font-size: 11px; 
	height: 32px; 
	display: block;	
}

.fb a {
	padding: 5px 0 0 31px; 
	
}

.twitter, .fb {
	display: inline-block;
}

.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}

.register .login-social {
	margin-bottom: 1em;
}

.register .login-actions {
	margin-bottom: 0;
}

.register .login-fields input {
	width: 299px;
	padding-left: 6px;
}

.register h1 {
	color: #444;
}

.register span.login-checkbox {
	position: relative;
	top: -6px;
	
	width: 200px;
}

.register span.login-checkbox > input[type="checkbox"] + label {
	
	position: relative;
	
	line-height: 1.3em;
}

@media (max-width: 768px) {
	.login .navbar-brand{ background:url(../../img/logo-zulu-2-75.png) no-repeat center; display:block; width:40px; height:74px; text-indent:-999em;}
	.navbar.login{height:200px; padding-top:10px}
	.login-container{}
}


@media (max-width: 480px) {
	
	.account-container h1{ font-size:32px}
	.account-container h2{ font-size:18px}
	.alert{width: 280px; margin:0 auto;}
	.content{padding:50px 10% 30px}
	
}