﻿html, body {
    height: 100%;
    overflow-y: auto;
}

.LoginPage {
    min-height: 100vh;
    background: linear-gradient(rgba(222,222,222,1), rgba(222,222,222,0));
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.CenterMe {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    max-width: 1880px;
}

.LoginRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.LoginForm2 {
    background: #FFFFFF;
    max-width: 300px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.24);
    border-radius: 20px;
}

    .LoginForm2 input {
        font-size: 14px;
        background: #eaeaea;
        width: 100%;
        border: 0;
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 10px;
    }

        .LoginForm2 input[type=submit] {
            color: #FFFFFF;
            background: #AAAAAA;
            cursor: pointer;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }

            .LoginForm2 input[type=submit]:hover {
                background: #999999;
            }

.LoginLinks {
    font-size: 14px;
    text-align: left;
}

.LoginLogo img {
    width: 200px;
    padding-bottom: 16px;
}

#slideshow {
    width:600px;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 1;
/*    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);*/
}

@media screen and (max-width: 1135px) {
    #slideshow {
        display: none;
    }
}

/* Contact Section */
#pticontact {
    margin-top: 1px;
    margin-bottom: 1px;
}

.rowContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.review1 {
    text-align: center;
    display: inline-block;
    margin: 15px;
    max-width: 300px;
    flex: 1 1 250px;
}

/* Footer */
.peterbiltfooter {
    background-color: #8bc7ed;
    border-top: 4px solid #5ca9dd;
    border-left: 4px solid #5ca9dd;
    padding: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.pti-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ptiimage {
    max-height: 165px;
    object-fit: contain;
}

.pti-content {
    flex: 1;
    text-align: center;
    padding-left: 30px;
}

    .pti-content h1 {
        margin: 10px 0;
        font-size: 2.5em;
        font-weight: 500;
        color: white;
    }

.ptibutton {
    display: block;
    width: 360px;
    margin: 20px auto 0;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 4px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border: 1px solid #ddd;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .ptibutton span {
        display: block;
        background-color: #ed1c24;
        padding: 10px 0;
    }

.qrCodeImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 246px;
    height: 246px;
    cursor: pointer;
}
