body {
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-image: url(../img/login-bg.jpg);
	background-repeat: no-repeat;
	-moz-background-size: cover;
	     background-size: cover;
	font-family: 'Arial';
}
header#logo {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0em;
}
header#logo img {
	width: 20%;
}
div#login {
	width: 20%;
	height: auto;
	position: relative;
	margin: 0 auto;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(179,177,177,0.3)), to(rgba(76,76,76,0.1)));
	background-image: -webkit-linear-gradient(top, rgba(179,177,177,0.3) 0%, rgba(76,76,76,0.1) 100%);
	background-image: -moz-linear-gradient(top, rgba(179,177,177,0.3) 0%, rgba(76,76,76,0.1) 100%);
	background-image: -o-linear-gradient(top, rgba(179,177,177,0.3) 0%, rgba(76,76,76,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(179,177,177,0.3) 0%, rgba(76,76,76,0.1) 100%);
	padding: 2em 1.5em;
	padding-bottom: 0.5em;
	-webkit-box-shadow: 0px 0px 10px black;
	        -moz-box-shadow: 0px 0px 10px black;
	     box-shadow: 0px 0px 10px black;
}
div#login form {
}
div#login form div {
	padding: 0.5em 0em;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	           -moz-box-pack: center;
	        justify-content: center;
}
div#login form div:last-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	           -moz-box-orient: vertical;
	           -moz-box-direction: normal;
	        flex-direction: column;
}
div#login form div input {
	width: 100%;
	border: 1px inset #70757a;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	color: white;
	font-size: 1em;
	background: rgba(64,64,64,0.22);/* Old Browsers */ /* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,64,64,0.22)), color-stop(10%, rgba(64,64,64,0.22)), color-stop(45%, rgba(64,64,64,0.41)), color-stop(89%, rgba(64,64,64,0.65)), color-stop(96%, rgba(64,64,64,0.65)));/* Chrome, Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(64,64,64,0.22)), color-stop(10%, rgba(64,64,64,0.22)), color-stop(45%, rgba(64,64,64,0.41)), color-stop(89%, rgba(64,64,64,0.65)), color-stop(96%, rgba(64,64,64,0.65)));
	background: -webkit-linear-gradient(top, rgba(64,64,64,0.22) 0%, rgba(64,64,64,0.22) 10%, rgba(64,64,64,0.41) 45%, rgba(64,64,64,0.65) 89%, rgba(64,64,64,0.65) 96%);
	background: -moz-linear-gradient(top, rgba(64,64,64,0.22) 0%, rgba(64,64,64,0.22) 10%, rgba(64,64,64,0.41) 45%, rgba(64,64,64,0.65) 89%, rgba(64,64,64,0.65) 96%);
	background: -o-linear-gradient(top, rgba(64,64,64,0.22) 0%, rgba(64,64,64,0.22) 10%, rgba(64,64,64,0.41) 45%, rgba(64,64,64,0.65) 89%, rgba(64,64,64,0.65) 96%);
	background: linear-gradient(to bottom, rgba(64,64,64,0.22) 0%, rgba(64,64,64,0.22) 10%, rgba(64,64,64,0.41) 45%, rgba(64,64,64,0.65) 89%, rgba(64,64,64,0.65) 96%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#404040', GradientType=0 );/* IE6-9 */
	padding: 1em 0.5em 1em 2.8em;
}
div#login form div input[type="password"] {
}
div#login form div img {
	pointer-events: none;
	position: absolute;
	top: 1.5em;
	font-weight: bold;
	left: 1em;
	width: 7%;
	z-index: 10;
}
div#login form div input[type="submit" ], div#login form div button{
	padding: 0.6em;
	border: 0;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	outline: none;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247,208,95,1)), to(rgba(227,176,45,1)));
	background-image: -webkit-linear-gradient(top, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
	background-image: -o-linear-gradient(top, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
	background-image: linear-gradient(to bottom, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
	-webkit-transition: background-image 0.7s;
	-o-transition: background-image 0.7s;
	-moz-transition: background-image 0.7s;
	transition: background-image 0.7s;
	font-family: 'Arial';
}
div#login form input[type="submit"]:hover, div#login form div button{
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(247,208,95,1)), to(rgba(227,176,45,1)));
	background-image: -webkit-linear-gradient(bottom, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
	background-image: linear-gradient(to top, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
}
div#login form input[type="submit"]:active {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(247,208,95,1)), to(rgba(227,176,45,1)));
	background-image: -webkit-linear-gradient(bottom, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
	background-image: linear-gradient(to top, rgba(247,208,95,1) 0%, rgba(227,176,45,1) 100%);
}
div#login form div a {
	color: white;
	display: block;
	margin: 0.5em 0em;
	text-decoration: none;
	font-family: 'Arial';
}
div#login form div a:hover {
	text-decoration: underline;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}
footer {
    width: 95%;
    height: auto;
    position: absolute;
    margin-left: 2.5%;
    /*padding: 0em 2em;*/
    bottom: 0;
}
footer #linha-base {
	width: 100%;
	height: 0.5px;
	margin: 0 auto;
	position: relative;
	background-color: white;
}
footer #base {
	text-align: right;
	color: white;
}
footer #base div {
	margin: 0.5em 0em;
}
footer #base div a img {
	width: 5em;
}
footer #base div a {
	color: white;
	font-size: 1em;
	text-decoration: none;
}
div#manutencao{
	width: 60%;
	margin: 0 auto;
	margin-top: 2em;
}
div#manutencao h1{
	width: 100%;
	color: white;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	font-family: 'Verdana';
}
/***:: :: :: :: :: :: :: :: R E S P O N S I V O :: :: :: :: :: :: :: ::***/
/*Styles for all media: 800px and lower*/
@media all and (max-width: 800px) {
	header#logo img {
	    width: 8em;
	}
	div#login {
		width: 30%;
	}
	footer {
    width: 80%;
    height: auto;
    position: absolute;
    margin-left: 10%;
    /*padding: 0em 1em;*/
    bottom: 0;
}
}
/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	div#login {
		width: 70%;
	}
	footer #base {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        -webkit-flex-direction: column;
		           -moz-box-orient: vertical;
		           -moz-box-direction: normal;
		        flex-direction: column;
	}
	footer #base div {
		margin: 0.5em 0em;
		width: 100%;
		text-align: center;
	}
	footer #base div a img {
		width: 35%;
	}
}
/*Smartphone*/
@media only screen and (max-width : 328px) {
}

.center {
    margin-top:50px;
}

.modal-header {
	padding-bottom: 5px;
}

.modal-footer {
    	padding: 0;
	}

.modal-footer .btn-group button {
	height:40px;
	-webkit-border-top-left-radius : 0;
	   -moz-border-radius-topleft : 0;
	        border-top-left-radius : 0;
	-webkit-border-top-right-radius : 0;
	   -moz-border-radius-topright : 0;
	        border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}

.modal-footer .btn-group:last-child > button {
	border-right: 0;
}
