﻿div.login-wrapper {
    box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25) !important;
    display: none;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 25% !important;
    position: relative !important;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 0.5rem;
    transition: padding 10ms .2s;
}

.modal-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

div.login-wrapper h1 {
    color: #000 !important;
    font-family: sans-serif !important;
    font-size: 1.5rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.375rem !important;
    margin-top: 2rem;
    margin-bottom: 2.875rem;
}

.logo img {
    display: flex !important;
    justify-content: center !important;
    width: 3.409rem !important;
    height: 3.081rem !important;
    flex-shrink: 0 !important;
}

div.login-container {
    display: none;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
    width: 25rem !important;
    padding: 2.5rem 0 3.9rem 0 !important;
    border-radius: 0.25rem !important;
    background-color: #fff;
}

.required-validation {
    color: red !important;
}

.textbox-align {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 0.625rem;
}

.login-input-label {
    padding: 0.594rem 0.75rem 0.594rem 0 !important;
    align-items: center !important;
    display: flex !important;
}

.modal-dialog-scrollable .modal-content {
    max-height: 90% !important;
    min-width: 25rem;
}

.modal-footer {
    display: flex !important;
    justify-content: center !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.link {
    padding-right: 0 !important;
}

.link-sso {
    display: flex !important;
    justify-content: center !important;
    margin-top: 1.5rem !important;
}

div.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6.188rem 0 2.313rem 0;
    padding: 0;
}

.label-password {
    margin-top: 1.563rem;
}

.lnk-define-SSO {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3.125rem;
}

.sso-header {
    margin-bottom: 1.125rem !important;
}

.sso-loginbtn {
    margin-top: 1.5rem;
}

odyssey-modal p {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.input-alignment {
    margin: 0 1.5px 0 2.5px;
}

.validation-alert {
    margin-bottom: 0.9375rem;
}

.sso-def-content {
    max-width: 40rem;
    min-width: 22rem;
}

.login-validation {
    display: flex;
    align-items: stretch;
    border-top: 0.0625rem solid;
    border-right: 0.0625rem solid;
    border-bottom: 0.0625rem solid;
    border-left: 0.25rem solid;
    margin: auto;
    margin-bottom: 0.9375rem;
    max-width: 20rem;
    -moz-border-radius: 0.25rem;
    -webkit--radius: 0.25rem;
    border-radius: 0.25rem;
    background-color: #fffce7;
    border-color: #f8c03a;
}

.alert-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 20%;
}

.login-text-validation {
    flex-basis: 80%;
    color: #000;
    font-weight: 400;
    padding: 0.9375rem 0.9375rem;
    margin-bottom: 0;
}

.login-body, .body-content {
    width: 100%;
}

.alert-box-text {
    font-size: 0.875rem;
    margin-bottom: 0px;
}

.caps-lock {
    display: none;
    position: absolute;
    color: blue;
    margin-top: -1.7rem;
    margin-left: 16rem;
    font-size: 0.625rem;
}

.header-span {
    font-size: 0.875rem !important;
}

    .header-span a {
        font-size: 0.875rem !important;
    }

.loader {
    position: absolute;
    height: 3rem;
    width: 3rem;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(222, 222, 222) rgb(247, 166, 4) rgb(222, 222, 222) rgb(222, 222, 222);
    border-image: initial;
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running rotate;
    margin-left: 10rem;
    margin-top: 7rem;
    z-index: 99999;
}

.notification-def-content {
    max-width: 40rem;
    min-width: 25rem;
}
