@charset "utf-8";

/* Isolated Login Styles extracted from sub-layout.css */

/* .sub-container.wide needed for login layout centering */
.sub-container.wide {
    position: relative;
    width: 100%;
    margin-left: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 152px 20px 100px;
}

/* .sub-content */
.sub-content {
    width: 100%;
}

/* .con00 - Login page content area */
.con00 {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

/* .sub-title */
.sub-title {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 2px solid #40434b;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.sub-title h2.pageTitle {
    font-size: 3.0rem;
    font-weight: 600;
}

/* Media Queries for layout */
@media all and (max-width:1400px) {
    .sub-container {
        width: 100%;
        margin: 0;
    }
}

@media all and (max-width:768px) {
    .sub-title {
        margin-bottom: 30px;
    }
    .sub-title h2.pageTitle {
        font-size: 2.5rem;
        font-weight: 600;
    }
}
