html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
}

input {
    color: inherit;
    font: inherit;
    margin: 0;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

input {
    line-height: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

iframe,
svg {
    vertical-align: middle;
}

html,
body {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-family: SFS, Arial, sans-serif;
    color: #16325c;
    font-size: 14px;
}

body {
    background-color: #F4F6F9;
    display: table;
    width: 100%;
    height: 100%;
}

.header-wrapper {
    top: 0;
    right: 0;
    left: 0;
    height: 109px;
}

.header {
    height: 109px;
    margin-left: auto;
    margin-right: auto;
}

#header-logo {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    height: 85px;
    background-image: url(../imgs/logo.svg);
    background-image: url(../imgs/logo.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 340px 85px;
}

.mainWrapper {
    display: table-cell;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.contentWrapper {
    margin: 0;
}

.mainFormWrapper {
    padding: 20px 0;
}

.footer {
    height: 24px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    clear: both;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

@media only screen and (min-height: 1200px) {
    .mainFormWrapper {
        padding: 240px 0;
    }
}

@media only screen and (max-height: 1200px) {
    .mainFormWrapper {
        padding: 180px 0;
    }
}

@media only screen and (max-height: 1000px) {
    .mainFormWrapper {
        padding: 140px 0;
    }
}

@media only screen and (max-height: 900px) {
    .mainFormWrapper {
        padding: 100px 0;
    }
}

@media only screen and (max-height: 736px) {
    .mainFormWrapper {
        padding: 60px 0;
    }
}

@media only screen and (max-height: 670px) {
    .mainFormWrapper {
        padding: 40px 0;
    }
}

@media only screen and (max-height: 610px) {
    .mainFormWrapper {
        padding: 28px 0;
    }
}

#marketing-aside {
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#marketing-aside iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    float: right;
}

@media only screen and (max-width: 1024px) {
    .mainWrapper {
        width: 100%;
    }

    #marketing-aside {
        display: none;
    }
}

.mainForm {
    border-radius: 4px;
    max-width: 340px;
    margin: 0px auto;
    padding: 20px 20px 0 20px;
    border: 1px solid #D8DDE6;
    color: #16325c;
    background-color: #fff;
    font-size: 13px;
    margin-bottom: 24px;
}

.slds-input,
.slds-button {
    padding: 12px;
    border: 1px solid #D8DDE6;
    border-radius: 4px;
    background-color: #fff;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 13px;
    transition: all 0.1s;
    width: 100%;
    cursor: pointer;
}

.slds-form-element {
    line-height: 15px;
}

.slds-form-element__help {
    margin-bottom: 8px;
    height: 100%;
    overflow: hidden;
}

.slds-input:focus {
    outline: 0;
    border-color: #1589ee;
    background-color: #fff;
    box-shadow: 0 0 3px #0070D2;
}

.slds-button_brand {
    background-color: #0070d2;
    color: white;
    transition: all 0.1s;
    border: 1px solid transparent;
    white-space: normal;
}

.slds-button_brand:hover {
    background-color: #005fb2;
    color: #FFF;
}

label {
    font-size: 12px;
    color: #54698d;
    line-height: 15px;
}

.forgot-pwd {
    border-top: 1px solid #F4F6F9;
    padding-top: 16px;
}

.caps-error-wrapper {
    height: 0px;
    font-size: 12px;
    color: #C23934;
    overflow: hidden;
}

.caps-error-wrapper {
    margin-bottom: 0 !important;
}

.pwcaps-error {
    margin-bottom: 8px;
    display: block;
}

.loginError {
    color: #C23934;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 16.8px;
}

.mainForm>.loginError {
    margin-bottom: 14px;
}

.pwcaps-error {
    display: none;
    color: #54698d;
}

svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-left: 4px;
}

a,
a:hover,
a:active,
#requestLnk {
    text-decoration: none;
    color: #0070d2;
    font-size: 12px;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .mainFormWrapper {
        padding-top: 20px;
    }

    .mainForm {
        max-width: 100%;
        margin-left: inherit;
        margin-right: inherit;
        left: inherit;
        padding-top: 20px;
        border-left: none;
        border-right: none;
        border-radius: 0px;
    }

    .submit-btn {
        font-size: 16px;
    }

    label {
        font-size: 14px;
    }

    input,
    .slds-input,
    .slds-button {
        font-size: 16px;
    }

    a,
    a:hover,
    a:active,
    #requestLnk {
        font-size: 14px;
    }

    .footer {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 321px) {
    .header-wrapper {
        height: 90px;
    }

    .header {
        height: 90px;
    }

    #header-logo {
        width: 278px;
        height: 70px;
        background-size: 278px 70px;
    }

    .loginError a {
        font-size: 12px;
    }

    .footer-links a,
    .footer-links a:hover,
    .footer-links a:active {
        font-size: 12px;
    }

    .footer {
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {
    .header-wrapper {
        height: 90px;
    }

    .header {
        height: 90px;
    }

    #header-logo {
        width: 278px;
        height: 70px;
        background-size: 278px 70px;
    }

    .slds-button {
        font-size: 13px;
    }

    .loginError a {
        font-size: 12px;
    }

    .footer-links a,
    .footer-links a:hover,
    .footer-links a:active {
        font-size: 12px;
    }

    .footer {
        font-size: 12px;
    }
}

.mt8 {
    margin-top: 8px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb16 {
    margin-bottom: 16px;
}

.idcard-container {
    background-color: #ffffff;
    border: 1px solid #D8DDE6;
    padding: 2px;
    border-radius: 4px;
    display: block;
}

.idcard {
    padding: 3px;
    border-radius: 4px;
    position: relative;
}

.idcard-identity {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 43px;
    right: 36px;
    line-height: 32px;
}

.avatar {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    vertical-align: middle;
    margin: 4px 15px 4px 4px;
    display: inline-block;
}

.clear-link {
    margin-right: 8px;
    margin-top: 8px;
    float: right;
}

.clear-icon {
    width: 16px;
    height: 16px;
}

@font-face {
    font-family: 'SFS';
    src: url("../fonts/SalesforceSans-Regular-0a24caab3da6ae15978339484263e801.eot");
    src: url("../fonts/SalesforceSans-Regular-0a24caab3da6ae15978339484263e801.eot?#iefix") format('embedded-opentype'), url("../fonts/SalesforceSans-Regular-aa41afdaceb8b78c56529555448bcf44.woff2") format('woff2'), url("../fonts/SalesforceSans-Regular-1e037375b4fbdac7ff9ae682e114bc61.woff") format('woff'), url("../fonts/SalesforceSans-Regular-1e0bdacf8f8f32c62efb0acb02a570a2.svg") format('svg');
}


#rememberMeChk{margin:2px 8px 3px 0;}
label{font-size:12px;color:#54698d;line-height:15px;}
@media only screen and (max-width: 480px){
label{font-size:14px;}
input{font-size:16px;}
}
.mb16{margin-bottom:16px;}


.input-login-error {
    border: 1px solid #C23934;
    box-shadow: #C23934 0 0 0 1px inset;
}

.input-login-error {
    border: 1px solid #C23934;
    box-shadow: #C23934 0 0 0 1px inset;
}

.input-login-error:focus {
  outline: 0;
  border-color: #C23934;
  background-color: #fff;
  box-shadow: 0 0 3px #C23934;
}
.contentWrapper
{
    padding: 0 16px;
}