﻿* {
    margin: 0;
    padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
    left: 0px;
    top: 0px;
}
body, html {
    color: black;
    background-color: #140101;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.renderbody {
    background-color: #7ACC65;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px 20px 20px;
    border-radius: 0px 0px 10px 10px;
    font-family: 'Inter-Variable', sans-serif;
    height: 72%;
    min-height: 700px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    text-decoration: none;
}

.banner-background {
    border-radius: 10px 10px 0 0;
    background-color: #7ACC65;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 20px;
}

.book-img {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
}

.banner-text {
    position: absolute;
    font-weight: bold;
    font-size: 50px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.login-header {
    font-family: 'CooperBlackProCd';
    font-weight: bolder;
    color: #140101;
}

.contentbg {
    width: 1024px;
    background-color: #140101;
    display: flex;
    flex-direction: column;
    padding: 40px;
    min-height: 700px;
    height: 700px;
}

.banner-packet {
    margin-left: 20px;
    border: 2px white solid;
    -ms-transform: none; 
    -webkit-transform: none; 
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4); 
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4); 
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
    height: 120px;
    float: left;
    z-index: 2999;
    position: relative;
    left: -45px;
    top: 20px;
}

.banner-packet-2 {
    margin-left: -20px;
    border: 2px white solid;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4); 
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4); 
    height: 120px;
    float: left;
    z-index: 3000;
    position: relative;
    left: -42px;
    top: 16px;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    -webkit-perspective: 1000;
}

.banner-ext {
    height: 200px;
    background-color: #00458D;
    width: 100%;
    margin-left: 850px;
}

.banner-logo {
    background-color: #E7EDF4;
    width: 350px;
    float:right;
    height: 200px;
    position: relative;

}

    .banner-logo div {
        position: fixed;
    }

    .banner-logo img {
        position: absolute;
        bottom: 40px;
        left: 45px;
    }

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.bigboxit {
    margin-bottom: 25px;
    margin-top: 25px;
    width: 600px;
}

.boxit, .boxit div {
    color: white;
    width: 290px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

    .boxit .label {
        padding-left: 10px;
        width: 100px;
        vertical-align: middle;
    }

    .boxit .field {
        width: 170px;
        vertical-align: middle;
    }

        .boxit .field input {
            width: 100%;
            height: 25px;
        }

.username {
    background-color: #794C9E;
    color: white;
}

.password {
    margin-left: 25px;
    background-color: #00458D;
}

.helpful {
    margin-left: 50px;
}

    .helpful li {
        padding: 5px;
    }

.card {
    background-color: #fefff8;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 900px;
}

    .card h2 {
        color: #140101;
        text-align: center;
        margin-bottom: 20px;
    }

    .card h3 {
        color: #140101;
        text-align: left;
        margin-bottom: 15px;
    }

.row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.logout-row {
    display: flex;
    padding: 0 60px;
    justify-content: space-between;
    align-items: center;
}

.bolder {
    font-weight: bolder;
}

.row.bottom-row {
    align-items: center;
}

.bottom-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column {
    flex: 1;
    padding: 5px 10px;
}

/*.logout-row .column {
    flex: 0 1 auto;
}*/

.label {
    font-weight: bold;
    text-align: left;
    display: inline-block;
    width: 100px;
}

.field {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 5px 10px 5px 20px;
    border-radius: 15px;
    height: 50px;
}

.field-username {
    background-color: #AADBFF;
}

.field-password {
    background-color: #FFC2D1;
}

.field input {
    width: calc(100% - 110px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-size: 16px;
    height: 24px;
    font-family: Inter-Variable;
}

    .field input::placeholder {
        color: #ddd;
    }

.login-section a {
    display: block;
    text-align: left;
    margin: 10px 0;
    color: #00458D;
    text-decoration: none;
}

.scan-btn {
    padding: 10px;
    border-radius: 25px;
    width: 120px;
    font-size: 19px;
}

#Forgot {
    font-family: Inter-Variable !important;
    padding: 10px;
}

.welcome-text {
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    padding-bottom: 20px;
}

.forgot-password {
    display: flex;
    flex-direction: column;
}

.ui-dialog-buttonset {
    display: flex;
}

.bottom-title {
    font-weight: bolder;
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
}

.link {
    color: #FD2324;
}

.ups-link {
    font-weight: bolder;
    color: #FD2324;
}

.ups-p {
    font-size: 14px;
}

.content-module {
    text-align: left;
}

    .content-module ul {
        margin: 0;
        padding: 0 0 0 10px;
        list-style: none;
    }

        .content-module ul li {
            margin-bottom: 0px;
            position: relative;
            padding-left: 15px;
            font-size: 14px;
        }

            .content-module ul li:before {
                content: '•';
                position: absolute;
                left: 0;
                color: black;
            }

    .content-module a {
        color: #00458D;
        text-decoration: underline;
    }

.big-text {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 20px;
}

    .big-text p {
        margin-bottom: 15px;
    }

.ups-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 10px;
    text-align: center;
}

    .ups-section img {
        max-width: 180px;
        margin-bottom: 10px;
    }

.logout-ups {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 10px;
    text-align: center;
}

    .logout-ups img {
        max-width: 180px;
        margin-bottom: 10px;
    }

.space-between {
    margin-bottom: 15px;
    font-size: 14px;
}

    .space-between:last-of-type {
        margin-bottom: 0px;
    }


.banner {
    border: none;
}

.login-form {
    width: 45%;
    padding-right: 20px;
}

.ui-dialog {
    font-family: Inter-Variable !important;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}

    .ui-dialog .ui-dialog-buttonpane button {
        margin: 0 0 0 20px;
    }

.forgot-password > h3 {
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    display: none;
}

.maintenance-card {
    text-align: center;
    border-radius: 15px;
    background-color: #fefff8;
    padding: 50px;
    gap: 120px;
    display: flex;
    align-items: center;
    font-size: 25px;
    width: 900px;
}

    .maintenance-card img {
        width: 35%;
    }

.maintenance-message {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    font-size: 18px;
    color: #140101;
}

/*.sso-logout-card {
    margin-top: -100px;
    text-align: center;
    flex-direction: column;
    background-color: #fefff8;
    padding: 75px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 25px;
    width: 900px;
}*/

.logoutDesc {
    font-size: 22px;
}