#world_background {
    background: url(/www/modules/systemLogin/img/world.jpg) no-repeat center center; 
    /*background: url(/www/modules/systemLogin/img/map-world.png) no-repeat center center;*/ 

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: fixed;
    right:0;
    left:0;
    top:0;
    bottom:0;

    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */

    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

    z-index:-1;
}

.link_reset {
    font-size:16px;
    color: #428bca;
}

.link_reset:link { 
    color: #000000;
    text-decoration: none;
}

.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;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[name="nazwalogowania"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[name="haslologowania"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
