body.bg-login{
	background: url(../images/bg-login.jpg)  no-repeat center center fixed;
}

.flex-container{
	display: flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 100vh;
	background-size:cover; 
}
.caixa-login{
	background: rgba(255,255,255,0.8);
	text-align: center;
	width: 30%;
	min-width: 500px;
	padding: 1rem 3rem;

}
.smalltxt{
	font-size: 0.8rem;
}
.smalltxt a{color: #317541;}
.smalltxt a:hover{color: #2A3462;}

.btn, .btn-large {
    background-color: #2A3462;}

.btn, .btn-large, .btn-flat {
	border-radius: 0;
}
.input-field label {

}
.input-field.col label {
left: 0.75rem;}

.logo{
	margin-top: 10px;
	margin-bottom: -10px;
	max-height: 85px;
}
nav{
	box-shadow: none;
	border-bottom: 1px solid #317541;
	margin-bottom: 26px}

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

.avatar {
	height: 65px;	
	margin: 10px;
}

h2{
	font-size: 2rem;
	font-weight: bold;
	color: #2A3462;
}
h3{
	font-size: 1.8rem;
	font-weight: 300;
	color: #2A3462;
}
.no-margin{
	margin: 0;
}

.notificacoes p{
	color: #317541;
}

hr{
	border-top: 1px solid #317541;
	border-bottom: 0;
	margin: 30px 0;
}
.collection li:nth-child(odd) {
background-color: #F5FDF7;  
}

.collection li:nth-child(even) {
background-color: #fff;  
}

.collection li:hover{
	background-color: #f7f7f7;
}

input.form-error{
	background-color: rgba(255,0,0,0.2) !important;

}

@media only screen and (max-width: 992px) {
.flex-container{
	display: flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 100vh;
	background-size:cover; 
}
.caixa-login{
	background: rgba(255,255,255,0.8);
	text-align: center;
	width: 90%;
	min-width: 300px;
	height: 90%;
	min-height: 500px;
	padding: 1rem 2rem;
}

}	
@media only screen and (max-width: 600px) {

.usuario{
	display: inline-block;
	text-align: center;
	font-size: 0.85rem;
	margin: 10px 0;

}
}	

.lirefunds {
	margin-bottom: 20px !important;
	padding: 20px !important;
}

.month-nav .btn, .month-nav .btn-flat {
	padding: 0 1.2rem;
}

.pagination li.active {
    background-color: #2A3462;
}