body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    line-height: 1.5;
    margin: 0;
}

h1 {
    font-size: 1.25em;
    text-align: left;
    margin: 0;
    font-family: system-ui;
    padding: 0 200px;
}

h2 {
    margin-top: 0;
}

.bg-custom-black {
    background-color: black;
}

#contentBody {
    font-family:system-ui;
    padding-bottom: 20px;
    text-align: center;
}

#contentContainer {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 50%;
}

#header-background {
    background-color: black;
    position: sticky;
    top: 0;
    left: 0; 
    display: flex; 
    height: 64px;
    width: 100%;
    min-width: 1400px;
}

#verizon-logo {
    background-image: url("/public/images/verizon-logo.svg");
    display: block;
    height: auto;
    width: 109px;
    margin-left: 15px;
    margin-top: 21px;
    background-size: 90%;
    background-repeat: no-repeat;

}

#pm-portal-title {
    color: #FFF;
    margin-left: 7px;
    margin-top: 21.5px;
    font-size: 16px;
    font-weight: 600;
    font-family:system-ui;
}

.footer{
    border-top: 1px solid lightgray;
    background-color: #fff;
    min-height: 47.2px;
    overflow: hidden;
    position: sticky;
    bottom: 0;
    width: 100%;
    min-width: 1400px;
    margin-top: auto;
    left:0px; 
    right:0px;
  
}

.img-footer {
    height: 32px;
    width: 42px;
}

.copyright{
    font-size: 12px;
    float: right;
    margin-top: 15px;
    margin-bottom: 0;
    margin-right: 35px;
    font-family:system-ui
}

img{
    margin-top: 6px;
    padding: 4px;
}

.logout-content {
    min-width: 1400px;
}

.logout-info {
    text-align: center;
    margin: 22px auto;
    box-shadow: 0 4px 5px 0 #EBEFF5, 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.20);
    background-color: #f6f6f6;
    padding-top: 16px;
    padding-bottom: 16px;
    width:1200px;
}

.logout-text {
    padding: 0 200px;
    text-align: left;
    font-size: 14px;
    font-family: system-ui;
}