/* =========================================================
   FUNDO
   ========================================================= */

body {

    background:
        radial-gradient(
            circle at top left,
            #ffffff 0%,
            #eef2f7 45%,
            #dce3eb 100%
        ) !important;

    min-height: 100vh !important;

    margin: 0 !important;

    font-family: Arial, Helvetica, sans-serif !important;
}


/* =========================================================
   CAIXA LOGIN
   ========================================================= */

.login-ui .login-dialog {

    width: 420px !important;

    max-width: 95% !important;

    padding: 30px !important;

    border-radius: 22px !important;

    background: rgba(255,255,255,0.88) !important;

    backdrop-filter: blur(10px) !important;

    box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;

    border: 1px solid rgba(255,255,255,0.4) !important;
}


/* =========================================================
   LOGO LOGIN
   ========================================================= */

.login-ui .login-dialog .logo {

    background-image: url("https://flaviovrb.com/tek/logo-64.png") !important;

    background-size: contain !important;

    background-repeat: no-repeat !important;

    background-position: center center !important;

    width: 120px !important;

    height: 120px !important;

    margin: 0 auto 15px auto !important;

    display: block !important;
}


/* Remove logo original */

.login-ui .login-dialog .logo svg,
.login-ui .login-dialog .logo img {

    display: none !important;
}


/* =========================================================
   REMOVE TEXTO ORIGINAL
   ========================================================= */

.login-ui .app-name.ng-binding {

    font-size: 0 !important;

    color: transparent !important;

    line-height: 0 !important;

    position: relative !important;

    margin-top: 5px !important;

    margin-bottom: 25px !important;
}


/* =========================================================
   NOVO TEXTO
   ========================================================= */

.login-ui .app-name.ng-binding::after {

    content: "TEK-SYSTEM ERP" !important;

    color: #1f2937 !important;

    font-size: 34px !important;

    font-weight: 700 !important;

    line-height: normal !important;

    display: block !important;

    text-align: center !important;

    letter-spacing: 1px !important;
}


/* =========================================================
   INPUTS
   ========================================================= */

.login-ui input {

    height: 50px !important;

    border-radius: 12px !important;

    border: 1px solid #d1d5db !important;

    background: #ffffff !important;

    font-size: 16px !important;

    padding: 10px 14px !important;

    box-sizing: border-box !important;

    margin-bottom: 15px !important;

    color: #111827 !important;
}


/* =========================================================
   INPUT FOCUS
   ========================================================= */

.login-ui input:focus {

    border-color: #2563eb !important;

    box-shadow: 0 0 0 4px rgba(37,99,235,0.15) !important;

    outline: none !important;
}


/* =========================================================
   PLACEHOLDERS
   ========================================================= */

.login-ui input::placeholder {

    color: #9ca3af !important;

    opacity: 1 !important;

    font-size: 15px !important;
}


/* =========================================================
   BOTÃO LOGIN
   ========================================================= */

.login-ui .buttons {

    margin-top: 10px !important;
}


.login-ui .buttons button,
.login-ui input[type="submit"],
.login-ui .login-dialog button {

    width: 100% !important;

    height: 54px !important;

    border-radius: 14px !important;

    border: none !important;

    background: linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    ) !important;

    color: #ffffff !important;

    font-size: 18px !important;

    font-weight: 700 !important;

    letter-spacing: 0.5px !important;

    cursor: pointer !important;

    transition: all 0.25s ease !important;

    box-shadow: 0 4px 14px rgba(37,99,235,0.25) !important;

    opacity: 1 !important;
}


/* Hover */

.login-ui .buttons button:hover,
.login-ui input[type="submit"]:hover,
.login-ui .login-dialog button:hover {

    background: linear-gradient(
        135deg,
        #1d4ed8,
        #1e40af
    ) !important;

    transform: translateY(-1px) !important;

    box-shadow: 0 6px 18px rgba(37,99,235,0.35) !important;
}


/* Clique */

.login-ui .buttons button:active,
.login-ui input[type="submit"]:active,
.login-ui .login-dialog button:active {

    transform: scale(0.98) !important;
}


/* =========================================================
   LOGO SUPERIOR INTERNO
   ========================================================= */

.header .logo {

    background-image: url("https://flaviovrb.com/tek/logo-64.png") !important;

    background-size: contain !important;

    background-repeat: no-repeat !important;

    background-position: center center !important;
}


/* =========================================================
   RESPONSIVO TABLET
   ========================================================= */

@media (max-width: 768px) {

    .login-ui .login-dialog {

        width: 90% !important;

        padding: 25px !important;
    }

    .login-ui .login-dialog .logo {

        width: 100px !important;

        height: 100px !important;
    }

    .login-ui .app-name.ng-binding::after {

        font-size: 28px !important;
    }
}


/* =========================================================
   RESPONSIVO CELULAR
   ========================================================= */

@media (max-width: 480px) {

    .login-ui .login-dialog {

        width: 95% !important;

        padding: 20px !important;

        border-radius: 18px !important;
    }

    .login-ui .login-dialog .logo {

        width: 80px !important;

        height: 80px !important;
    }

    .login-ui .app-name.ng-binding::after {

        font-size: 22px !important;
    }

    .login-ui input {

        height: 46px !important;

        font-size: 15px !important;
    }

    .login-ui .buttons button {

        height: 48px !important;

        font-size: 16px !important;
    }
}
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

/* Label/tag denoting the user that shared a connection */
.jdbc-share-tag {

    background: #0095ff;
    padding: 0.25em;

    -moz-border-radius:    0.25em;
    -webkit-border-radius: 0.25em;
    -khtml-border-radius:  0.25em;
    border-radius:         0.25em;

    color: white;
    font-size: 0.75em;
    font-weight: bold;

}
