html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

button {
    background: 0 0;
    padding: 0;
    border: 0;
    line-height: 1
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

label {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-weight: normal;
}

input {
    height: auto;
}

.top-brand-bar {
    background: -webkit-gradient(linear,left top,right top,from(#0b7285),to(#0ca678));
    background: linear-gradient(90deg,#0b7285 0%,#0ca678 100%);
    height: 6px;
    width: 100%;
    margin-bottom: .5rem;
}

.login-wrapper {
    font-size: 1rem;
    height: calc(100vh - 14px);
    align-items: center;
    -ms-flex-align: center;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
}

.login-company-logo {
    background: url(/images/companylogo.svg);
    width: 141px;
    height: 66px;
}



.login-card {
    margin: 0 auto;
    min-height: 353px;
    height: 301px;
    border-radius: 2px;
    box-shadow: 0 30px 30px -30px rgba(0,0,0,.25);
    padding: 5px 37px;
    border: 1px solid #e9ecef;
    background: #ffffff;
    border-top: 5px solid #d6002a;
    margin-top: 5px;
    width: 510px;
}

.login-btn {
    position: relative;
    display: block;
    width: 300px;
    vertical-align: baseline;
    white-space: nowrap;
    outline: 0;
    line-height: 1;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 600;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    background: #006D89;
    color: #fff;
    border-color: #004871;
    border-color: transparent;
    background-size: 100% calc(100% + 2px);
    background-position-y: -1px; 
}

.login-check-email-text {
    margin: auto;
    text-align: center;
}

.return-login-check-email {
    margin-top: auto;
}

.login-header {
    text-align: left;
    padding: 20px 0 20px;
    margin-left: 6px;
    margin-top: 30px;
}

.login-logo {
    margin-bottom: 40px;
}

.login-heading {
    color: #495057;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
}

    .login-heading div {
        font-size: 16px;
    }

.login-username-box {
    margin: auto;
}

.login-username-heading {
    color: #000000;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    float: left;
    margin-right: -44px;
}

.login-username {
    color: #000000;
    margin: 0;
    font-size: 13px;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 20px;
    clear: both;
    margin-left: 18px;
    margin-right: 72px;
}

.login-body {
    padding: 1px 0 0px 62px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .login-body > div:first-child {
        min-height: 155px;
    }

.login-label {
    display: block;
    font-weight: 600;
    color: #343a3e;
    line-height: 17px;
    text-align: left;
    width: 144px;
    height: 16px;
}

.login-label-inline {
    display: inline-block;
    margin-right: 20px;
}

.login-control {
    display: block;
    width: 300px;
    height: 34px;
    padding: 6px 8px;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    outline: 0;
    color: #212529;
    background-color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.13);
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.13);
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border-color .1s ease-in,color .1s ease-in,background .1s ease-in;
    transition: border-color .1s ease-in,color .1s ease-in,background .1s ease-in;
    margin-top: 5px;
}

    .login-control::-ms-clear {
        display: none
    }

    .login-control::-webkit-input-placeholder {
        color: rgba(65,65,82,.6);
        -webkit-transition: border-color .1s ease-in,color .1s ease-in,background .1s ease-in;
        transition: border-color .1s ease-in,color .1s ease-in,background .1s ease-in
    }

    .login-control:-ms-input-placeholder {
        color: rgba(65,65,82,.6);
        -webkit-transition: border-color .1s ease-in,color .1s ease-in,background .1s ease-in;
        transition: border-color .1s ease-in,color .1s ease-in,background .1s ease-in
    }

    .login-control::-ms-input-placeholder {
        color: rgba(65,65,82,.6);
        -webkit-transition: border-color .1s ease-in,color .1s ease-in,background .1s ease-in;
        transition: border-color .1s ease-in,color .1s ease-in,background .1s ease-in
    }

    .login-control::placeholder {
        color: rgba(65,65,82,.6);
        -webkit-transition: border-color .1s ease-in,color .1s ease-in,background .1s ease-in;
        transition: border-color .1s ease-in,color .1s ease-in,background .1s ease-in
    }

    .login-control:hover {
        border-color: #bababa
    }

        .login-control:hover::-webkit-input-placeholder {
            color: #414152
        }

        .login-control:hover:-ms-input-placeholder {
            color: #414152
        }

        .login-control:hover::-ms-input-placeholder {
            color: #414152
        }

        .login-control:hover::placeholder {
            color: #414152
        }

    .login-control:focus {
        border-color: #52afe4;
        -webkit-box-shadow: inset 0 1px 2px 0 rgba(33,37,41,.08);
        box-shadow: inset 0 1px 2px 0 rgba(33,37,41,.08)
    }

    .login-control:focus-within {
        border-color: #52afe4
    }

.login-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 0 4px 0 20px;
    margin-top: 8px;
    margin-left: 1px;
}

    .login-checkbox input {
        position: absolute;
        width: 12px;
        height: 12px;
        opacity: 0;
        z-index: 1;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    .login-checkbox > i {
        position: absolute;
        left: 0;
        height: 12px;
        display: inline-block;
        margin: 0 12px -2px 0;
    }

.login-bg-primary {
    background-color: #0079bd;
}

.login-checkbox input:checked + i::before {
    border-width: 0;
    background-color: inherit;
}

.login-checkbox > i::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.login-checkbox input[type=checkbox]:checked + i::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 1px;
    display: table-cell;
    width: 4px;
    height: 8px;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
    color: #fff;
}

.checkbox-legend {
    color: #71767a;
    vertical-align: middle;
}

.login-link {
    color: #0079bd;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

    .login-link:hover {
        text-decoration: underline;
        color: #0079bd;
    }

    .login-link:active {
        color: #72c3fc;
        text-decoration: none
    }

.login-assistance-link {
    float: right;
}

.login-buttons-box {
    margin: auto;
}

.login-back-btn-box {
    margin: 0;
    float: left;
    margin-left: 18px;
    margin-right: 0px;
}

.login-btn-box {
    margin: 0;
    float: right;
    margin-left: 0px;
    margin-right: 55px;
}

.login-back-btn {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: baseline;
    white-space: nowrap;
    outline: 0;
    line-height: 1;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 600;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    background: #006D89;
    color: #fff;
    border-color: #004871;
    border-color: transparent;
    background-size: 100% calc(100% + 2px);
    background-position-y: -1px;
  
}

.login-btn:active {
    background: #1862ab;
    border-color: transparent
}

.login-btn-disabled,
.login-btn-disabled:active,
.login-btn-disabled:focus,
.login-btn-disabled:hover,
.login-btn[disabled],
.login-btn[disabled]:active,
.login-btn[disabled]:focus,
.login-btn[disabled]:hover {
    top: 0;
    background: #DEE2E6;
    text-shadow: none;
    color: #868E96;
    line-height: 1;
    cursor: not-allowed;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1
}

    .login-back-btn-disabled,
    .login-back-btn-disabled:active,
    .login-back-btn-disabled:focus,
    .login-back-btn-disabled:hover,
    .login-back-btn[disabled],
    .login-back-btn[disabled]:active,
    .login-back-btn[disabled]:focus,
    .login-back-btn[disabled]:hover {
        top: 0;
        background: #DEE2E6;
        text-shadow: none;
        color: #868E96;
        line-height: 1;
        cursor: not-allowed;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1
    }

.lblError {
    text-align: center;
    color: #f03e3e;
    margin-top: 10px;
    margin-right: 32px;
    font-weight: 600;
}

.prev-session-active {
    margin-top: 10px;
}

.login-label-req {
    color: #f03e3e;
}

.login-label-req-hidden {
    visibility: hidden;
}

.login-view-hidden {
    display: none;
}

.return-login {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

.login-footer {
    padding: 25px 0;
}

a.login-footer_link,
a.login-footer_link:hover,
a.login-footer_link:visited {
    color: #343a3e;
    font-weight: bold;
    margin-right: 15px;
    line-height: 17px;
    text-decoration: none;
}

.login-footer_copyright {
    float: right;
    color: #343a3e;
}

.callUs-label {
    position: relative;
}

.callUs-popup {
    color: #fff;
    background: #212529;
    padding: 10px;
    border-radius: 6px;
    line-height: 15px;
    max-width: 240px;
    font-size: 11px;
    font-weight: normal;
    bottom: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    right: -10px;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    z-index: 100000;
    display: none;
}

.callUs-popup_arrow {
    border-top-color: #212529;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-top-width: 4px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-bottom-width: 0;
    content: '';
    left: 45%;
    position: absolute;
    bottom: -3px;
    z-index: 110000;
}

.callUs-popup_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .callUs-popup_table tr td:last-child {
        text-align: right;
        padding-left: 20px;
    }
