@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px}

html, body {
    margin: 0px;
    padding: 0px;
    background: #396FA5
}

a {
    text-decoration: none;
}

#topo {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 0px;
    background: #0074B8;
}

#topo img {
    float: left;
    margin: 80px 80px 0px 550px;
    border: none;    
}

#flogin {
	position: absolute;
	top: 320px;
	left: 50%;
	margin-left: -170px;
	width: 300px;
	border: 1px #fff solid;
	padding: 20px;
}

#flogin p {
	float: left;
	width: 100%;
	margin: 7px 0px;
}

#msg {
    background: #fff;
    font-weight: bold;
    text-align: center;
    color: #f00;
    background-color: #FFF8DC;
    padding: 5px 0px;
    font-size: 14px;
}

#flogin label {
	float: left;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #fff;
    -font-weight: bold;
    font-variant:small-caps;
}

#flogin #login , #flogin #senha {
	float: left;
	width: 213px;
	height: 25px;
	border: 1px #aaa solid;
	padding: 1px 2px;
}

.botao {
	float: right;
    width: auto !important;
    font-size: 13px !important;
    color: #fff;
    border: none!important;
    cursor: pointer;
    font-variant:small-caps;
    padding: 0 2em !important;
    line-height: 35px;
    height: 35px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    background: #474747;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.botao:hover {
    background: #FF3131;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}