html {
    font-size: 14px;
    font-family: Roboto !important;
}

input {
    font-family: Roboto;
    font-size: 14px;
}

.login-body {
    padding-left: 3.5rem;
}

.side-panel {
    margin-left: 7.188rem !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.login {
    padding: 1.25rem 4.375rem;
}

.login-body .md-inputfield {
    display: block;
    position: relative;
    width:100%;
}

.login-body .md-inputfield > label {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0rem;
    top: 0.063rem;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.classA {
    top: -1.25rem;
    font-size: 0.75rem;
    color: #0057b8;
}

.login-body .md-inputfield input {
    border: none;
    border-bottom: 0.063rem solid #0000007d;
    outline: none !important;
    width: 100%;
}

.login-body .md-inputfield input:not(:placeholder-shown) ~ label,
.login-body .md-inputfield input:-webkit-autofill ~ label,
.login-body .md-inputfield input.ui-state-filled ~ label,
.login-body .md-inputfield .ui-inputwrapper-focus ~ label,
.login-body .md-inputfield .ui-inputwrapper-filled ~ label {
    top: -0.838rem;
    left: 0rem;
    font-size: 0.75rem;
    color: dimgrey;
}

.login-body .md-inputfield input:focus {
    border-color: #0057B8;
    border-bottom: 0.143rem solid #0057B8;
    margin-bottom: -0.06rem !important;
}

.login-body .md-inputfield input:focus ~ label {
    top: -0.838rem;
    left: 0rem;
    font-size: 0.75rem;
    color: #0057B8;
}

.login-body .md-inputfield .input:-webkit-autofill ~ label {
    top: -1.25rem;
    font-size: 0.75rem;
    color: #0057b8;
}

.login-body .login-panel {
    background-color: #ffffff;
    width: 25rem;
    margin: 0 auto;
    padding-bottom: 1.25rem;
    -webkit-box-shadow: 0 0.75rem 0.938rem 0 rgba(0, 0, 0, 0.24), 0 1.063rem 3.125rem 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0.75rem 0.938rem 0 rgba(0, 0, 0, 0.24), 0 1.063rem 3.125rem 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0.75rem 0.938rem 0 rgba(0, 0, 0, 0.24), 0 1.063rem 3.125rem 0 rgba(0, 0, 0, 0.19);
}

.login-body .login-panel .login-header {
    padding: 1.875rem;
    background-color: #0057b8;
    color: #fff;
    position: relative;
}

.login-body .login-panel .login-header h1 {
    font-size: 1.125rem;
    font-weight: 700;
}

    .login-body .login-panel .login-header h2 {
        font-size: 0.875rem;
        font-weight: normal;
        padding: 0;
    }

.login-body .login-panel .login-header img {
    width: 4rem;
    position: absolute;
    top: 1.5rem;
    right: 1.875rem;
}

.login-body .login-panel .login-header.ui-g-12 {
    padding: 1.25rem 1.875rem;
}

.login-body .login-panel .ui-g-12 {
    padding: 1.25rem 4.375rem;
}

.login-body .thing {
    top: -1.25rem;
    font-size: 0.75rem;
    color: #0057b8;
}

.container-app {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container-app .nav {
    width: 100%;
    z-index: 100;
}

.container-app .body {
    overflow: hidden;
    min-height: 0;
}

.w-100 {
    width: 100%;
}

.login-header {
    padding-bottom: 2.5rem;
}

.login-input {
    padding-bottom: 1rem;
    padding-top:0.64rem;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.ui-button {
    overflow: hidden;
    background-color: #0057b8;
    color: #fff;
    height: 2.143em;
    font-size: 0.875rem;
    font-family: Roboto;
    padding: 0 1em;
    border: 0;
    box-shadow: 0 0.063rem 0.156rem 0 rgba(0,0,0,.26),0 0.063rem 0.313rem 0 rgba(0,0,0,.16);
    transition: background-color .3s;
    border-radius: 0.188rem;
}

.kld-button {
    transition: all 1ms;
    background-color: #0057b8;
    border-color: #0057b8 !important;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
    padding: 0 1em;
    margin: .2em .5em;
    border-radius: 4px;
    min-width: 4.8em;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    box-shadow: 1px 2px 2px rgba(0,0,0,.14);
    font-family: Roboto;
}

  .kld-button:hover,
  .kld-button:link,
  .kld-button:visited,
  .kld-button:active,
  .kld-button:focus {
    background: #003F85 !important;
    border-color: #003F85 !important;
    color: white !important;
    font-family: Roboto;
  }

    .kld-button:disabled,
    .kld-button[disabled] {
        transition: all 1ms;
        opacity: 0.50;
        background: #C7DEF8 !important;
        border-color: #C7DEF8 !important;
        color: white !important;
        font-family: Roboto;
    }

.kld-button-link {
    background-color: white;
    color: #0057b8;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
    border-radius: 0.3em;
    font-weight: 500;
    height: 32px;
    min-width: 4.8rem;
    margin: 0.2rem 0.5rem;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
}

    .kld-button-link:hover,
    .kld-button-link:link,
    .kld-button-link:visited,
    .kld-button-link:active,
    .kld-button-link:focus {
        color: #0057b8 !important;
        background-color: #EEF7FF !important;
        font-family: Roboto;
    }

.kld-link a:link,
.kld-link a:visited,
.kld-link a:active,
.kld-link a:focus {
    text-decoration: none;
    color: #0057b8;
    font-weight: 500;
    font-family: Roboto;
}

.kld-link a:hover,
.kld-link a:focus {
  color: #003F85;
  outline: none;
  font-family: Roboto;
}

.eye {
    right: 0;
    position: absolute;
    bottom: 0.14rem;
}

#eyeclosed_highlighted {
    background-color: #C7DEFB;
    border-radius: 3rem;
}

#eyeopen_highlighted {
    background-color: #C7DEFB;
    border-radius: 3rem;
}


/*@media (min-height: 900px) {
    .login-main-content_NewLoginRequest {
        transform: translateY(150%);
    }

    .login-main-content_PasswordAuthentication {
        transform: translateY(100%);
    }

    .login-main-content_ExternalAuthentication {
        transform: translateY(50%);
    }
}

@media (max-height: 900px) {
    .login-main-content_NewLoginRequest {
        transform: translateY(120%);
    }

    .login-main-content_PasswordAuthentication {
        transform: translateY(80%);
    }

    .login-main-content_ExternalAuthentication {
        transform: translateY(40%);
    }
}

@media (max-height: 800px) {
    .login-main-content_NewLoginRequest {
        transform: translateY(100%);
    }

    .login-main-content_PasswordAuthentication {
        transform: translateY(60%);
    }

    .login-main-content_ExternalAuthentication {
        transform: translateY(30%);
    }
}

@media (max-height: 700px) {
    .login-main-content_NewLoginRequest {
        transform: translateY(70%);
    }

    .login-main-content_PasswordAuthentication {
        transform: translateY(40%);
    }

    .login-main-content_ExternalAuthentication {
        transform: translateY(20%);
    }
}

@media (max-height: 600px) {
    .login-main-content_NewLoginRequest {
        transform: translateY(50%);
    }

    .login-main-content_PasswordAuthentication {
        transform: translateY(30%);
    }

    .login-main-content_ExternalAuthentication {
        transform: translateY(10%);
    }
}

@media (max-height: 500px) {
    .login-main-content_NewLoginRequest {
        transform: translateY(30%);
    }

    .login-main-content_PasswordAuthentication {
        transform: translateY(20%);
    }

    .login-main-content_ExternalAuthentication {
        transform: translateY(10%);
    }
}*/
.login-image-container {
    float: left;
    overflow: hidden !important;
    transition: all 0.1s linear;
    width: calc(100% - 450px);
}

.login-image {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-form {
    width: 100%;
}

#nebula-logo {
    fill: #0057b8;
}

.login-btn-group {
    float: right;
    display:flex !important;
    margin-bottom: 1rem;
}

.support-links {
    bottom: 2rem;
    position: fixed;
    right: 2rem;
    margin: 0.3rem;
    display: flex;
}
.svg-no-fill-circle {
    fill: none;
    stroke: #0057b8;
    stroke-width: 0.081rem;
}

.show-password-icon {
    top: -0.5rem;
    position: absolute;
    right: 0rem;
    cursor: pointer;
}

.sec-auth-msg {
    width: 100%;
    font-size: 0.74rem;
    height: 1rem;
    font-family: Roboto;
    color: dimgrey;
}

p#show-password-tooltip {
    display: none;
    position: absolute;
    top: -2rem;
    z-index: 1;
    background: #000000cf;
    padding-left: 0.37rem;
    padding-right: 0.37rem;
    padding-top: 0;
    padding-bottom: 0.05rem;
    font-size: 0.86rem;
    color: #fff;
    border-radius: 0.3rem;
    animation: fadeIn 0.6s;
    right: 1.4rem;
    transform: translateX(50%);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pxy-custom-2l-3r-4t {
    padding-right: 3rem;
    padding-left: 2rem;
    padding-top: 4rem;
}

.mlt-custom-0_5 {
    padding-left: 0.5rem;
    padding-top: 0.5rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.button {
    height: 32px;
    min-width: 4.8rem;
    margin: 0.2rem 0.5rem;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family:Roboto;
}
