﻿:root {
    --gstrLoginBodyBGColor: #fefefe;
    --gstrParentMainDvBGColor: #ffffff;
    --gstrLoginTitleDvColor: #43799a;
    --gstrTxtLoginColor: #3a5e7c;
    --gstrDvForgotPassColor: #5757c9;
    --gstrBtnLoginBGColor: #43799a;
    --gstrBtnLoginColor: #fff;
    --gstrBtnLoginWidth: 130px;
    --gstrDvSignUpColor: #3b72bd;
    --gstrDvSignUpBtnBGColor: transparent;
    --gstrDvSignUpBtnColor: #384d7e;
    --gstrLoginRContentColor: white;
    --gstrLoginRContentAColor: white;
    --gstrLicenceTextColor: #43799a;
    --gstrLicenceTextLineHeight: 23px;
    --gstrLicenceTextCursor: default;
    --gstrLicDisplayInd: none;
    --gstrLoginPnlHeight: 311px;
    --gstrLoginPnlWidth: 630px;
    --gstrPassValidImg: url(images/Default/Exit.png);
}

body {
    background-color: var(--gstrLoginBodyBGColor);
    margin: 2px;
    overflow: hidden;
    font-family: system-ui;
}

.ParentMainDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: var(--gstrLoginPnlWidth);
    height: var(--gstrLoginPnlHeight);
    border-radius: 10px;
    border: none;
    padding: 20px;
    background-color: var(--gstrParentMainDvBGColor);
    box-shadow: 0px 2px 5px 5px #d1d1d1;
}

.dvLeft {
    height: inherit;
    width: 85%;
    display: inline-block;
    margin-left: 20px;
}

    .dvLeft > div {
        margin-bottom: 15px;
    }

