/*!
 * Custom CSS
 */
.width-30-pct{
	width:30%;
}
 
.text-align-center{
	text-align:center;
}
 
.margin-bottom-1em{
	margin-bottom:1em;
}
.margin-top-2{
	margin-top: 2em;
}

html, body, h1, h2, h3, h4, h5, ul, div, form, input, p, span {
	font-family: Tahoma, Geneva, sans-serif;
}

html {
	height:100%;
	width:100%;
}

body {
	background-color: #FFFFFF;
	background-image: url('../../images/fundao.jpg');
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.outline-bg {
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.icon-green {
	color: #388e3c;
}

#clouds {
  width: 90%;
}

/** FIXES for error messages https://github.com/Dogfalo/materialize/issues/1562*/
 label {
    width: 100%;
}
.input-field label {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}
