﻿body {
    --primary-color: #0799f2;
    --secondary-color: #61b34a;
    --heading-color: #084d78;
    --secondary-heading-color: #084d78;
    --error-color: #f83c75;
    --error-bg-color: #fef6f8;
    --card-radius: 5px;
    --fonts: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.login-page .headerblock {
    display: none;
}

.login-page div#body {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-page div#body .content-wrapper {
    margin-top: -48px;
}

.login-page .main-content {
    height: auto;
}

.login-page footer {
    position: absolute;
    background: transparent;
    bottom: 28px;
    left: 0;
    width: 100%;
}

.content-wrapper.main-content {
    background: #fff;
}

.content-wrapper.main-content #loginForm {
    width: 440px;
    font-family: var(--fonts);
    margin: 40px auto 0;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) {
    display: none;
}

.content-wrapper.main-content #loginForm .error {
    color: var(--error-color);
    width: 100%;
    padding: 10px 12px;
    text-align: center;
    border-radius: var(--card-radius);
    background-color: var(--error-bg-color);
    border: 1px solid var(--error-color);
}

.content-wrapper.main-content #loginForm > div {
    width: auto;
    margin: auto;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.content-wrapper.main-content #loginForm > div > table > tbody {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr {
    display: flex;
    flex: 0 0 50%;
    min-width: 440px;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr > td {
    width: 100%;
}

/* Login Pane */
.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child {
    flex-direction: column;
    padding: 50px 70px;
    box-sizing: border-box;
    gap: 14px;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > table > tbody {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td {
    padding: 0;
    margin: 0;
    width: 100%;
    color: var(--heading-color);
    font-weight: 600;
    font-family: var(--fonts);
}

/* Logo */
.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td:first-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -20px;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td:first-child > img {
    width: 200px;
    height: auto;
    margin-bottom: 0 !important;
}

/* Login Form */
.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td > table {
    width: 100%;
    display: flex;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td > table > tbody {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td > table > tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td > table > tbody tr:last-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td > table > tbody tr:last-child td {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td > table > tbody td {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 0;
    width: 100%;
    color: var(--heading-color);
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td > table > tbody td input.k-textbox {
    margin: 0;
    width: 100% !important;
    height: 40px !important;
    padding: 0 12px !important;
    border-radius: 4px;
    font-size: 14px;
    color: var(--heading-color);
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child > td > table > tbody td button {
    background: #0c88d4 !important;
    color: #fff;
    border: 0;
    height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 20px;
}

/* Announcements */
.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) {
    border: 0 !important;
    box-sizing: border-box;
    background: #0c88d4;
    background: url(images/announcement-bg.png) no-repeat 100% 100%;
    background-color: #134795;
    align-self: stretch;
    color: #fff;
    border-radius: 0 10px 10px 0;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) p,
.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) div,
.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) span {
    color: #fff !important;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) p.warning,
.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) div.warning,
.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) span.warning {
    color: #FE656E !important;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) > td {
    padding: 20px 26px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) > td h2,
.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) > td a,
.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) > td a span {
    color: #fff !important;
}

.content-wrapper.main-content #loginForm > div > table > tbody > tr:nth-child(2) > td h2 {
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 0;
}

.login-page .content-wrapper.main-content {
    background: transparent;
}

.login-page .content-wrapper.main-content #loginForm {
    width: auto;
}

.login-page .content-wrapper.main-content #loginForm > div > table > tbody > tr:first-child {
    max-width: 440px;
}

.login-page .content-wrapper.main-content #loginForm > div > table > tbody > tr:last-child {
    width: 440px;
    display: flex;
}

.login-page .content-wrapper.main-content #loginForm > div > table > tbody > tr:last-child span {
    background-color: transparent !important;
}