body{ 
	width:100%;
	background-image: url("../../app/admin/imagens/background.jpg");
    background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
} 

.logo{
	width: 100%;
	margin-top: 12%;
	margin-bottom: 15px;
	text-align: center;
} 

.form { 
	margin-left: auto;
	margin-right: auto;
	width: 300px;
} 

.input {
	width: 90%;
	float:left;
	margin-bottom: 5%;
	padding: 7px 13px;
	font-size: 14px;
	background: #ccc;
	border:0;
}

.submit{
	width: 100%;
	background-color: #122246;
	padding: 9px 13px;
	color: white;
	border:0;	
}


@media only screen and (max-width:1070px) {
  /* For tablets: */

body{ 
	background-repeat: repeat-y;
} 

.logo{
	margin-top: 50%;
} 

.input {
	width: 265px;
	padding: 15px 19px;
}

.submit{
	padding: 15px 19px;
}


}

