/* CONTENT - USED IN MULTIPLE PLACES ============================================================== */
body {
        background: #fff;
}

p, a:not(.button),
ul li {
        font-family: 'Roboto', sans-serif;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #2a2a2a;
        font-weight: normal;
}

a:hover {
        color: #2a2a2a;
        text-decoration: underline;
}

a.button, button, input[type='submit'], textarea {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
}

a.button {
        display: block;
        padding: 10px 20px;
        text-align: center;
        border-radius: 3px;
        width: 65%;
}

/* iFRAME =============================================================== */
iframe {
        border: none;
        width: 100%;
        min-height: 220px;
}

html .bPageBlock.secondaryPalette {
        background: #fafafa;
        border: none;
        border-radius: 0;
}

/* ONBOARDING ============================================================ */
html > body .onboarding p > a {
        color: #026937;
        font-weight: bold;
}

.body.onboarding {
        background: #f2f1eb;
}

.body.onboarding {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 10px;
}

.onboarding form > h3 {
        float: left;
        width: 100%;
        clear: both;
        margin: 0 0 20px 0;
}

/*Content table cells, wingsexpress wings office365*/
.onboarding tbody > tr:nth-child(odd) {
        display: block;
        width: 31.25%;
        float: left;
        margin: 1%;
        background: #fff;
        padding: 15px;
        line-height: 1.58;
        min-height: 430px;
        position: relative;
        padding-bottom: 50px;
}

.onboarding .information .title,
.onboarding tbody > tr:nth-child(odd) h3 {
        font-weight: bold;
        color: #026937;
        margin-top: 10px; 
        font-size: 1.3em;
}

.onboarding tbody > tr:nth-child(odd) > td:last-child {
        position: absolute;
        bottom: 15px;
        left: 3%;
        right: 3%;
        display: block;
}

.onboarding tbody > tr:nth-child(odd) > td:last-child input {
        padding: 5px;
        height: auto;
        font-size: 1em;
        text-transform: uppercase;
}

/* Inbetween table cells*/
.onboarding tbody > tr:nth-child(even) {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
}

.onboarding tbody > tr > td:first-child p {
        font-size: .95em;
} 

/* Legal and password divs*/
.onboarding .information {
        width: 48%;
        padding: 10px;
        line-height: 1.8;
        font-size: .92em;
}

.onboarding .information.password {
        float: left;
}

.onboarding .information.legal {
        float: right;
}

@media screen and (max-width: 959px) {
        .onboarding .information.legal,
        .onboarding .information.password,
        .onboarding tbody > tr:nth-child(odd) {
                width: 95%;
                float: none;
                margin: 10px auto;
                min-height: 0;
        }
}

/* ========== LOGIN, LOST PASSWORD, REGISTRATION ====================== */
form[action*="Forms__Portal_Login"],
form[action*="Forms__Portal_Register"],
form[action*="Forms__Portal_ForgotPassword"] {
        margin: 5em auto;
        width: 25em;
        border: 1px #ccc solid;
        padding: 1em 2em;
        text-align: center;
}

form[action*="Forms__Portal_Login"] h1,
form[action*="Forms__Portal_Register"] h1,
form[action*="Forms__Portal_ForgotPassword"] h1 {
        margin: 0;
        padding: 10px 10px 0px 0px;
        font-size: 30px;
        font-weight: bold;
}

form[action*="Forms__Portal_Login"] input:not(.slds-button),
form[action*="Forms__Portal_Register"] input:not(.slds-button),
form[action*="Forms__Portal_ForgotPassword"] input:not(.slds-button) {
       background-color: rgb(250, 255, 189);
       width: 100%;
       border: 1px solid #b7b7b7;
       padding: 4px;
}

form[action*="Forms__Portal_Login"] label,
form[action*="Forms__Portal_Register"] label,
form[action*="Forms__Portal_ForgotPassword"] label {
        color: #000;
        font-size: 12px;
}

form[action*="Forms__Portal_Login"] input[type="submit"],
form[action*="Forms__Portal_Register"] input[type="submit"],
form[action*="Forms__Portal_ForgotPassword"] input[type="submit"] {
    border-radius: 3px;
    background: #026937;
    border: 1px transparent solid;
    color: #fff;
    padding: 5px 10px;
    margin: 15px 15px 15px 0;
    clear: both;
    right: 0;
    position: relative;
}

form[action*="Forms__Portal_Login"] input[type="submit"]:hover,
form[action*="Forms__Portal_Register"] input[type="submit"]:hover,
form[action*="Forms__Portal_ForgotPassword"] input[type="submit"]:hover {
    background: #f2f1eb;
        border: 1px solid #026937;
        color: #026937;
}

form[action*="Forms__Portal_Login"] a,
form[action*="Forms__Portal_Register"] a,
form[action*="Forms__Portal_ForgotPassword"] a {
    color: #026937;
}



 
