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;
    color: #4A4A4A;
}
#root {
	width: 100%;
	height: 100%;
}
.app {
	height: 100%;
	width: 100%;
}
a {
	color: #171717;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover, .base-color.clickable {
	color: #171717;
}


.k-form {
    border: 0;
	color: #424242;
}
.k-form {
    font-size: 14px;
    line-height: 1.4285714286;
}
.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: #F25856;
	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 {
    pointer-events: none;
    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;
    transition: transform .2s ease-out,color .2s ease-out,top .2s ease-out,left .2s ease-out,-webkit-transform .2s ease-out;
    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-solid-primary {
    background-color: #171717;
    border-color: #171717;
    color: #fff;
}
.k-button-solid-primary:hover {
    background-color: #0078c9;
    border-color: #0078c9;
    color: #fff;
}
.k-button.border {
    border-color: #717171;
}
.k-button.border:hover {
   color: #0078c9;
   border-color: #0078c9;
}

.login-container .info-message {
	font-size: 14px;
	color: #2d2d2d;
	display: inline-flex;
	padding: 8px 26px 8px 42px;
	gap: 10px;
	align-items: flex-start;
	background: url('../images/information.svg') no-repeat #e0ebfc;
	background-position-y: center;
	background-position-x: 10px;
	margin-bottom: 10px;
}
.login-container .info-message img {
	width: 22px;
	height: 22px;
}

#accountSelectionCt {
    background-color: #FFF;
}
#accountSelectionCt .k-floating-label-container {
    position: relative;
}
#accountSelectionCt select {
    border-radius: 4px;
    padding: 8px 7px;
    border: 1px solid #DEDCD9;
    margin-top:2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    z-index: 2;
    padding-right: 25px;
}
.login-container select:focus {
    outline: none;
}
.dropdown-arrow {
    position: absolute;
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #171717;
    top: 35px;
    right: 20px;
    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 select {
    margin-bottom: 10px;
}

.forget-password-link{
	font-size: 14px;
	display: inline-block;
	margin: 24px 0;
}


/* */
h1 {
    font-size: 23px;
    margin-top: 0px;
    font-weight: normal;
}
.action-links {
    text-align: center;
}
.login-header {
    float: left;
    background-color: #F2F2F2;
    width: 100%;
    height: 78px;
    padding: 10px 20px 12px 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px #d6dbdf;
}
.login-header .logo {
    width: 150px;
}
.login-container {
    width: 100%;
    height: calc(100% - 78px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-container .title {
    font-size: 23px;
    padding-bottom: 13px;
}
.login-container .form-ct {
    width: 30vw;
    min-width: 250px;
    box-sizing: border-box;
    justify-content: center;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.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;
}
.login-container input.k-input {
    margin-top: 2px;
    margin-bottom: 10px;
}
.login-container form.changed input.k-input:invalid {
    border-color: #C03B33;
}
.login-container .k-form-buttons {
    justify-content: center;
    button {
        margin-top: 10px;
        min-width: 120px;
    }
}
