/*
 * Dandelion Admin v1.2 - Login Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * July 25, 2012
 *
 * ===============================================
 * Table of Contents
 * ===============================================
 *
 * 1. General Elements
 * 2. Login Wrapper
 * 3. Login Shadows
 * 4. Login Box
 * 5. Login Form
 * 6. Login Footer
 *
 */
 
/* (1) General Elements
================================================== */

body
{
	background-color:#f2f2f2;
	color:#444444;
	/*background-image:url(../images/bg/Cityscape-Sky-Building-TaiPei-Taiwan.jpg);  bg-paper.jpg*/
	
	/*background: url(../images/bg/bg-taiwan-city.jpg) no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	font:12px/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

::-webkit-input-placeholder
{
    color:#999;
}

:-moz-placeholder
{
	color:#999;
}

.placeholder
{
    color:#999;
}

/* (2) Login Wrapper
================================================== */

div#da-login
{
	margin:auto;
	padding-top:100px;
}

/* (3) Login Shadows
================================================== */

div#da-login-top-shadow
{
	background:url(../images/login-shadow.png) no-repeat center top;
	padding-top:16px;
	z-index:15;
	margin:auto;
	width:450px;
	position:relative;
}

div#da-login #da-login-bottom-shadow
{
	width:320px;
	height:11px;
	margin:auto;
	z-index:20;
	background:url(../images/login-box-footer.png) no-repeat center top;
}

/* (4) Login Box
================================================== */

div#da-login #da-login-box
{
	width:280px;
	margin:auto;
	margin-top:-15px;
	z-index:10;
	background:url(../images/login-box-bg.png) #ffffff;
}

div#da-login #da-login-box #da-login-box-header
{
	padding:20px 40px;
	margin-bottom:10px;
	border-bottom:1px dashed #888888;
	border-top:1px dashed #888888;
}

div#da-login #da-login-box #da-login-box-header h1
{
	font-size:18px;
	color:#444444;
	font-weight:normal;
}

div#da-login #da-login-box #da-login-box-content
{
	padding:10px 40px;
}

/* (5) Login Form
================================================== */

div#da-login #da-login-box #da-login-box-content form input#Username, 
div#da-login #da-login-box #da-login-box-content form input#Password
{
	background-color:#fafafa;
	border:1px solid #d1d1d1;
	width:100%;
	margin:0;
	padding:15px 10px;
	outline:none;
	padding-left:40px;
	background-repeat:no-repeat;
	background-position:12px center;
	
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 1), inset 0 1px 1px rgba(0, 0, 0, 0.04);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 1), inset 0 1px 1px rgba(0, 0, 0, 0.04);
	-o-box-shadow:0 1px 0 rgba(255, 255, 255, 1), inset 0 1px 1px rgba(0, 0, 0, 0.04);
	box-shadow:0 1px 0 rgba(255, 255, 255, 1), inset 0 1px 1px rgba(0, 0, 0, 0.04);
}

div#da-login #da-login-box #da-login-box-content form input#Username
{
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	
	background-image:url(../images/icons/color/using/user_login.png);
}

div#da-login #da-login-box #da-login-box-content form input#Password
{
	border-top:0;
	-webkit-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	
	background-image:url(../images/icons/color/using/key.png);
}

div#da-login #da-login-box #da-login-box-content form #da-login-input-wrapper
{
	margin-bottom:20px;
}

div#da-login #da-login-box #da-login-box-content form #da-login-input-wrapper .da-login-input
{
	position:relative;
}

div#da-login #da-login-box #da-login-box-content form #da-login-input-wrapper label.error
{
	position:absolute;
	left:100%; top:50%;
	z-index:100;
	width:auto;
	background:#a5010d url(../images/icons/white/16/alert.png) no-repeat 8px center;
	padding:8px 6px;
	padding-left:28px;
	color:#ffffff;
	font-size:10px;
	line-height:1;
	margin-top:-13px;
	margin-left:10px;
	white-space:nowrap;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
}

div#da-login #da-login-box #da-login-box-content form #da-login-input-wrapper label.error:after
{
	height:0; width:0;
	border:6px solid transparent;
	border-right-color:#a5010d;
	position:absolute;
	right:100%;
	top:50%;
	content:'';
	margin-top:-6px;
}

div#da-login #da-login-box #da-login-box-content form input#da-login-submit
{
	width:100%;
	font-size:16px;
	line-height:1;
	color:#ffffff;
	margin:0;
	cursor:pointer;
	line-height:1;
	padding:10px;
	display:inline-block;
	outline:none;
	border:1px solid #007EA5;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	
	-webkit-appearance:none;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
	
	background-color:rgb(0,139,191);
	background-image: linear-gradient(bottom, rgb(0,139,191) 0%, rgb(0,174,239) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,139,191) 0%, rgb(0,174,239) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,139,191) 0%, rgb(0,174,239) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,139,191) 0%, rgb(0,174,239) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,139,191) 0%, rgb(0,174,239) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(0,139,191)),
		color-stop(1, rgb(0,174,239))
	);
}

div#da-login #da-login-box #da-login-box-content form input#da-login-submit:active
{
	background-image:none;
	
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 1);
	-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 1);
	-o-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 1);
}

/* (6) Login Footer
================================================== */

div#da-login #da-login-box #da-login-box-footer
{
	padding:0 10px 20px;
	text-align:center;
	position:relative;
}
div#aug-remember-checkbox {
	padding:10px 10px 0 10px;
	text-align:center;
}


div#da-login #da-login-box #da-login-box-footer a
{
	text-decoration:none;
	color:#444444;
	font-size:12px;
}

div#da-login #da-login-box #da-login-box-footer a:hover
{
	text-decoration:underline;
}

div#da-login #da-login-box #da-login-box-footer #da-login-tape
{
	/*background:url(../images/login-tape.png) no-repeat center center;*/
	width:99px; height:26px;
	position:absolute;
	bottom:-13px;
	left:50%;
	margin-left:-50px;
}

/* For Login Form */
div.aug-login-logo{
	width:590px;
	height:188px;
	margin:0px 0 0 -295px;
	position:relative;
	left:50%;
	padding-top:20px;
	text-align:center;
}
div.aug-login-logo div {
	padding-top:10px;
}

/* (7) Media Queries
================================================== */
	
	@media only screen and (max-width: 480px)
	{
		div#da-login-top-shadow
		{
			display:none;
		}
		
		div#da-login #da-login-box #da-login-box-content form #da-login-input-wrapper label.error
		{
			left:auto;
			top:50%;
			right:6px;
			margin:-13px 0 0 0;
			padding-right:0;
			text-indent:-9999px;
			background-position:center center;
		}
		
		div#da-login #da-login-box #da-login-box-content form #da-login-input-wrapper label.error:after
		{
			display:none;
		}
		
		div#da-login #da-login-box #da-login-box-content form #da-login-input-wrapper .da-login-input input.error
		{
			padding-right:40px;
		}
	}