html,
body { overflow: auto; }

body {
    height: 100%;
    margin: 0;
    background: #009edc; /* Old browsers */
    background: radial-gradient(ellipse at center, #62b9dc 0%,#62b9dc 14%,#009cdf 100%);
}

a:hover,
a:focus,
a:active,
a:visited {
    color: #26a9e0;
}

p,ul,li,h4,h3,h2,h1 {
    color: #666666;
}

h1 {
    font-size: 20px;
}

h3 {
    margin-top: 0px;
}

p {
    font-family: "Proxima Nova Soft Regular", "Proxima Nova Soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul {
    list-style-type: disc;
    margin-bottom: 15px;
}

li {
    margin: 0 0 0 20px;
    font-size: 13px;
}

form {
    overflow: hidden;
    padding: 15px;
}

input,
textarea {
    box-shadow: 0 0 0px rgba(255,255,255,0);
    border-color: #e7e7e8;
    transition: box-shadow 300ms, border-color 100ms;
}

input[type=text], input[type=password] {
    -webkit-appearance: none;
    cursor: default !important;
}

input[type="checkbox"] + label {
    margin-bottom: 0;
}

input:focus, textarea:focus {
    border: 1px solid #80ceec;
    box-shadow: 0 0 8px rgba(44,173,224,.2);
}

label {
    color: #666666;
    font-family: "Proxima Nova Soft Regular", "Proxima Nova Soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.container {
    margin: 0 auto 100px auto;
    width: 800px;
    position: relative;
    top: 14%;
}

.containerSpacer {
    height: 75px;

}

.appStorecontainer {
    margin: 0 auto 100px auto;
    width: 800px;
    position: relative;
    text-align: center;
    padding-top: 25px;
}

.appStorecontainer--message {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 15px;
}

.appStorecontainer--message a {
    color: #FFF;
    text-decoration: underline;
}

.salesforceOpenidcontainer {
    margin: 20px auto 100px auto;
    width: 315px;
    height: 60px;
    position: relative;
    text-align: center;
}

.btn--salesforceOpenid {
    border: solid white;
    border-width: 1px 1px 1px !important;
    text-shadow: none;
    background-color: #26a9e0;
    background-color: transparent;
}

.btn--salesforceOpenid:hover {
    background-color: #3EAEF0;
    background-color: rgba(0,0,0,.10);
}

.btn--salesforceOpenid:active,
.btn--salesforceOpenid:focus {
    background-color: #3EAEF0;
    background-color: rgba(0,0,0,.15);
}

.btn--salesforceOpenidConfirm {
    border: solid #26a9e0;
    border-width: 1px 1px 1px !important;
    text-shadow: none;
    color: #26a9e0;
    background-color: transparent;
}

.btn--salesforceOpenidConfirm:hover {
    background-color: transparent;
}

.openid--text-warning {
    color: #F0582B;
}
.openid--text-warning:hover,
.openid--text-warning:focus,
.openid--text-warning:active,
.openid--text-warning:visited {
    color: #F0582B;
}

.openid--border-warning {
    border-color: #F0582B !important;
}

.openid--padding-top-zero {
    padding-top: 0 !important;
}

.openid--hr-margin {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.salesforceOpenid--text {
    position: relative;
    color: #d8f0fa;
    font-size: 14px;
}

.salesforce-openid-helper-message {
    color: #999;
    font-size: 14px;
}

.salesforceOpenid--hr-overlay {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}

.salesforceOpenid--hr-overlay > span {
    position: relative;
    display: inline-block;
}

.salesforceOpenid--hr-overlay > span:before,
.salesforceOpenid--hr-overlay > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 999px;
    height: 1px;
    background: #e2e2e2;
}

.salesforceOpenid--hr-overlay > span:before {
    right: 100%;
    margin-right: 15px;
}

.salesforceOpenid--hr-overlay > span:after {
    left: 100%;
    margin-left: 15px;
}

.whisper {
    font-size: 13px;
}

.circle {
    display: inline-block;
    position: relative;
    border-radius: 60%;
    width: 20px;
    height: 20px;
    background: #e7e7e8;
    float: left;
    margin-right: 8px;
}

.circle > i {
    position: absolute;
    top: 3px;
    left: 3px;
}

.circle--success {
    background-color: #8bc53f;
}

.circle--fail {
    background-color: #e05a00;
}

.circle--warning {
    background-color: #f7931e;
}

.circle .mca--check {
    font-size: 14px;
}

/* -- CARD DEFAULTS -- */

.card {
    padding: 18px 25px 20px;
    border-radius: 3px;
    border-bottom: 2px solid #3e97bb;
    margin: 0 auto;
    transition: width 500ms;
    position: relative;
}

.card--alert {
    padding-top: 50px;
}

.card--smaller {
    width: 365px;
}

.card--wider {
    width: 500px;
}

.connect-icons
{
    display: table;
    margin: 0 auto;
    padding-bottom: 6px;
}

.connect-icons .icon-left
{
    padding: 8px;
}

.connect-icons .icon-left i
{
    background-position: center center;
}

.connect-icons .icon-right img
{
    border-radius:4px;
}

.icon--api-application-bg {
    background-color: #E5E5E5;
    color: #CCC;
}

.connect-icons .icon-right
{
    margin-top: auto;
    padding: 3px 8px 8px 8px;
}

.header--oauth {
    font-size: 14px;
    font-weight: bold;
    padding: 45px 0px 18px 0px;
}

.header--oauth .api-application {
    margin: 0 auto;
    display: table;
    clear: both;
}

.header--oauth .action-message {
    margin: 0 auto;
    display: table;
}


.card--oauth--smaller
{
    width: 372px;
    padding: 18px 0px 17px 0px;
}

.card--oauth
{
    display: table;
    width: 100%;
    font-size: 14px;
    color: #777;
    line-height: 1.3;
    padding-top: 7px;
    padding-bottom: 10px;
}

.card--oauth .oauth__image
{
    position: absolute;
    left: 20px;
}

.card--oauth .oauth__image i
{
    background-position: center center;
    color: #222;
}

.card--oauth .oauth__body
{
    display: block;
    vertical-align: top;
    padding-left: 55px;
    padding-right: 20px;
}

.oauth__buttons
{
    display: table;
    float: right;
}

.oauth__buttons .btn {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}

.oauth__buttons #cancellink {
    padding-top: 20px;
    color: #777;
    font-size: 14px;
}


