html, body { 
  background: url(../imagens/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

.login{
	margin-top: 5%;
	min-height: 100%;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    opacity: 0.85;
    background-color: #ffffff;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    
    /*width : 350px;*/
	border: 2px solid white;
    border-radius: 15px;
}

.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 76px;
    height: 46px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

#wrap {
  min-height: 100%;
}

#main {
  
  padding-bottom:30px; /* this needs to be bigger than footer height*/
}

.footer {
  position 		: relative;
  margin-top 	: -30px; /* negative value of footer height */
  height 		: 30px;
  clear 		: both;
  padding-top 	:5px;
  background-color: #0F0F0F;
  text-align 	: center;
  font-size 	: 9px; 
} 

.footer a {
	color			: #ffffff; 
}

@media screen and (min-width: 667px) and (orientation:landscape) {
	.login{
				
			}
	
	.account-wall{
		 /*background-color: #0F0F0F;*/
	}	
}


@media screen and (min-width: 667px) and (orientation:portrait) {
	.login{
				
			}
	
	.account-wall{
		 /*background-color: #0F0F0F;*/
	}	
}