

body {
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    background-image: url(https://statictimecockpit.blob.core.windows.net/backgrounds/login-background-2025-04-01.jpg);
    background-position: center center;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: calc((100vh - 700px) / 2) 0 0 0;
    }

    a, a:visited {
    color: #25a0da !important;
    filter: brightness(100%);
    }

    .login-page {
    min-width: 340px;
    }

    div.form-group {
    position: relative;
    }

    .login-page div.link-right {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 24px;
    }

    .logo-container {
    position: absolute;
    width: 50%;
    height: 100%;
    max-width: 260px;
    right: 0;
    top: 0;
    padding: 20px 40px 20px 0;
    }

    .logo {
    background-image: url(https://statictimecockpit.blob.core.windows.net/logos/timecockpit.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: center;
    width: 100%;
    height: 100%;
    max-width: 220px;
    }

    .panel {
    border-radius: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    }

    .navbar-inverse {
    background-color: #25a0da !important;
    }

    .panel-default > .panel-heading {
    position: relative;
    background-color: #25a0da;
    color: #fff !important;
    border: none;
    padding: 40px;
    border-radius: 0;
    }

    .panel-body {
    padding: 40px 40px;
    }

    .panel-title {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }

    .panel-error {
    }

    .panel-error .alert-danger {
    padding: 0 0 10px 0;
    background-color: transparent;
    border: none;
    color: #dd0000;
    }

    .panel-error ul {
    list-style-type: none;
    padding-inline-start: 0;
    }

    label {
    margin-bottom: 2px;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #555;
    }

    .login-remember label {
    font-weight: normal;
    }

    .form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    }

    .form-control:focus {
    border-color: #25a0da !important;
    box-shadow: none;
    }

    .btn {
    border-radius: 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    }

    .btn img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    }

    .btn-primary, a.btn-primary {
    background-color: #25a0da !important;
    border-color: #25a0da !important;
    color: #fff !important;
    width: 100%;
    }

    .btn-primary:hover {
    filter: brightness(115%);
    }

    .list-inline {
    margin-left: 0;
    }

    .list-inline > li {
    display: block;
    padding: 0;
    }

    .alert {
    margin-bottom: 0;
    border-radius: 0;
    }

    .alert-danger {
    }

    .center-block {
    text-align: center;
    }

    .sign-up {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    }

    .separator {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    color: #999;
    margin-left: -20px;
    margin-right: -20px;
    }

    .separator:before,
    .separator:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #999;
    margin: auto;
    }

.pat div.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pat div.form-group label {
        width: 140px;
    }

.pat h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #25a0da;
}

    .pat h3:first-of-type {
        margin-top: 0;
    }

.pat a {
    filter: none;
}

.pat-form-control {
    padding: 6px
}

.pat-button, .pat-button:visited {
    background-color: #25a0da;
    border-color: #25a0da;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    padding: 4px 8px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-left: 5px;
}

.pat-button:hover, .pat-button:visited:hover {
    background-color: #1f86b7;
    text-decoration: none;
}

.pat-button:active, .pat-button:visited:active {
    border-color: #838383;
    background-color: #838383;
}

.pat-button:focus, .pat-button:visited:focus {
    border-color: #333;
    box-shadow: 0 0 0px 2px #ccc;
    outline: none;
}

.pat-actions {
    text-align: right;
}

.pat-table {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 5px 0px;
    border-top: 1px solid #d4d4d4;
    padding-top: 5px;
}

.pat-table > div {
    padding-bottom: 5px;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 20px;
}

.pat-table > div:nth-of-type(4n+1) {
    padding-left: 0;
}

.pat-scroll {
    margin-bottom: 20px;
    margin-left: -40px;
    overflow: auto;
    max-height: calc(100vh - 700px);
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 500px) {
    body {
        margin-top: 60px;
    }

    .pat-scroll {
        max-height: calc(100vh - 500px);
    }
}
