body, html {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: url("../_img/fundo.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.container {
	margin-top: 40px ;
}

input {
	margin-bottom: 10px ;
}

.senha {
	background-color: #3193a8;
}

.confirma {
	background-color: #3193a8;
}

.container {
	margin-top: 20px;
}

.paragrafo{
  text-indent: 10px;
}

div.left {
	position:relative;
	width: 70%;
	float:left;
}

div.right {
	position:relative;
	width: 30%;
	float:left;
	padding-left:0px;
}

.name {
	color: #ffffff;
}

.link {
	color: #000000;
}

