/* Login */
body{
	font-family:Arial;
	font-size:12px;
	color:#ADADAD;
	/* background: #3e4651; */
	background:#fff;	
}	
	h1, h2, h3, h4, h5, h6{
		margin: 0;
		padding: 0;
		color: #5C5C5C;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: normal;
	}
	a{
		color: #ad3335;	
		-webkit-transition: all linear .2s;
		-moz-transition: all linear .2s;
		-o-transition: all linear .2s;
		transition: all linear .2s;		
	}
	a:hover{
		color: rgb(255, 0, 4);	
	}
	body.login:after {
		content: " ";
		display: block;
		width: 110%;
		position: fixed;
		bottom: -4%;
		background: url(/img/login/bg-deliveryit-sistema-restaurante-pizzaria-delivery-online-1.jpg) no-repeat;
		height: 80%;
		background-position: 0px -635px;
		transform: rotate(45deg);
		left: -50%;
		border-top: 60px solid #ad3335;
		z-index: -1;
		background-size: 100%;
	}
	#login {
		margin: 50px auto;
		padding: 30px;
		width: 250px;
		/*
		background: #f5f5f5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-shadow:1px 1px #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
		border: none;
		border-top: 3px solid #FA9812;		
		border-bottom: 1px solid #fff;
		*/
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -150px;
		margin-left: -175px;	
	}
		#login h2 {
			background: url(https://deliveryit.com.br/img/icon.png) no-repeat left center;
			background-size: 40px;
			padding-left: 60px;
			font-size: 24px;
			line-height: 47px;
			height: 45px;
			letter-spacing: -1px;
			color: #808080;
			text-align: right;
			margin-bottom: 10px;
		}
		#login .login_info{
			padding-top:10px;
			border-top:1px solid #fff;	
		}
		#login .bt {
			margin-right:15px;
			padding: 10px 10px;
			height: 30px;
			line-height: 10px;
			margin-left: 2px;
		}	

	/* ESqueci minha senha */
	#login_lost_pass {
		position: absolute;
		border-radius: 10px;
		background: #ffff;
		border: 1px solid #d0d0d0;
		padding: 15px 20px 30px 30px;
		z-index: 99999;
		box-shadow: 0px 0px 20px #00000042;
		top: 140px;
		left: 50px;
	}
		#login_lost_pass h2{
			background: none;
			background-size:auto;
			padding:0px;
			text-align: left;
		}
		#login_lost_pass p{
			margin-bottom: 5px;
		}
		#login_lost_pass .bt{
			margin-top: 5px;
		}
	meter
	{
		position: absolute;
		margin-top: -25px;
		right: 30px;
		border-radius: 3px;
		display: block;
		width: 50px;
		overflow: hidden;
	}



	/* Login Responsivo */
	/*
	1200px – Desktops, notebooks com monitores widescreen
	***********************************************************/
	@media screen and (max-width:1280px){
		body.login:after {
			height: 65%;
		}
	}
	/*
	960px – Tablets no formato paisagem e alguns monitores mais antigos
	***********************************************************/
	@media screen and (max-width:960px){
		body.login:after {
			bottom: 0px;
			height: 100%;
			background-position: 0px -170px;
			transform: rotate(0deg);
			left: 0;
			border-top: 0px solid #ad3335;
			background-size: 105%;
			opacity: 0.20;
		}	  
	}
	/*
	768px – Tablets no formato retrato, como o iPad
	***********************************************************/
	@media screen and (max-width:768px){
	
	}
	/*
	480px – Smartphones no formato paisagem com tela pequena
	***********************************************************/
	@media screen and (max-width:480px){
		body.login:after {
			background-position: -420px;
			background-size: 305%;
		}	  
	}
	/*
	320px – Smartphones no formato retrato com tela pequena
	***********************************************************/
	@media screen and (max-width:320px){ 	
	}