﻿html, body
{
    font-family: Arial, sans-serif;
    margin: auto;
}

.btn .btn-primary
{
    font-weight: bold !important;
}


@media (min-width: 100px)
{
    .password-toggle
    {
        left: 89% !important;
    }
}

@media (min-width: 576px)
{

    .password-toggle
    {
        left: 94% !important;
    }

    .fixed-bottom
    {
        position: relative;
    }
}

@media (max-width: 576px)
{
}

@media (min-width: 768px)
{
    .password-toggle
    {
        left: 92% !important;
    }

    .fixed-bottom
    {
        position: relative;
    }
}

@media (min-width: 992px)
{
    body
    {
        background-image: linear-gradient(#00A2E859, white);
    }

    .password-toggle
    {
        left: 94% !important;
    }

    .fixed-bottom
    {
        position: relative;
    }
}

@media (max-height: 547px)
{
    .login-alert
    {
        position: fixed;
        top: 197px;
        right: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        margin: 0px !important;
    }
}


    .label
    {
        margin: 5px;
    }

    .chk
    {
        margin-left: 30px;
    }

    .errorMessage
    {
        color: red;
        font-weight: bold;
        margin: 5px;
        text-align: center;
        padding-top: 20px
    }

    .password-container
    {
        width: 400px;
        position: relative;
    }

    .login-button
    {
        font-weight: 900 !important;
        height: 48px;
    }

    .forgot-password-link
    {
        font-weight: bold !important;
    }

    .password-toggle
    {
        position: absolute;
        left: 92%;
        top: 9px;
        z-index: 100;
        color: #00A2E8;
        font-size: 14pt;
        font-weight: bold;
        cursor: pointer;
    }
/* ===============================================================
   CLIENT BRANDING — LOGIN PAGE
   Post-deployment customization. Re-apply after every upgrade.
   Last updated: <date> by <name>
   =============================================================== */

/* --- 1. Theme palette (drives the Sign In button, input text, etc.) --- */
:root {
    --site-primary:         #00A2E8;
    --site-primary-light:   #2E86C1;
    --site-primary-lighter: #85C1E9;
    --site-primary-dark:    #154360;
    --site-secondary:       #85ebff;
    --site-secondary-light: #F8C471;
}

/* --- 2. Header banner: colour, image, position, size --- */
.screen-header-image-container {
    background-color:    #00A2E8 !important;
    background-image:    url("../images/custom/login-header.png") !important;
    background-position: center center !important;
    background-size:     350px auto !important;
    background-repeat:   no-repeat !important;
    height:              180px !important;
    margin-bottom:       19px !important;
}

/* --- 3. Header overlay: logo, text colour and position --- */
.screen-header-container {
    color: #FFFFFF !important;
    top: 25px !important;
    margin-left: 10px !important;
}

.screen-header-caption-image-container img {
    content: url("../images/custom/custom-logo-white.png") !important;
    height: 50px !important;
    width: auto !important;
}

/* --- 4. Links --- */
.forgot-password-link a {
    color: #00A2E8 !important;
}

/* --- 5. Hide Webtime header title and greeting --- */
.screen-header-title {
    display: none !important;
}

.screen-header-caption {
    display: none !important;
}
/* --- 6. Hide original 1Staff header logo --- */
.screen-header-caption-image-container {
display: none !important;
}
/* FORCE custom login header sizing */
div.screen-header-image-container {
    background-image: url("../images/custom/login-header.png") !important;
    background-position: center center !important;
    background-size: 350px auto !important;
    background-repeat: no-repeat !important;
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
}