/* Minification failed. Returning unminified contents.
(14,22): run-time error CSS1031: Expected selector, found ';'
(14,22): run-time error CSS1025: Expected comma or open brace, found ';'
(14,24): run-time error CSS1019: Unexpected token, found '{'
(15,16): run-time error CSS1030: Expected identifier, found ' '
(15,17): run-time error CSS1031: Expected selector, found 'progid:DXImageTransform.Microsoft.Alpha('
(15,17): run-time error CSS1025: Expected comma or open brace, found 'progid:DXImageTransform.Microsoft.Alpha('
(16,16): run-time error CSS1030: Expected identifier, found ' '
(16,25): run-time error CSS1031: Expected selector, found 'url(../css/images/aimbase-Logo-2_03.png)'
(16,25): run-time error CSS1025: Expected comma or open brace, found 'url(../css/images/aimbase-Logo-2_03.png)'
(17,12): run-time error CSS1030: Expected identifier, found ' '
(17,17): run-time error CSS1031: Expected selector, found ';'
(17,17): run-time error CSS1025: Expected comma or open brace, found ';'
(18,11): run-time error CSS1030: Expected identifier, found ' '
(18,17): run-time error CSS1031: Expected selector, found ';'
(18,17): run-time error CSS1025: Expected comma or open brace, found ';'
(19,12): run-time error CSS1030: Expected identifier, found ' '
(19,13): run-time error CSS1031: Expected selector, found '96px'
(19,13): run-time error CSS1025: Expected comma or open brace, found '96px'
(20,12): run-time error CSS1030: Expected identifier, found ' '
(20,13): run-time error CSS1031: Expected selector, found '2px'
(20,13): run-time error CSS1025: Expected comma or open brace, found '2px'
(21,13): run-time error CSS1030: Expected identifier, found ' '
(21,14): run-time error CSS1031: Expected selector, found '1'
(21,14): run-time error CSS1025: Expected comma or open brace, found '1'
(22,13): run-time error CSS1030: Expected identifier, found ' '
(22,14): run-time error CSS1031: Expected selector, found '0'
(22,14): run-time error CSS1025: Expected comma or open brace, found '0'
(23,21): run-time error CSS1030: Expected identifier, found ' '
(23,26): run-time error CSS1031: Expected selector, found ';'
(23,26): run-time error CSS1025: Expected comma or open brace, found ';'
(24,11): run-time error CSS1030: Expected identifier, found ' '
(24,12): run-time error CSS1031: Expected selector, found '70px'
(24,12): run-time error CSS1025: Expected comma or open brace, found '70px'
(25,1): run-time error CSS1019: Unexpected token, found '}'
(167,13): run-time error CSS1031: Expected selector, found ';'
(167,13): run-time error CSS1025: Expected comma or open brace, found ';'
(167,15): run-time error CSS1019: Unexpected token, found '{'
(168,11): run-time error CSS1030: Expected identifier, found ' '
(168,16): run-time error CSS1031: Expected selector, found ';'
(168,16): run-time error CSS1025: Expected comma or open brace, found ';'
(169,1): run-time error CSS1019: Unexpected token, found '}'
 */
#aimbase-login {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    color: #fff;
    margin-top: 150px;
}

#aimbase-login h2 {
    margin-top: 5px;
    padding-bottom: 5px;
}

#aimbase-login-button; {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    background: #63add8 url(../css/images/aimbase-Logo-2_03.png) no-repeat 20px center;
    border: none;
    float: right;
    height: 96px;
    margin: 2px 0 0;
    opacity: 1;
    padding: 0;
    text-decoration: none;
    width: 70px;
}

#BackContainer{
    display: block !important;
    padding-top: 20px;
    margin-top: 0 !important;
}

#email-icon {
    font-size: 9em;
}

#login-button-group {
    margin-top: 20px;
}

    #login-button-group > div:first-of-type {
        margin-bottom: 20px;
    }

#message-center {
    position: absolute;
    z-index: 10000;
}

#powered-by, header, .form-group span.required {
    display: none;
}

#powered-by{
    height: 35px !important;
}

#powered-by img{
    width: 120px;
}

#Password {
    padding-right: 35px;
}

/* Remove the automatic eye icon in ms edge */
::-ms-reveal, #Password::-ms-clear {
    display: none;
}

#ShowMeThePassword, #ShowNewPassword, #ShowConfirmPassword {
    margin-left: -30px;
    cursor: pointer;
    color: #777;
    display: inline;
}

