body{
	background-color: silver;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.container{
	background-color:white;
	width: 500px;
	min-height: 400px;
	margin:auto;
	opacity: 0.95;
	border-radius: 10px 10px 0px 0px;
	margin-top: 90px;
	padding-top:40px;
    padding-left: 0px;
    padding-right: 0px

}


.container .box{
	padding: 40px 40px 0px 40px;
}

.container h1{
	font-size: 32px;
	color: black;
	font-variant: all-petite-caps;
	text-align: center;
	font-weight: bold;

}


.container .form-control{
	height: 64px;
	background-color: #f3f3f3;
	text-align: center;
}

.container .btn-black{
	background-color:black;
	color:white;
	line-height: 40px;
	font-weight: bold;
}

.container .logo-login{
	padding-top: 40px;
	text-align: center;
	padding-bottom: 20px;
}

.container .login-footer{
	background-color: #707070;
	color:white;
}

.container .login-footer a{
	color:white;
	text-decoration: none;
}
.container .login-footer a:hover{
	background-color: black;
}

.container .login-footer .left{
	float:left;
	width: 50%;
	text-align: left;
	padding: 20px;
	font-weight: bold;
}

.container .login-footer .right{
	float:right;
	width: 50%;
	text-align: right;
	padding: 20px;
	font-weight: bold;
}

.login-message{
	text-align: center;
    background-color: red;
    color: white;
    width: 500px;
    margin: auto;
    border-radius: 0px;
}

.box-idiomas{
	width: 200px; 
	margin:auto; 
	padding-top: 20px;
}


.icon-flag{
    width: 20px;
    height: 20px;
    display: block;
    float:left;
}



.flag-usa{
    background-image: url(../img/icones/flags/1475874972_flag-usa.png);
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    color: black;
}

.flag-espanha{
    background-image: url(../img/icones/flags/1475874984_flag-spain.png);
    padding-right:40px;
    background-position: right center;
    background-repeat: no-repeat;
    color: black;
}