/* Font: Lato */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/S6uyw4BMUTPHjx4wXg.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: Lato, serif;
    height: 100%;
    min-height: 100%;
    background: #E5E9F1;
    overflow: hidden;
}

.artwork {
    position: absolute;
    left: 0;
    right: -7.1%;
    top: -44.54%;
    bottom: -46.89%;
    z-index: -2;
}

.blurred {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    z-index: -1;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(229, 233, 241, 0) 0%, rgba(0, 59, 126, 0.05) 70%);
}

.main-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-content {
    height: 100%;
    min-height: 100%;
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .main-content {
        height: 100%;
        min-height: 100%;
        width: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.signin-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 24px;
    width: 360px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 20, 50, 0.02);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
}

.login-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 12px;
    gap: 10px;
    width: 296px;
    height: 32px;
    background: #F2F4F8;
    border: 1px solid #C0CADD;
    border-radius: 4px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.login-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 8px;
    gap: 4px;
    width: 296px;
    height: 30px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 20, 50, 0.65);
}

.password-group {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 296px;
    height: 32px;
    border: 1px solid #C0CADD;
    background: #F2F4F8;
    border-radius: 4px;
    gap: 4px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.password-input {
    padding: 0 12px;
    width: 272px;
    height: 32px;
    background: none;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.password-icon {
    width: 16px;
    height: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
    border: none;
    padding: 0;
    background: none;
    z-index: 2;
}

.password-icon > img {
    vertical-align: initial;
    position: relative;
    top: -4px;
    background: none;
}

.login-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    gap: 8px;
    width: 296px;
    height: 32px;

    background: #0059E4;
    border: 1px solid #0059E4;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
    border-radius: 4px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.login-button:disabled {
    background: rgba(107, 118, 128, 0.76);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.login-invalid {
    color: #b43030;
    font-size: 14px;
    line-height: 21px;
}

.invalid-border, .invalid-border:focus {
    border: 1px solid #b43030 !important;
}

.logo {
    position: absolute;
    width: 384px;
    height: 65px;
    left: calc(50% - 384px / 2);
    top: calc(50% - 65px / 2 - 1px / 2);
}

.login-header {
    width: 296px;
    min-height: 38px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: rgba(0, 20, 50, 0.88);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.forgot-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    gap: 8px;
    width: 296px;
    height: 32px;
    border-radius: 4px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    background: none;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 20, 50, 0.88);
}

.back-button {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    gap: 8px;
    width: 296px;
    height: 32px;
    border: none;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    background: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 20, 50, 0.88);
}

.login-for_employees {
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    gap: 8px;
    width: 296px;
    height: 32px;
    background: #F2F4F8;
    border: 1px solid #C0CADD;
    box-shadow: 0 2px 0 rgba(0, 20, 50, 0.02);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 20, 50, 0.88);
}

.login-input:focus, .login-input:focus-within, .password-group:focus, .password-group:focus-within, .password-icon:focus, .password-icon:focus-within {
    border-color: #1677ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    outline: 0;
}

.password-input:focus, .password-input:focus-within {
    border: none;
    box-shadow: none;
    outline: 0;
}

