html {
    width: 100%;
    height: 100%
}

/** Login */

.defaultBackground{
    background: url('background.jpg') no-repeat center center fixed!important; 
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
}

body{
    background: url(background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.loginContainer form{
    background: rgba(255, 255, 255, 1.0) url("login.png") no-repeat scroll center 20px!important;
}

.loginContainer{
    border-bottom: 5px solid #009fe3!important;
    border-top: 5px solid #009fe3!important;
}

.loginContainer #submitButton, .loginContainer #resetSubmitButton, .loginContainer #resetSubmitButton{
    background-color:#009fe3!important;
}

.login_event_statistics .fl3c_col_id {
    color: #009fe3!important;
}

#pincode{
    border: 5px solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-color: #009fe3;
}

.store-buttons-wrapper{
    display:none;
}

.fl3c_wrapper{
    color: #009fe3!important;
}

.loginSupporterContainerWrapper{
    display:none!important;
}