.dvRight {
    width: 54%;
    display: inline-block;
    background-image: linear-gradient(324deg, #326585 30%, #629cbf 70%);
    vertical-align: top;
    border-radius: 10px 0px 0px 10px;
    top: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border: solid 1px #8191cb;
    padding-top: 85px;
}

.dvTitle {
    color: var(--gstrLoginTitleDvColor);
    text-align: center;
    font-size: 16pt;
    font-weight: var(--gstrFontWeightBold);
    margin-top: 10px;
    display: inline-block;
}

.txtLogin {
    width: 250px;
    height: 45px;
    border: 1px solid #4e85a7;
    border-radius: 5px;
    color: var(--gstrTxtLoginColor);
}

.dvtxtLogin {
    margin-bottom: 10px;
}

.dvForgotPass {
    font-size: 8pt;
    text-align: right;
    color: var(--gstrDvForgotPassColor);
    margin-right: 10px;
}

.dvPLeft {
    position: relative;
    right: -20px;
    width: 310px;
    border: solid 1px #d9d7d7;
    border-radius: 0px 10px 10px 0px;
    top: -20px;
    height: 350px;
    background-color: #ffffff;
    float: right;
}

.dvLogIn {
    /*margin: 10px;*/
    text-align: center;
}

.btnLogin {
    background-color: var(--gstrBtnLoginBGColor);
    color: var(--gstrBtnLoginColor);
    border: 1px solid #43799a;
    width: var(--gstrBtnLoginWidth);
    height: 35px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px #5f94b5;
    font-size: 12pt;
    font-weight: var(--gstrFontWeightBold);
}

    .btnLogin:active {
        box-shadow: 0px 0px 2px 1px #5f94b5;
        transform: translateY(2px) translateX(2px);
    }

.dvSignUp {
    text-align: center;
    font-size: 9pt;
}

.dvSignUp {
    font-size: 9pt;
    color: var(--gstrDvSignUpColor);
}

    .dvSignUp > button {
        background-color: var(--gstrDvSignUpBtnBGColor);
        border: none;
        color: var(--gstrDvSignUpBtnColor);
        font-size: 11pt;
    }

.dvRTitle {
    text-align: center;
    margin-bottom: 20px;
}

.dvRContent {
    color: var(--gstrLoginRContentColor);
    text-align: left;
    padding: 10px;
    text-indent: 10px;
    font-size: 9pt;
}

    .dvRContent > a {
        color: var(--gstrLoginRContentAColor);
    }

input {
    outline: none;
    border: none
}

    input:focus::-webkit-input-placeholder {
        color: transparent
    }

    input:focus:-moz-placeholder {
        color: transparent
    }

    input:focus::-moz-placeholder {
        color: transparent
    }

    input:focus:-ms-input-placeholder {
        color: transparent
    }

    input::-webkit-input-placeholder {
        color: #adadad
    }

    input:-moz-placeholder {
        color: #adadad
    }

    input::-moz-placeholder {
        color: #adadad
    }

    input:-ms-input-placeholder {
        color: #adadad
    }

.JSDisabled {
    background-color: red;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 10px;
}

.dvMainContiner,
.dvLGMainContiner {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .dvLGMainContiner::before {
        content: '';
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #edf1f5;
        background-image: url(../../images/Default/shutterstock_270607577.jpg);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

.LGParentMainDiv {
    width: 320px;
    height: 208px;
    position: absolute;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 10px 10px 10px;
    box-shadow: 1px 1px 7px 5px #d3d3d3;
    text-align: center;
}

.dvContainer {
    width: 95%;
    background: #fff;
    /* background: #ffffff; */
    border-radius: 10px;
    overflow: hidden;
    padding: 25px;
    text-align: center;
    /* filter: drop-shadow(2px 4px 6px black); */
    -webkit-box-shadow: -1px 7px 25px -5px rgba(115, 115, 115, 1);
    -moz-box-shadow: -1px 7px 25px -5px rgba(115, 115, 115, 1);
    box-shadow: -1px 7px 25px -5px rgba(115, 115, 115, 1);
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.dvlogo {
    top: 0px;
    padding-bottom: 1px;
    width: 100%;
    border: none;
    left: 0px;
    z-index: 1;
    padding-left: 0px;
    padding-right: 0px;
    font: 20px Arial;
    font-weight: var(--gstrFontWeightBold);
    color: #5d5a5a;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
}

.spnLoginText {
    display: block;
    font-size: 20px;
    color: #555;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 15px;
    margin-top: -15px;
}

.dvInputContainer {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9
}

.spnInputLabel {
    font-size: 13px;
    color: #818181;
    line-height: 1.5;
    padding-left: 7px;
    display: block;
    font-family: system-ui;
}

.txtInput {
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: 0 0;
    padding: 0 7px 0 43px;
}

.dvFocusInput {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .dvFocusInput::before {
        color: #adadad;
        font-size: 22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        position: absolute;
        height: calc(100% + 5px);
        bottom: 0;
        left: 0;
        padding-left: 13px;
        padding-top: 3px;
    }

.txtInput:focus + .dvFocusInput::before {
    width: 95%;
    color: var(--gstrLoginTitleDvColor);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-bottom: solid 2px var(--gstrLoginTitleDvColor);
}

.has-val.txtInput + .dvFocusInput::before {
    width: 95%;
    color: var(--gstrLoginTitleDvColor);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-bottom: solid 2px var(--gstrLoginTitleDvColor);
}

.dvForgotPassword {
    text-align: right;
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: 0.03em;
}

.dvBackLogin {
    text-align: right;
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-top: 40px;
    letter-spacing: 0.03em;
    right: 25px;
    position: absolute;
    font-family: system-ui;
}

.dvLGBackLogin1 {
    font-size: 14px;
    margin-top: 40px;
    letter-spacing: 0.08em;
    display: inline;
    float: right;
}

.dvLGBackLogin {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.08em;
    display: inline-block;
}

    .dvForgotPassword > a,
    .dvBackLogin > a,
    .dvLGBackLogin > a,
    .dvLGBackLogin1 > a {
        color: #0052d1;
        /*text-decoration: none;*/
    }

        .dvForgotPassword > a:hover,
        .dvBackLogin > a:hover,
        .dvLGBackLogin > a:hover,
        .dvLGBackLogin1 > a:hover {
            color: #43799a;
            font-weight: var(--gstrFontWeight600);
            text-decoration: underline;
        }

.dvButtonMainCont {
    display: inline-block;
    margin-top: 10px;
}

.dvLicenceUpload {
    text-align: left;
    display: var(--gstrLicDisplayInd);
    float: left;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 0.03em;
    margin-left: 5px;
}

.spnLicCheckImg {
    --gstrmdiBeforeFontsize: 23px;
    color: green;
    vertical-align: top;
}

.spnLicUploadImg {
    --gstrmdiBeforeFontsize: 17px;
    color: red;
    vertical-align: top;
}

.lblLicence {
    color: var(--gstrLicenceTextColor);
    text-decoration: none;
    vertical-align: super;
    height: 20px;
    display: inline-block;
    line-height: var(--gstrLicenceTextLineHeight);
    cursor: var(--gstrLicenceTextCursor);
}

    .lblLicence:hover {
        font-weight: var(--gstrFontWeight600);
        text-decoration: underline;
    }

.ErrorMSG {
    display: block;
    color: #fff;
    font-size: 11px;
    position: absolute;
    margin-top: -12px;
    margin-left: -2px;
    width: calc(100% + 4px);
    text-align: left;
    padding-left: 0px;
    background-color: red;
    height: 20px;
    line-height: 20px;
    text-indent: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ErrorBox {
    border: solid 2px #ff0000;
}

.csResendOptBtn {
    color: #0000ff;
    cursor: pointer;
    float: right;
    border: none;
    background-color: transparent;
    font-size: 12px;
}

.csOTPMsg {
    color: #adadad;
    font-size: 12px;
}

.txtEmail {
    width: 84%;
    display: inline-block;
}

.lblLogoutMsg {
    font-size: 15px;
    color: #737373;
}
.spnDevelopedBy{
    display:none;
}

.clsMailMsg {
    font-size: 14px;
    color: #0bc10b; /* #737373 */
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-family: system-ui;
}

.csUploadFileBtn {
    width: 28px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    -webkit-mask: url(../../images/Default/tray_up_arrow.svg) no-repeat 6px 6px;
    mask: url(../../images/Default/tray_up_arrow.svg) no-repeat 6px 6px;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    background-color: red;
    vertical-align: sub;
}

.csCPFormDtl {
    height: 370px;
    width: 800px;
    left: 50%;
    top: 50%;
    border: solid 1px #dfdfdf;
    transform: translate(-50%, -50%);
    right: unset;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 6px #cfc8c8;
    display: block;
    position: absolute;
}

.csCPFormTitle {
    border-bottom: solid 1px #c1c1c1;
    background-color: #b5b5b5;
    height: 40px;
    border-radius: 8px 8px 0px 0px;
}

.dvCPLeft {
    width: 280px;
    margin: 0px 10px;
    display: inline-block;
    margin-left: 100px;
}

    .dvCPLeft > div {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .dvCPLeft > div > input {
            height: 40px;
        }

.csCPPasswordInfo {
    margin-left: 10px;
    width: 370px;
    vertical-align: top;
    display: inline-block;
    margin-top: 15px;
}

.csCPSectionDetail {
    background-color: #fefefe;
    display: block;
    height: 330px;
    border-top: solid 1px #e0e4e8;
    border-radius: 5px;
}

.csCPAgreeTerms * {
    font-size: 15px;
}

.csCPAgreeTerms > b {
    color: #616161;
}

.csTermsCondition, .clsDisplayNone {
    display: none;
}

    .csTermsCondition > div {
        margin: 10px;
    }

        .csTermsCondition > div > span {
            display: inline-block;
            vertical-align: sub;
        }

.csCPPasswordInfo > div {
    display: inline-block;
    font-size: 11px;
    margin-left: 7px;
    width: 100%;
}

    .csCPPasswordInfo > div > span {
        display: block;
        margin-bottom: 3px;
    }

    .csCPPasswordInfo > div > label {
        display: block;
        font-size: 13pt;
        font-weight: var(--gstrFontWeightBold);
        color: red;
        border-bottom: solid 2px lightgray;
        height: 27px;
        margin-bottom: 10px;
    }

.csCPCrossImg {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 1px;
    background-image: var(--gstrPassValidImg);
    background-repeat: no-repeat;
}

.csCPBulletImg {
    height: 6px;
    width: 6px;
    background-color: blue;
    border-radius: 6px;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 6px;
}

.csCPPassMsg {
    font-size: 8.5pt;
    color: blue;
    vertical-align: top;
}

.btnRefresh {
    height: 40px;
    width: 25px;
    display: inline-block;
    margin-bottom: -8px;
    vertical-align: bottom;
}

input[disabled="disabled"],
input[readonly="readonly"] {
    background-color: #e3e3e3;
}
.lblVersion {
    display: block;
    font-size: 13px;
    font-weight: var(--gstrFontWeight600);
    color: white;
    margin-left: -40px;
}
.LoadingLoginDiv {
    top: 2px;
    right: 0;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 10002;
    display: none;
    bottom: 0;
    left: 0;
    background-color: #e9e5e57d;
    min-height: 250px;
}
.LoadingLoginDiv .loader {
    position: absolute;
    top: 47.35%;
    left: 47.35%;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.RPParentMainDiv {
    width: 480px;
    height: 208px;
    position: absolute;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 10px 10px 10px;
    box-shadow: 1px 1px 7px 5px #d3d3d3;
    text-align: center;
}
.lblColor{
    color : blue;
}
.csAUFormDtl {
    height: 350px;
    width: 400px;
    border: solid 1px #dfdfdf;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 6px #cfc8c8;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}
.csAUSectionDetail {
    display: block;
    height: 330px;
    border-top: solid 1px #e0e4e8;
    border-radius: 5px;
    border-radius: 13px;
    padding: 5px;
}