@import url(https://fonts.googleapis.com/css?family=Roboto:wght@400;500,700);
html {
	height: 100%;
	width: 100%;
}
body, body.k-body {
	margin: 0;
	font-family: Roboto, Arial, Verdana, sans-serif;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	font-weight: 400;
    line-height: 1.4285714286;
}
#root {
	width: 100%;
	height: 100%;
    position: relative;
}

.k-form {
    border: 0;
    clear: both;
}
.k-floating-label-container {
    display: inline-flex;
    width: 100%;
}
.k-floating-label-container {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: stretch;
    padding-top: 20.0000000004px;
    position: relative;
    vertical-align: middle;
}
.k-form {
    font-size: 14px;
    line-height: 1.4285714286;
}
input.k-input {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-floating-label-container * {
    box-sizing: border-box;
}
.k-input-solid {
    background-color: #fff;
    border-color: #DEDCD9;
    color: #424242;
}
.k-input-lg {
    font-size: 16px;
    line-height: 1.5;
}
.k-input{
    align-items: stretch;
    -webkit-appearance: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: inline-flex;
    flex-flow: row nowrap;
    font-family: inherit;
    font-weight: 400;
    margin: 0;
    min-width: 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: start;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%;
}

.message {
    display: none;
}
.k-invalid.message {
	color: #FF4040;
	margin-bottom: 10px;
	display: block;
}
.success.message {
	color: green;
	margin-bottom: 10px;
	display: block;
}
.k-rounded-md {
    border-radius: 4px;
}
.k-floating-label-container.k-empty>.k-label {
    transform: scale(1);
}
.k-floating-label-container>.k-label {
    cursor: text;
    font-size: 14px;
    line-height: 1.4285714286;
    max-width: 90%;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    transform-origin: left center;
    white-space: nowrap;
}
.k-form-buttons {
    overflow: visible;
    padding: 0;
}
.k-form-buttons {
    align-items: center;
    border: 0 solid;
    border-color: inherit;
    box-sizing: border-box;
    clear: both;
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 0;
    gap: 8px;
}
.k-button-md {
    line-height: 1.4285714286;
    padding-block: 8px;
    padding-inline: 8px;
}
.k-button {
    align-items: center;
    -webkit-appearance: none;
    background: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    gap: 4px;
    justify-content: center;
    outline: none;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color .2s ease-in-out;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.k-button.border {
    border-color: #717171;
    border-radius: 12px;
}
.ico {
    width: 15px;
    height: 15px;
    cursor: pointer;
    opacity: .8;
}
.ico.visibility {
    background: url('../images/visibility.svg') no-repeat;
}
.ico.visibility-off {
    background: url('../images/visibility_off.svg') center no-repeat;
}
.k-floating-label-container .ico {
    position: absolute;
    top: 47px;
    right: 15px;
    background-size: 14px 14px;
}

.login-container .info-message {
	font-size: 14px;
	color: #2d2d2d;
	display: inline-flex;
	padding: 8px 26px 8px 32px;
	gap: 10px;
	align-items: flex-start;
	background: url('../images/information.svg') no-repeat;
	background-position-y: center;
}
.login-container .info-message img {
	width: 22px;
	height: 22px;
}
.login-container select {
    width: 100%;
    height: 44px;
    padding: 0px 26px 0px 16px;
    border-radius: 12px;
    border: 1px solid #E1E1E2;
    color: rgba(26, 26, 26, 0.7);
}

.login-container label.k-label.with-info {
    overflow: visible;
    z-index: 10;
    width: 100%;
}
.login-container label.k-label .info-message {
    display: inline-block;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: 22px;
    padding: 0;
    background-position-x: 0px;
    margin-bottom: -6px;
    overflow: visible;
    z-index: 11;
    background-size: 18px;
}
.login-container .info-message .tt-ct {
    display: none;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    padding: 8px 16px;
    position: absolute;
    width: 83%;
    left: 0px;
    top: 30px;
    white-space: normal;
    font-style: normal;
    font-size: 12px;
    background-color: #FFF;
    z-index: 12;
}
.login-container .info-message .tt-ct em {
    display: block;
    font-style: normal;
    font-weight: bold;
}
.login-container label.k-label.with-info:hover .info-message .tt-ct {
    display: block;
}
.login-container .tt-ct .em {
    color: rgba(26, 26, 26, 0.3);
}
#passwordTooltip {
    white-space: pre-line;
}
#accountSelectionCt {
    background-color: #FFF;
}
#accountSelectionCt select {
    margin-top:2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    z-index: 2;
    margin-bottom: 10px;
}
.login-container select:focus {
    outline: none;
}

.dropdown-arrow {
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(26, 26, 26, 0.7);;
    position: absolute;
    top: 41px;
    right: 15px;
    z-index: 1;
}
#accountSelectionCt select::-ms-expand {
    display: none;
}
#accountSelectionCt {
    padding-top: 8px;
    display: none;
}
#ssoCt {
    display: none;
    margin-top: 35px;
    margin-bottom: 10px;
}
#accountSelectionCt.display,
#ssoCt.display {
    display: block;
}
#accountSelectionCt .k-floating-label-container {
    flex-direction: row;
}
#accountSelectionCt .k-floating-label-container .k-label {
    top: -8px;
}


