﻿body, html {
    height: 100%;
}

body {
    background: url(images/Jobpac.jpg?20220131) no-repeat center center fixed;
    background-size: cover;
    padding-top: 56px;
}

#specialBackground {
    background-color: #f1f1f6;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 56px;
}

body, p {
    color: #3B3C39;
}

.container {
    background-color: #fff;
    width: 469px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 10px;
    padding-bottom: 30px;
}

    .container fieldset {
        padding-left: 18px;
        padding-right: 18px;
    }

.text-middle {
    display: flex;
    align-items: center;
}

.customer-contrainer {
    margin-left: 15px;
    width: 240px;
}

#SiteNameTextBox {
    width: 114px;
    display: none;
}

.Text {
    color: black;
}

.errorText {
    color: #ff0000;
}

#btnLogin, #btnEmail, #btnVOne, #btnBasicAuth {
    margin-bottom: 20px;
}

    #btnLogin.btn-outline-primary,
    #btnBasicAuth.btn-outline-primary {
        color: #0063A3;
        background-color: transparent;
        border: 1px solid #0063A3;
        padding-top: 1.5px;
        padding-bottom: 1.5px;
        font-size: 14px;
        text-transform: capitalize;
        height: 45px;
        width: 100%;
    }

        #btnLogin.btn-outline-primary:hover,
        #btnLogin.btn-outline-primary:focus,
        #btnBasicAuth.btn-outline-primary:hover,
        #btnBasicAuth.btn-outline-primary:focus {
            color: #0082d6;
            background-color: rgba(0,99,163,.15);
            border-color: #0082d6;
        }

        #btnLogin.btn-outline-primary:focus,
        #btnBasicAuth.btn-outline-primary:focus {
            box-shadow: 0 0 0 3.2px rgba(38, 122, 177, .5);
        }

        #btnLogin.btn-outline-primary:active,
        #btnBasicAuth.btn-outline-primary:active {
            color: #00548a;
            background-color: rgba(0,99,163,.2);
            border-color: #00548a;
        }

#btnReset {
    color: #37a0e0;
    font-size: 12px;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    text-decoration: solid;
    text-decoration-line: none;
    text-decoration-color: initial;
    margin-bottom: 10px;
}

    #btnReset:visited {
        color: #37a0e0
    }

    #btnReset:hover {
        color: #5e4a92;
        text-decoration: underline
    }

.jc-header-color-container {
    background-color: #0063A3;
}

hr.customer-comms-hr {
    background-color: #349C44;
    border: 0;
    margin-top: 16px;
}
.footer a {
    pointer-events: auto;
}
.trimble_footer {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-bottom: 36px solid #FBAD26;
    margin-right: 180px;
    padding-bottom: 30px;
    pointer-events: none;
}

.footer {
    margin: 0;
    padding-left: 24px;
    padding-bottom: 75px;
    border-bottom: 36px solid #0E416C;
    pointer-events: none;
}
.password-wrapper {
    position: relative;
}

.password-box {
    padding-right: 40px; /* Space for the icon */
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    cursor: pointer;
    opacity: 0.6;
}

    .password-toggle-icon:hover {
        opacity: 1;
    }
