/* Stylesheet */
/***** RESET *****/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



/* Imports */

@import url(animate_login.css);

/* Selections */

::selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

::-moz-selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

/* Basics */
html
{
clear:both;
}
div.MainContent
{
height:0px !important;	
}
#container {
	position: fixed;
	width: 360px;
	top: 475px;
	left: 50%;
	margin-top: -140px;
	margin-left: -170px;
	
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-animation-name: bounceIn;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceIn;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceIn;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}
#container h1{
	font-size:26px;
	font-weight:bold;
	padding-top:17px;
}
form {
	margin: 0 auto;

}

label {
	color: #000;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

p a:hover {
	color: #555;
}

input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

input[type=text],
input[type=password] {
	color: #000;
	padding-left: 10px;
	margin: 0px;
	margin-top: 7px;
	margin-left: 18px;
	width: 200px;
	height: 30px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	/*box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;*/
}

input[type=text]:hover,
input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

input[type=text]:focus,
input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#lower {
	width: 100%;
	margin-top: 7px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}

.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

input[type=submit],input[type=reset] {
	margin-top: 5px;
    margin-bottom: 5px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	border-radius: 7px;
	border: 1px solid #66add6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}
input[type=reset]
{
margin-right:20px;	
}
input[type=submit]:hover,input[type=reset]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

input[type=submit]:active,input[type=reset]:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
	background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
	background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}


h1
{
text-align:center;	
}
.footer_login
{
text-align:center;
padding-top:55px;
position:absolute;
padding-left:100px;
color:#CCC;
z-index:-99;
}
label
{
width:100px;
white-space:nowrap;	
}
body{background:url(../images/bgLogin_ldld.jpg) 48% 0% no-repeat;}


.title_mobile{
	display:none;
}

@media screen and (max-width: 480px) {
	body{background:none;}
	.title_mobile{
		display:block;
	}
	#container {
		top: 10% !important;
		left: 0% !important;
		right: 0%;
		position: absolute;
		margin: 10% auto;
		width: 95%;
		padding: 10px;
	}
	
	#container input{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	#txtCode{
		width:97% !important;
	}
	
	.title_mobile p.title_m1 {
		font-size: 18px;
		color: #0b43ad;
		margin: 0px;
		padding: 0px;
		margin-top: 20px;
	}

	.title_mobile p.title_m2 {
		font-size: 20px;
		color: #f00;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.title_mobile{
		display:none;
	}
}