@CHARSET "ISO-8859-1";

body {
	color: #000 !important;
	background-color: #eff7ff !important;
    border-top: 10px solid #e46713;
    font-family: Arial;
}

html, body {
	height: 100%;
}

h1 {
    font-size: 34px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}
a, a:hover {
    color: #1b1145;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.forms {
    background-color: white;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 1px 4px #f0f0f0;
    margin-bottom: 15px;
    padding: 30px 30px 15px;
}
.esqueci-senha {
	height: 40px;
}
.help-email, .config-email, #flagPrivateComputer, .tooltip-bottom, .label-check, .alert-info {
	display: none;
}

.box {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin: 20px 0;
    padding: 0 20px;
}
.txt-center, .thumbnail {
    text-align: center;
}
#logo{
	margin: 20px;
}
.thumbnail {
    padding: 10px;
}
.caption h3, .festas a {
	font-size: 12px;
	font-weight: bold;
}
.festas a {
	font-size: 10px;
	padding: 10px 4px;
}
.thumbnail .caption {
    padding: 0;
}
@media screen and (min-width: 990px) { 
	.caption h3, .festas a {
		font-size: 15px;
	}
	
}