
/*------------------------------------------------------------------

[Login/Signup Stylesheet]

	Project:		Slate Admin 2.0
	Version:		1.0
	Last change:	07/20/2012
	Assigned to:	Rod Howard (rh)

-------------------------------------------------------------------*/




/** Base Body Styles **/
body{
	background-color:#3b5b7b;
	color:#838383; 
	font: 13px/1.7em 'Open Sans';
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;}


.account-container {
	width: 380px; 
	display: block;
	margin: 7% auto 0 auto;
	
	background: #3b5b7b;
	
	border:none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.content {
	padding: 16px 28px 23px;
} 

.login-fields {
	margin-top:60px;
}

.login-fields .field {
	margin-bottom: 1.25em;
	background-color: #3b5b7b;
}

.login-fields label {
	display: none;
}
.field{
	width:80%;
}

input {
	font-family: inherit;
	font-size: 1.8em;
	color: white !important;
	background-color: #3b5b7b !important;
	border:none !important;
	border-radius: 0px;
	color:white !important;
	outline: none;
	margin-left:20px;
	width:80%;
}
input:focus{
	background-color: #3b5b7b !important;
	border:0px;
	-webkit-box-shadow:0 0 0 50px #3b5b7b inset; /* Change the color to your own background color */
	border-radius: 0px;
	color:white !important;
	-webkit-text-fill-color: white;    
	outline: none;	
}

input:hover{
	background-color: #3b5b7b !important;
	border:0px;
	-webkit-box-shadow:0 0 0 50px #3b5b7b inset; /* Change the color to your own background color */
	border-radius: 0px;
	color:white !important;
	-webkit-text-fill-color: white;    
	outline: none;	
}


.field{
	border-bottom:1px solid white;
}

.login:-webkit-autofill {
	background-color: #3b5b7b !important;
	border:0px;
	-webkit-box-shadow:0 0 0 50px #3b5b7b inset; /* Change the color to your own background color */
	border-radius: 0px;
	color:white !important;
	-webkit-text-fill-color:white !important;
	outline: none;
}
.login:-webkit-autofill:focus {
	background-color: #3b5b7b !important;
	border:0px;
	-webkit-box-shadow:0 0 0 50px #3b5b7b inset; /* Change the color to your own background color */
	-webkit-text-fill-color: white;    
	border-radius: 0px;
	color:white !important;
	outline: none;

}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.login-icon-div{
	float:left;
	font-size:20px;
	color:white;
	margin-top:0px;
	margin-left:10px;
}

.login-actions {
	float: left;
	
	width: 100%;
	
	margin-top: -1em;
	margin-bottom: 1.25em;
}
.login-actions button{
	width:80%;
	color:white;
	border:none;

}


.login-social {
	float: left;
	
	padding: 10px 0 15px;
	
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;	
}

.login-social p {
	margin-bottom: 1em;
}

span.login-checkbox {
	float: left;
	margin-top: 31px;
}

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;
}

/** Text Under Box**/
.login-extra {
	display: block; 
	width: 300px; 
	margin: 1.5em auto;
	 
	text-align: center;
	line-height: 19px; 
	
	text-shadow: 1px 1px 0px #fff; 	
}


.account-container h1 {
	margin-bottom: .4em;
	
	color: #263849;
}

/** 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: 480px) {
	
	.account-container {
		width: 280px;	
		margin-top: 35px;
	}
	
	.login-fields input {
		width: 160px;
	}
	
	.login-social {
		width: 100%;
	}
	
	.twitter {
		display: block;
		margin-bottom: 1em;
	}
	
	.register .login-fields input {
		width: 204px;
		padding-left: 6px;
	}
	
}



.btn.btn-secondary,.btn-secondary,.btn-inverse, .button {
	height:33px;
	background-color: #4489d0 !important;
	background-image: none;
	border-radius: 3px;
	text-shadow: none !important;
	font-weight:normal;
}

.btn.btn-secondary:hover ,.btn-secondary:hover,.btn-inverse:hover{
	background-color: #00adc1 !important;
	color:white;
}


.logo{
	margin:0px auto;margin-top:50px;;width:200px;
	margin-left:30px;
}

#flash_error{
	color:red;
	font-size:1.4em;
}

.login-actions .btn{
	background-color: #2db2a0 !important;
	color:white !important;
}