.aimbase-login {
    float: left;
    padding-right: 10px;
    width: 78%;
}

.aimbase-loginbox {
    width: auto;
    width: initial;
}

.aimbase-loginbutton {
    float: right;
    width: 19%;
}

.btn-default {
    color: #000 !important;
    padding: 3px 8px;
}

.btn-primary {
    background: #63add8;
    background-image: none;
    font-size: 12px !important;
    padding: 3px 8px;
}

.col-md-12 {
    background: #034769 !important;
}

.container {
    width: auto !important;
    width: initial !important;
}

.form-group {
    margin-bottom: 10px;
}

.login-button {
    color: #FFF;
    font-size: 12px;
    margin-top: -35px;
    text-align: right;
}

    .login-button a {
        color: #FFF;
        font-family: Roboto, sans-serif !important;
        font-size: 12px !important;
        font-weight: 700;
    }

.render-body {
    background: #E6EAED;
    height: 50%;
    min-height: 470px;
    padding-left: 0;
    padding-right: 0;
}

.reset-link-sent p {
    margin-bottom: 0;
    margin-top: 1em;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

a:link, .btn.btn-link {
    color: #FFF;
    font-weight: normal;
    margin-left: 0px;
}
a:hover {
    background-color:transparent;
}
input:focus {
    outline-style :inherit;
}
body {
    border-top: 0;
    padding: 0;
}

form, form a; {
    color: #FFF;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

.password-expired {
    margin: 0 8px;
    padding: 4px;
    background-color: red;
    float: left;
    opacity: 0.9;
}

@media (max-width: 390px) {
    #email-icon{
        font-size: 6.5em;
    }
}

@media (max-height: 568px) {
    #powered-by {
        bottom: 0;
        display: block;
        left: 0;
        margin: 0 auto;
        padding-bottom: 10px;
        padding-top: 15px;
        right: 0;
        text-align: center;
        
    }

    #aimbase-login {
        padding-bottom: 0;
        margin-top: 50px;
    }

    .render-body {
        height: 100%;
        min-height: 100%;
    }
}



@media (min-height: 568px) {
    #powered-by {
        display: inline-block;
    }
}

h5 {
    padding-bottom: 8px;
}
input[type="checkbox"] {
    width: 12px !important;
    height: 12px !important;
    vertical-align:middle;
    position:static;
}

.login-control-hide {
    display: none;
    overflow: hidden;
}

.login-control-show {
    display: block;
    overflow: hidden;
}

.login-link-text {
    color: #187CCA !important;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    margin:0px;
    padding:0px;
}

#RejectedNativeLoginMessage{
    margin-top: 2em;
}

#RejectedNativeLoginMessage a {
    color: #187CCA !important;
    text-decoration: none;
    font-weight: normal;
    padding: unset;
}

.login-container {
    background-color: #E6EAED;
    width: 100%;
    height: 100%;
    padding-top: 90px;
}