#root {
    overflow-y: auto;
}
.login-logo-ct {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 50px;
    margin-bottom: 45px;
}
.login-logo-ct .logo {
    width: 230px;
    height: 59px;
    margin: 0px;
    background: url(../images/sepro-digital.png) top left / 230px no-repeat;
}
.login-container {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 818px
}
.login-container .inner-ct {
    position: absolute;
    box-sizing: border-box;
    padding: 25px 0 25px 25px;
    box-shadow: 0px 0px 32px -4px rgba(184, 187, 222, 0.15);
    border-radius: 24px;
    width: 90%;
    height: 90%;
    max-width: 1200px;
    max-height: 783px;
    min-height: 768px;
    display: flex;
    justify-content: center;
}
.login-container .text-ct {
    border-radius: 16px;
    background: url(../images/lake-cloud.png) center center / cover no-repeat;
    width: 50%;
    margin: 0;
    position: relative;
}
.login-container .text-ct  p {
    text-align: left;
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #FFF;
    font-size: clamp(16px, 3.9vw, 40px);
    font-family: 'Helvetica Neue';
    font-weight: 300;
    line-height: 100%;
    max-width: 243px;
    margin: 0;
}
.login-container .text-ct  p span {
    display: inline-block;
    white-space: nowrap;
}
.login-container .text-ct sup {
    font-style: normal;
    font-size: clamp(14px, 2.9vw, 20px);
    position: relative;
    left: -5px;
    display: inline-block;
}
.sign-in-heading {
    clear: both;
}
.sign-in-heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(26, 26, 26, 0.7);
    padding-top: 3px;
    margin-block-end: 3px;
}
.login-container .title {
    font-weight: 700;
    font-size: 30px;
    font-size: clamp(20px, 2.9vw, 30px);
    line-height: 42px;
    color: #1A1A1A;
    align-self: stretch;
}
.login-container .form-ct {
    display: flex;
    justify-content: center;
    justify-items: center;
    box-sizing: border-box;
    width: 50%;
}
.login-container .form-inner-ct {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 423px;
    box-sizing: border-box;
}
.login-container .form-ct p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(26, 26, 26, 0.7);
}
.k-floating-label-container {
    margin-top: 20px;
}
.login-container .k-floating-label-container.k-empty > .k-floating-label,
.login-container .k-floating-label-container.k-empty > .k-label {
    top: 0px;
    left: 0px;
    color: #545454;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.login-container form.changed input.k-input:invalid {
    border-color: #FF4040;
}
.login-container input.k-input {
    height: 44px;
    margin-top: 12px;
    margin-bottom: 5px;
    padding: 0px 12px 0px 16px;
    gap: 10px;
    border: 1px solid #E1E1E2;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 26, 26, 0.7);
}
.login-container input.k-input:focus {
    border-color: #1A6CFF;
}
.login-container .pw-link {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}
.login-container a {
    text-decoration: none;
}
.login-container a:hover {
    text-decoration: underline;
}
.login-container .pw-link a {
    color: #1A6CFF;
}
.login-container .k-button-solid-primary {
    margin-top: 38px;
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    height: 44px;
    min-height: 44px;
    border-radius: 12px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
.login-container .k-button-solid-primary:hover {
    background-color: #333333;
}
.login-container .k-button-solid-primary:active {
    background-color: #4D4D4D;
}
.login-container .k-button-solid-primary:focus {
    background-color: #000000;
    border: 3px solid #4D4D4D;
}
.login-container .k-button-solid-primary:disabled {
    cursor: not-allowed;
    background-color: #E3E3E3;
}
.login-container .action-links {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.login-container .action-links a {
    font-weight: 500;
    color: #1A1A1A;
}

.resetpw .login-container .login-logo-ct {
    margin-top: 20px;
    margin-bottom: 20px;
}
.resetpw .login-container .k-floating-label-container {
    margin-top: 10px;
}

@media (max-width: 600px) {
    .login-logo-ct img {
        width: 160px;
    }
}

/* System Notice Banner */
.system-notice-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #1A6CFF;
    color: #FFFFFF;
    padding: 12px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.system-notice-banner.system-notice-warn {
    background-color: #FFA500;
}

.system-notice-banner.system-notice-error {
    background-color: #FF4040;
}

.system-notice-banner.system-notice-info {
    background-color: #1A6CFF;
}

.system-notice-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#systemNoticeMessage {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.system-notice-close {
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.system-notice-close:hover {
    opacity: 1;
}

@media (max-width: 500px) {
    .login-container .login-logo-ct {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .login-container .inner-ct {
        flex-flow: column;
        justify-content: normal;
        padding-right: 25px;
    }
    .login-container .text-ct {
        width: 100%;
        height: 150px;
        min-height: 70px;
        p {
            bottom: 20px;
        }
    }
    .login-container .text-ct p {
        bottom: 10px;
    }
    .login-container .form-ct {
        width: 100%;
        height: 100%;
    }
    .login-container .form-ct form {
        margin-top: 10%;
    }
    
    .system-notice-banner {
        padding: 10px 15px;
    }
    
    #systemNoticeMessage {
        font-size: 13px;
    }
}







