﻿body {
    color: #eeeeee;
    padding-top: 90px;
    padding-bottom: 10px;
    background-color: #16212f;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.navbar {
    background-color: #16212f;
    border: none;
}

.navbar-header img {
    max-height: 68px;
}

.navbar-brand-image {
    display: inline-block;
    padding-top: 10px;
}

.login-page,
.help-page {
    max-width: 860px;
}

.login-intro {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 30px;
}

.login-intro h1,
.help-intro h1 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 600;
}

.login-intro p,
.help-intro p {
    font-size: 17px;
    line-height: 1.5;
}

.login-product-image {
    width: 140px;
    height: auto;
    flex: 0 0 auto;
}

.login-form {
    max-width: 640px;
}

.login-note {
    font-size: 13px;
    line-height: 1.5;
}

.help-intro {
    margin-bottom: 26px;
}

.help-section {
    margin-bottom: 30px;
}

.help-section h2 {
    font-size: 22px;
    font-weight: 600;
}

.help-section p,
.help-section li {
    font-size: 15px;
    line-height: 1.6;
}

.help-section ul {
    padding-left: 22px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 260px;
}

@media (max-width: 767px) {
    body {
        padding-top: 120px;
    }

    .navbar-header img {
        max-height: 54px;
    }

    .login-intro {
        align-items: flex-start;
        gap: 18px;
    }

    .login-product-image {
        width: 86px;
    }

    .login-intro h1,
    .help-intro h1 {
        font-size: 26px;
    }
}
