body {
	margin: 0px;
	background-image: linear-gradient( 65.5deg, rgba(23,205,205,1) -15.1%, rgba(23,25,95,1) 96.5% );
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	color: #aaa;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.login {
	margin: 0 auto;
	max-width: 500px;
	padding-top: 7px;
}

.login-header {
	color: #fff;
	text-align: center;
	font-size: 300%;
}

.login-form {
	background: #eeeeee;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000;
}

.login-form {
	box-sizing: border-box;
	padding: 10px;
	margin: 50px auto;
	text-align: center;
	overflow: hidden;
}

.login input[type="text"], .login input[type="password"] {
	width: 100%;
	height: 40px;
}

.log-btn {
	width: 100%;
	font-size: 16px;
	height: 50px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #728aa2;
}

.esqueceu-senha {
	font-weight: bold;
	text-align: right;
}

.ui-inputfield {
	width: 100% !important;
}

.volta-modal {
	color: #607d8b;
	cursor: pointer;
}

.campos-form {
	margin-bottom: 5px;
	text-align: left;
}

.button {
	width: 100%;
	padding: 5px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.text-align-right {
	text-align: right;
	font-weight: bold;
}

.text-align-left {
	text-align: center;
	font-weight: bold
}

.login-info {
	font-size: 11px;
}

.clear {
	clear: both;
}

footer {
	color: #fff;
	background-color: #0e0e0e;
	padding-top: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: 'Lato', sans-serif;
}

footer p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5;
}

@media ( max-height : 767px) and (max-width: 767px) {
	footer {
		position: initial;
	}
}

#logo_login_page {
    width: 30%;
    margin-bottom: 15px;
}