.login-container-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height:100%
}
.login-widget-margin-height {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.login-widget {
    background-color: white;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.login-widget-back {
    background-color: white;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}
.login-widget-border-round {
    border-radius: 10px !important;
    overflow: hidden;
}
.login-widget-textbox-border-round {
    border-radius: 5px !important;
    overflow: hidden;
}

.login-widget-logo-row-margin {
    margin: 5px auto;
}

.login-widget-text-align {
    vertical-align: middle;
    text-align: center;
}

.login-widget-aimbase-logo {
    height: auto;
    vertical-align: middle;
    text-align: center;
    width: 60%;
}

.login-widget-group-container {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px
}

.login-widget-button {
    color: white !important;
    border: none !important;
    height: 35px;
    border-radius: 5px !important;
    background-color: #187CCA !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    overflow: hidden;
    font-size: 12px !important;
    font-weight: bold;
    width: 100%
}

.login-link-row {
    text-align: center;
    margin-top: 5px
}

.login-widget-control-height-width {
    height: 35px;
    width: 100%;
    
}

.login-widget-text-font {
    font-weight: normal;
    font-size: 12px;
}

.login-widget-rowheader-font {
    font-weight: normal;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.login-widget-row-margin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.login-widget-text-center {
    text-align: center;
}

.login-widget-button-cancel {
    background-color: white;
    background-image: none;
    font-size: 12px !important;
    padding: 3px 8px;
    border: none !important;
    border-color: #187CCA !important;
    color: #187CCA !important;
    margin-left: 0px !important;
    width: 100%;
    border-radius: 5px !important;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    padding-top: 8px;
}

.login-widget-footer-margin {
    margin-bottom: 10px;
}

.login-section {
    min-width: calc(100%);
    height: 100%;
    padding: 0px;
}

.logn-widget-checkbox {
    height: 15px;
    width: 15px;
}

.login-section-body {
    height: 90%;
    width: 100%;
    padding: 0px;
}

.login-section-footer {
    height: 10%;
    padding: 0px;
}

.logic-section-content-background {
    height: 100%;
    width: 100%;
    padding: 0px;
}

.login-body-container {
    background-color: #E6EAED;
    width: 100%;
    height: 100%;
    padding: 0px
}
.login-small-font {
    font-size:10px
}
.login-medium-font {
    font-size: 14px
}

.login-widget-passwordexpired-text {
    color:red;
}
.login-backlink-text {
    color: #187CCA !important;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: left;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    background:none;
    border:none;
}
.login-user-validation-cell {
    display: table-cell;
    padding: 5px
}

.login-user-validation-icon-container {
    display: table-cell;
    position: relative;
    top: 5px;
    padding-left: 5px;
}

.login-user-validation-container {
    border-color: red;
    border-width: 1px;
    border-style: solid;
    background-color: #FFEFEE;
    border-radius:5px !important;
}

.login-user-validation-icon {
    color: red;
    font-size: 12pt;
}

@media only screen and (max-width: 376px){
    .login-widget-border-round {
        border-radius: 0px !important;
        overflow: hidden;
    }
}

    @media only screen and (min-width:376px){
        .login-widget-margin-height {
            min-width: 250px;
            width: 365px;
            height: auto;
            margin-left: auto;
            margin-right: auto;
        }
    }
    /* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 768px) {
    
    .login-widget-rowheader-font {
        font-size: 14px;
    }

    .login-widget-text-font {
        font-size: 14px;
    }

    .logn-widget-checkbox {
        height: 12px !important;
        width: 12px !important;
    }

    .col-md-12 {
        background-color: #E6EAED !important;
    }

    .login-small-font {
        font-size: 10px;
    }

    #powered-by {
        background-color: #E6EAED;
        display: inline-block;
    }
    .logn-widget-checkbox {
        height: 12px !important;
        width: 12px !important;
    }
}
@media (orientation: landscape) and (max-height: 420px){
    .login-container{
        padding-top: 0px;
    }
    .login-widget {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .login-widget-rowheader-font {
        font-size: 10px;
    }

    .login-widget-text-font {
        font-size: 14px;
    }

    .logn-widget-checkbox {
        height: 12px;
        width: 12px;
    }

    .col-md-12 {
        background-color: #E6EAED !important;
    }
    .login-container-flex {
        justify-content: center;
    }
    .login-small-font {
        font-size : 10px;
    }
    .login-medium-font {
        font-size: 11px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 1080px) {
    .login-section {
        min-width: 175px;
    }

    .login-widget-rowheader-font {
        font-size: 14px;
    }

    .login-widget-text-font {
        font-size: 14px;
    }

    .col-md-12 {
        background-color: #E6EAED;
    }
    .login-container-flex {
        justify-content: center;
    }
    .login-small-font {
        font-size:10px;
    }
}

@media only screen and (max-width:1079px) {
    #Content {
        display: none;
    }
}

@media only screen and (max-height:300px) {
    div.login-body-container {
        overflow-y: scroll !important;
    }
    .login-section-footer {
        display:none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #powered-by {
        background-color: #E6EAED;
        display: inline-block;
    }

    .login-widget-rowheader-font {
        font-size: 16px;
    }

    .login-widget-text-font {
        font-size: 14px;
    }

    .login-widget-button, .login-widget-button-cancel, .login-widget-control-height-width {
        height: 35px;
    }

    .logn-widget-checkbox {
        height: 15px;
        width: 15px;
    }

    .col-md-12 {
        background-color: #E6EAED;
    }
    .login-container-flex {
        justify-content: center;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #powered-by {
        background-color: #E6EAED;
        display: inline-block;
    }

    .login-widget-rowheader-font {
        font-size: 16px;
    }

    .login-widget-text-font {
        font-size: 14px;
    }

    .col-md-12 {
        background-color: #E6EAED;
    }
}
.login-widget-back-button-container {
    background: none;
    z-index: 20;
    position: fixed;
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
    align-items:unset;
}
