.x-css-shadow {
    display: none !important;
}

.x-panel-default-framed {
    border-width: 0;
}

.x-mask {
    background: none;
}

body {
    overflow: hidden;
    background: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.label-login {
    color: #595959;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.image-login {
    padding: 10px;
}

.form-login {
    text-align: center;
}

.button-login {
    border: none;
    padding: 5px;
    background: #007bff;
    transition: background-color 0.3s ease;
    padding: 10px;
    margin: 5px;
    min-width: 150px;
    border-radius: 10px;
}

.button-login:hover {
    background: #0961be;
}

#buttonLogin-btnInnerEl {
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.logo {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.logo img {
    padding-top: 30px;
}

.copyright {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    margin: 15px;
}