* {font-family: Arial,Helvetica,sans-serif ;
	border-radius: 7px;
	/*box-shadow: 0px 5px 10px rgba(0,0,0,0.5);*/
}
	
body
{
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 10px;
	
	/*background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	
	opacity: 0.9; /*0.5*/
	filter:  alpha(opacity = 50); /*50*/	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
body {
	background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }
}

@media only screen and (min-width : 321px) {
body {
	background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }
}

@media only screen and (max-width : 320px) {
body {
	background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
body {
	background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
body {
	background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
body {
	background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }
}

@media only screen and (min-device-width : 1080px) and (max-device-width : 1920px) and (orientation : portrait) {
body {
	background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }
}

@media only screen and (min-width : 1224px) {
body {
	background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }
}

@media only screen and (min-width : 1824px) {
body {
	background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
body {
	background-image: url("../images/fondo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }
}


.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: 5;
    border-bottom-right-radius: 5;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 5;
    border-top-right-radius: 5;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -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);
}
.login-title
{
	color: #ffffff;
	/*color: #000000;*/
    font-size: 18px;
    /*font-weight: 400;*/
	font-weight: bold;
    display: block;
}
.profile-img
{
	width: 130px;
    height: 130px; /*60px;*/
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0%;

	/*border-top-left-radius: 400px 400px;
	border-top-right-radius: 400px 400px;*/
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

footer p 
{
	font-size: 14px;
	/*color: #ffffff;*/
	color: #000000;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}