@charset "utf-8";
/* CSS Document */
body {
	background-color: #DA6836;
	padding: 0px;
	margin:0;
}

body .container {
	padding:10px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin .input-login {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin .input-senha {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.logo2{
    text-align: center;
    padding-bottom: 1em;
}
.logo2 img{
    width: 45%;
	max-width:170px;
}
.aviso, .aviso a{
	text-align:center;
    color: #FFF;
    font-size: 11px;
	width:75%;
	margin:0 auto;
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/*	> 1200 PX
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1200px){
	
	.logo{ display:none;}
	.background {
		background-color: #DA6836;
		width:100%;
		height:100%;
		background-image:url(../imagens/background-desktop.png);
		background-position: center center;
		background-repeat: no-repeat;
		position:fixed;
		top:0;
		left: 0;
		z-index:0;
		background-size: auto 100%;
	}
	
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/*	991 X 1200 PX
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 991px) and (max-width: 1200px){
	
	.logo{ display:none;}
	.background {
		background-color: #DA6836;
		width:100%;
		height:100%;
		background-image:url(../imagens/background-desktop.png);
		background-position: top center;
		background-repeat: no-repeat;
		position:fixed;
		top:0;
		left: 0;
		z-index:0;
		background-size: auto 100%;
	}
	
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/*	768 PX > 991 PX
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px){
	
	.logo{ display:none;}
	.background {
		background-color: #DA6836;
		width:100%;
		height:100%;
		background-image:url(../imagens/background-desktop.png);
		background-position: top center;
		background-repeat: no-repeat;
		position:fixed;
		top:0;
		left: 0;
		z-index:0;
		background-size: auto 100%;
	}
	
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/*	767 PX
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 579px) and (max-width: 767px){
	
	.logo{
		position: absolute;
		top: 2em;
		width: 100%;
		text-align: center;
	}
	.logo img{
		max-width: 40%;
	}
	.background {
		background-color: #DA6836;
		width:100%;
		height:100%;
		background-image: url(../imagens/background.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		position:fixed;
		top:0;
		left: 0;
		z-index:0;
		background-size: 100% 100%;
	}
	
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/*	579 PX
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 579px){
	
	.logo{
		position: absolute;
		top: 2em;
		width: 100%;
		text-align: center;
	}
	.logo img{
		max-width: 55%;
	}
	
	.background {
		background-color: #DA6836;
		width:100%;
		height:100%;
		background-image: url(../imagens/background.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		position:fixed;
		top:0;
		left: 0;
		z-index:0;
		background-size: 100% 100%;
	}
	
}