﻿html, form {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font: 14px Roboto, sans-serif;
}

label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 2px 10px;
    display: block;
}

.RequiredLabel::before {
    content: "*";
    color: #E26060;
}

label.FINSLabelStyle {
    margin: 0;
    font-size: 14px;
    display: unset;
}
/*
MESSAGES
---------------------------------------*/

.global_message {
    border-style: solid;
    border-width: 1px;
    padding: 10px 10px 10px 25px;
    margin: 5px auto;
    width: 400px;
    background-position: 5px 8px;
    background-repeat: no-repeat;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.error.global_message {
    background-image: url(Images/message_error.png);
    background-color: #ffe1e1;
    border-color: #e59d83;
}

.success.global_message {
    background-image: url(Images/message_success.png);
    background-color: #bcfcbf;
    border-color: #26db2a;
}

.notice.global_message {
    background-image: url(Images/message_notice.png);
    background-color: #fbfdbc;
    border-color: #d1dc25;
}

.ErrorMessage {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #280404;
    text-align: center;
    background: #E26060;
    margin: 0 -40px 20px -40px;
    padding: 12px 50px;
}

.ErrorMessage:empty {
    display: none;
}

input.input-validation-error {
    border: 2px solid #E81D1D;
}

#login {
    color: Black;
    margin-left: 0px;
    margin-right: 0px;
}

#RenderLoginBodyFrame {
    background-color: #ffffff;
    padding-bottom: 0px;
    height: 100%;
}

#LoginRenderBody {
    background-image: url('Images/login_background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    min-height: 500px;
    background-color: #ffffff;
    height: 100%;
    position: relative;
}

.LoginDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-image: radial-gradient(circle at 99% -12%, #34656c, #113844 82%);
    box-shadow: 0 2px 18px 0 rgb(0 0 0 / 20%);
    width: 400px;
    padding: 30px 40px 0 40px;
    box-sizing: border-box;
    font-weight: 300;
    border-radius: 4px;
}

.LogiDialogTitle {
    margin-bottom: 16px;
}

.LogiDialogTitle span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #FFFFFF;
}

.LoginDialogHeaderImage {
    background-color: #ffffff;
    padding: 9px 0px 3px 0px;
    color: white;
    text-align: center;
    height: 85px;
    width: 100%;
}

.LoginDialogLoginImage {
    background-color: #ffffff;
    padding: 10px 0px 10px 0px;
    color: white;
    text-align: center;
    width: 100%;
}

.LoginDialogHeaderText {
    background-color: #ffffff;
    padding: 12px 2px 12px 2px;
    color: #38accd;
    font-weight: bold;
    font-size: 30px;
    text-align: center
}

.LoginDialogMain {
    position:relative;
}

#UsernameTextbox {
    position: relative;
    margin-bottom: 30px;
}

#PasswordTextbox {
    margin-bottom: 15px;
    position: relative;
}

.LoginText {
    font-family: Roboto, sans-serif;
    border-radius: 6px;
    border: solid 1px rgba(2, 5, 4, 0.25);
    background-color: #ffffff;
    width: 100% !important;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-indent: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    box-sizing: border-box;
}

.LoginText:focus {
    outline: none;
    border-color: #3EAE89;
    box-shadow: 0 0px 0px 0.5px #0a6172, 0 0px 0px 2px #26ffaf;
}

#NextMessageText {
    text-align: center;
    padding-right: 20px;
    padding-bottom: 40px;
    font-size: 15px;
}

.LoginText:read-only {
    border:0px;
    outline:none;
}


#ForgotPasswordText
{
    text-align: right;
    padding-bottom: 20px;
}

.forgotpwlink {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #9CD4FF;
    cursor: pointer;
}

#BackText {
    left:30px;
    bottom:20px; 
}

#LoginButtonBox {
    position: relative;
    text-align: right;
    margin-bottom: 30px;
}

#LoginButtonsContainer {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

input.login-button,
input.backLink,
.k-button {
    background: linear-gradient(28.22deg, #53A288 -102.29%, #0A6172 172.22%);
    box-shadow: 0px 1px 8px rgba(0, 44, 54, 0.498142);
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border: none;
}

input.login-button:hover,
input.backLink:hover,
.k-button:hover {
    background: linear-gradient(28.22deg, #53A288 -102.29%, #0b4854 172.22%);
}

.chy-hidden {
    display: none;
}

#loginName,
#Password {
    padding-right: 38px;
}

.chy-user-logo,
.chy-lock-logo {
    font-size: 22px;
    color: #02151A;
    position: absolute;
    right: 8px;
    bottom: 8px;
    opacity: .5;
}

.chy-visibility-logo {
    color: #2658D0;
    font-size: 22px;
    position: absolute;
    bottom: 7px;
    right: 35px;
    cursor: pointer;
}

/*Footer CSS*/
.chy-footer-logo-container {
    display: flex;
    align-items: center;
    gap: 56px;
    justify-content: space-evenly;
    background: #5BC4A110;
    margin: 0 -40px;
    padding: 30px 40px;
}

ul {
    margin: 0;
    padding: 0;
}

/*Footer Image CSS*/
.chy-footer-logo-container img {
    max-width: 135px;
}

#LoginSystemInfo {
    position: fixed;
    bottom: 31px;
    right: 0px;
    padding-right: 40px
}

#loginbottomhr {
    background-color: #38accd;
    height: 5px;
}

/*Forgot Password CSS*/
#ForgotPasswordButtonsBox {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

#EmailTextbox {
    text-align: center;
    padding-bottom: 15px;
}

#ForgotPasswordVerbiage {
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

#AnswerTextbox {
    text-align: center;
    padding-bottom: 15px;
}

#SecurityQuestionVerbiage {
    margin-bottom: 20px;
}

#SecurityQuestionVerbiage tr {
    display: flex;
    flex-direction: column;
}

.chy-ml-6 {
    margin-left: 6px;
}

#EmailSentVerbiage {
    margin: 20px 0;
    text-align: left;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
}

.password-req-container {
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.password-req-container li {
    list-style-type: disc;
    margin-left: 24px;
}

u {
    text-decoration: none;
}

/*New User/ResetPassword Setup CSS*/
#NewUserInviteRegister {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    width: 600px;
    margin: 0 auto;
    align-content: center;
    border: 1px solid black;
    background-color: #ffffff;
}

.PasswordRequirements {
    padding-left: 148px;
}

#PasswordRequirementsBox {
    border: 1px solid black;
    width: 300px;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.ResetPasswordDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    margin-left: auto;
    margin-right: auto;
    width: 385px;
    border-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    height: 460px;
}