/* -- OPENID SPECIFIC -- */
.open--id-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.card--openid-authenticate,
.card--promo {
    display: table-cell;
    vertical-align: top;
}

.card--openid-authenticate,
.card--salesforce-openid-authenticate {
    width: 345px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 7px;
}

.card--promo {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    text-align: center;
    background: #344b5e;
    background: -moz-linear-gradient(top,  #344b5e 0%, #2f4354 100%);
    background: -webkit-linear-gradient(top,  #344b5e 0%,#2f4354 100%);
    background: -o-linear-gradient(top,  #344b5e 0%,#2f4354 100%);
    background: -ms-linear-gradient(top,  #344b5e 0%,#2f4354 100%);
    background: linear-gradient(to bottom,  #344b5e 0%,#2f4354 100%);
}

.promo__message {
    font-size: 24px;
    font-size: 1.5rem;
    color: #FFF;
    padding: 30px 25px;
    line-height: 110%;
    text-align: center;
}

.promo__image {
    background: url(/static/webcore/img/openid_promo.png) no-repeat center;
    height: 225px;
    padding: 20px 0;
    text-align:center;
    display: block;
}

.card--promo .promo__btn {
    margin-top: 20px;
    width: auto;
}

.helper-message {
    font-size: 14px;
    line-height: 18px;
}

.card--openid-authenticate .back-link {
    margin-top: 9px;
    font-size: 0.9rem;
    color: #888;
}

.card--salesforce-openid-authenticate .back-link {
    margin-top: 9px;
    font-size: 0.9rem;
}

.form--openidpw {
    padding-top: 80px;
    background: url(/static/webcore/img/openid_authorize.png) no-repeat center 10px;
}

.form--salesforce-openidpw {
    text-align: center;
}


.form--salesforce-openidpw h3 {
    padding-top: 20px;
}

.openid-username-section {
    border: 1px solid #26a9e0;
    border-radius: 4px;
    font-size: 0.9rem;
    text-align: left;
    display: table;
    margin: 0;
    padding-bottom: 0px;
    width: 300px;
    line-height: 1.4em;
}

.openid-username-left {
    padding: 7px 0px 5px 12px;
}

.openid-name {
    max-width: 220px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.openid-preferredusername {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
}

.openid-logout {
    margin: 0px;
    padding: 7px 8px 0px 10px;
}

.cursorwait {
    cursor: wait;
}

/* -- LOGIN SPECIFIC -- */

.container .hero {
    position: relative;
    left: 0;
    margin: 3rem auto !important;
    display: block;
    text-align: center;
}

.ie9 .hero,
.lt-ie9 .hero { margin: 0 auto 40px auto !important; }

.section--header-bar {
    display: none;
}

.pull-right {
    margin-top: 9px;
    font-size: 0.9rem;
}

.btn img {
    margin-top: 2px;
}

.btn {
    width: 100%;
    margin: 10px 0 0 0;
}

.form-alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 20px;
    background: #8bc53f;
}

.form-alert + h3 {
    margin: 10px 0 20px;
}

.form-alert + div {
    overflow: auto;
    margin-top: 10px;
}

.login-form-bullet {
    float: left;
    margin: 3px 5px 0 0;
    padding: 2px;
}
.login-form-bullet.mca--help {
    font-size: 14px;
    padding: 3px;
}

.form-alert--icon {
    padding: 0 5px;
    min-height: 40px;
}
.form-alert--icon i.mca {
    line-height: 40px;
}
.form-alert--icon i.mca.mca--check {
    font-size: 1.5em;
}
.form-alert--icon > h4 {
    display: inline;
}

.form-alert--warning {
    background-color: #f7931e;
}

.form-alert--fail {
    background-color: #e05a00;
}

.form-alert--fail + div > p {
    width: 275px;
    margin: 0 0 0 5px;
}

.form-alert--warning.form-alert--icon > div {
    background-color: #ec9007;
}

.form-alert > * {
    color: #fff;
}



/* Custom Alert styles for lists of errors */
.form-alert--message {
    position: relative;
    padding-left: 20px;
}

.form-alert--message-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.form-alert--message ul {
    list-style: none;
}


/* -- PW RESET -- */

.form--forgot h3 {
    margin-bottom: 15px;
}

.form--forgot h4 {
    margin-bottom: 0;
}

.form--forgot div {
    margin-bottom: 10px;
}

.dropdown--pwhelper {
    top: 284px;
    width: 320px;
    padding: 12px 20px 12px 25px;
    left: 600px;
}

.dropdown--pwhelper em {
    background: url(/static/webcore/lib/mcb/img/popcorn-white-vert.png) no-repeat right top;
    left: -17px;
    top: 33px;
    width: 18px;
    height: 36px;
}

.dropdown--pwhelper h4 {
    margin-bottom: 15px;
}

.dropdown--pwhelper li {
    border-bottom: 0;
    white-space: normal;
    margin: 0 0 6px 0;
    overflow: hidden;
    color: #e7e7e8;
}

.dropdown--pwhelper .requirement-met {
    color: #666666;
}

.dropdown--pwhelper .requirement-met > .circle {
    background-color: #8bc53f;
}

.dropdown--pwhelper .requirement-text {
    float: left;
    width: 240px;
    color: #666666;
}

.dropdown--pwhelper .circle--success {
    background-color: #8bc53f;
}

.dropdown--pwhelper .circle--fail {
    background-color: #e05a00;
}

.dropdown--pwhelper .circle--warning {
    background-color: #f7931e;
}

.password-warning {
    font-size: 12px;
    color: #f15a24;
    display: block;
    margin-top: -5px;
}

.loader--btn:hover,
.loader--btn:focus {
    background: #8bc53f url(/static/webcore/lib/mcb/img/loader-green.gif) no-repeat 25% center !important;
}


form div {
    position: relative;
}

form div > .circle {
    position: absolute;
    right: 4px;
    top: 20px;
}



/* -- FORM EXPIRED -- */

.form--expired {
    margin-top: 15px;
}





/* -- EXPIRED LINK -- */

.card--expired-link h4 + p {
    margin-bottom: 25px;
}

.card--email-confirmation > h4 {
    margin: 15px 0 5px;
}

.card--email-confirmation p {
    width: 400px;
    margin: 0 0 0 10px;
    font-size: 13px;
}

.form-alert + div > .circle {
    margin-top: 3px;
}

div.clearfix {
    margin: 10px 0;
}

.card--expired-link .circle + p.pull-left {
    width: 280px;
    margin: 0 0 0 5px;
}



/* -- Mobile Banner -- */
.supported-banner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 14px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #ED8D25;
    z-index: 9999;
}

.supported-banner i {
    margin-right: 8px;
}





/* -- FOOTER -- */

footer {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
}

footer p {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova Soft Regular", "Proxima Nova Soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    color: #fff;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a:visited {
    color: #fff;
}

footer .language-selection a {
    margin: 0 1px;
    font-family: "Proxima Nova Soft Semibold", "Proxima Nova Soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer .language-selection a:hover {
    text-decoration: underline;
}

footer .language-selection a.is-active {
    text-decoration: underline;
}


/* -- MISC STYLES -- */
.btn--disabled {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
    cursor: not-allowed; }

.returnToLogin {
    margin-top: 14px;
    display: block;
    font-size: 14px;
}



/* -- FORM VALIDATION STYLES -- */
.label-inline { margin-top: 0; margin-bottom: 0; }

.form-error-container { position: inherit; }

.input-container { margin: 0 !important; }

.input-container > .circle { display: none; }

.input-container.requirements-met > .circle {
    display: inline-block !important;
    background-color: #8bc53f;
}

.parsley-error-list {
    position: relative;
    top: -5px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.parsley-error-list li {
    margin: 0;
    font-size: .8em;
    color: #F16634;
    white-space: normal;
}

.field-error {
    border-color: #F16634 !important;
}

.field-error:focus {
    box-shadow: 0 0 8px rgba(241, 102, 52, .2); }


.form--hideerrors .parsley-error-list { display: none !important; }

.form--hideerrors .field-error {
    border-color: #e7e7e8 !important;
    box-shadow: 0 0 0px rgba(255,255,255,0);
}

.form--hideerrors .field-error:focus {
    border-color: #80ceec !important;
    box-shadow: 0 0 8px rgba(44,173,224,.2);
}



/* Break footer when window is resized vertically */
@media only screen and (max-height: 750px) {

    footer {
        position: relative;
        width: auto !important;
    }

}

/* Retina displays */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .appStorecontainer { margin-bottom: 50px !important; }

}


/* Smartphones (portrait and landscape) */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

    .supported-banner {
        display: block;
        position: relative;
        padding-left: 50px;
        font-size: 12px;
        text-align: left;
    }

    .supported-banner i {
        position: absolute;
        top: 50%;
        margin-top: -14px;
        left: 14px;
    }

    .container .hero {
        margin: .25em auto 2rem auto !important;
    }

    .card {
        width: auto !important;
        margin: 0 10px 20px 10px;
        padding: 8px 15px;
    }

    .card--alert {
        padding-top: 50px;
    }

    .card p.pull-left{
        width:230px;
    }

    .appStorecontainer {
        display: none;
    }

    .container {
        width: auto !important;
        margin: 0 auto 80px auto;
    }

    .salesforceOpenidcontainer  {
        width: auto !important;
        margin: 0 15px 80px 15px;
    }

    footer {
        position: relative;
        width: auto !important;
    }

}

/* Blackberry torch */
@media screen and (max-device-width: 480px) {

    .appStorecontainer {
        display: none;
    }

}

/* Google Nexus 7 */
@media screen and (device-width: 600px) and (device-height: 905px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {

    .appStorecontainer {
        display: none;
    }

}

/* iPads (portrait and landscape) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

    .supported-banner {
        display: block;
        position: relative;
        padding-left: 50px;
        font-size: 12px;
        text-align: left;
    }

    .supported-banner i {
        position: absolute;
        top: 50%;
        margin-top: -14px;
        left: 14px;
    }

    .container .hero {
        margin: .25em auto 2rem auto !important;
    }

    .container,
    .appStorecontainer {
        width: auto !important;
        margin: 0 auto 50px auto;
    }

    .appStorecontainer {
        margin-bottom: 0;
    }

}

/* Generic Tablets */
@media only screen
and (min-width : 321px)
and (max-width : 768px) {

    .supported-banner {
        display: block;
        position: relative;
        padding-left: 50px;
        font-size: 12px;
        text-align: left;
    }

    .supported-banner i {
        position: absolute;
        top: 50%;
        margin-top: -14px;
        left: 14px;
    }

    .container .hero {
        margin: .25em auto 2rem auto !important;
    }

    .container,
    .appStorecontainer {
        width: auto !important;
        margin: 0 auto 0px auto;
        padding-bottom: 60px;
    }

    .appStorecontainer {
        margin-bottom: 0;
    }

}

.no-touch .supported-banner { display: none !important; }

/* -- ACCEPT TERMS SPECIFIC -- */

.card--terms {
    width: 411px;
    padding-bottom: 0px;
}

.card--terms .form-alert {
    padding: 13px 20px;
}

.card--terms h4
{
    font-size: 0.95rem;
}

.card--terms .form-alert--message {
    padding-top: 12px;
    padding-left: 12px;
    margin-bottom: -10px;
    margin-left: -5px;
}

.card--terms .form-alert--message-icon {
    top: 10px;
}

.form--terms hr
{
    margin: 0px;
    border-width: 1px 0 0;
    color: #e2e2e2;
    background-color: #e2e2e2;
}

.form--terms {
    margin-top: 9px;
    width: 411px;
    margin-left: -25px;
}

.terms-scrollable
{
    overflow-y: auto;
    word-wrap: break-word;
}

.terms-scrollable::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f2f2f2;
}

.terms-scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

.terms-subheader-container
{
    display: table;
    margin: 0;
    padding-bottom: 0px;
}

.terms-subheader-left
{
    padding: 10px 0px 0px 20px;
}

.terms-subheader-right
{
    margin: 17px 0px 0px 42px;
    padding: 0px;
    border: 1px solid #26a9e0;
    border-radius: 4px;
    display: none;
}

.terms-subheader-right a
{
    line-height: 1.75;
}

.terms-form-elements
{
    padding: 18px 20px 12px 20px;
    background-color: #f2f2f2;
}


.terms-form-elements .input-container input
{
    border-color: #cfcfcf;
    padding: 0.6em 0.6em 0.6em 0.95em;
    line-height: 1.5;
}

.terms-form-elements a
{
    font-size: 0.9rem;
}

.terms-title
{
    font-size: 1.15rem;
    line-height: 1.4;
}

.terms-updated
{
    font-size: 0.9rem;
    color: #888888;
}

.terms-content
{
    padding: 20px;
}

.terms-content-font
{
    font-size: 0.9rem;
    color: #888888;
}

.terms-username
{
    padding-top: 10px;
}

.terms-username-data
{
    font-size: 0.9rem;
    color: #222222;
    padding-bottom: 3px;
}

.btn-terms-success
{
    margin: 7px 0px 0px 0px;
}

.terms-cancel-link
{
    text-align: center;
    padding-top: 8px;
}

/* Login Page Promo Placement  */
.login__promo--container {
    width: 100%;
    height: 100%;
}
.login__promo--left-panel {
    height: 100%;
    vertical-align: top;
}
.login__promo--right-panel {
    display: none;
    height: 100%;
    vertical-align: top;
    overflow: hidden;
}
.login__promo--iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 60rem) {
    .login__promo--container {
        display: table;
        table-layout: fixed;
    }
    .login__promo--left-panel {
        display: table-cell;
        width: 50%;
        max-width: 760px;
    }
    .login__promo--left-panel .container {
        width: auto;
    }
    .login__promo--left-panel .appStorecontainer {
        width: auto;
    }
    .login__promo--left-panel footer {
        width: 50%;
    }
    .login__promo--right-panel {
        display: table-cell;
    }
}

.logo-container {
    margin: 0 !important;
    padding: 15px;
}

.logo-container img {
    position: relative;
    left: 0;
    margin: 0 auto 0 auto !important;
    display: block;
    text-align: center;
}

/* Full Screen Styles */
body.full-screen {
    background: url(/static/bundles/./assets/salesforce-mountain-backgroud-246361fd1f9688eca974e0b11fe28b41.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
}

body.full-screen .vaas-enroll {
    text-align: center;
    color: #00396B;
}

body.full-screen .vaas-enroll h1 {
    color: #00396B;
    font-size: 48px;
    margin-bottom: 20px;
}

body.full-screen .vaas-enroll p {
    color: #00396B;
    font-size: 18px;
    margin-bottom: 18px;
}

body.full-screen .vaas-enroll .btn {
    width: auto;
}

/*# sourceMappingURL=bundle.webcoreLogin.b71cba0f2c0a5d8464f1.css.map*/