
/************************ Oxygen Start *************************/
@font-face {
  font-family: "Oxygen";
  src:url("fonts/Oxygen-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Oxygen";
  src:url("fonts/Oxygen-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oxygen";
  src:url("fonts/Oxygen-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
/************************ Oxygen End *************************/
/************************* Roboto Start**************************/
@font-face {
  font-family: "Roboto";
  src:url("fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src:url("fonts/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src:url("fonts/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
/************************* Roboto End**************************/


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:-internal-autofill-selected {
    background: none !important;
    background-color: transparent !important;
}
body
{
    font-family: Roboto !important; 
    color: var(--fc-pri); 
    margin: 0; 
    font-size: 100%;
    overflow: hidden;
}
option {
    color: var(--fc-pri);
    background: var(--bg-color1);
}
  /* white backgound */
.cyb-fw{color: #ffffff;}
.cyb-fb{color: #000000;}
.cyb-fg{color: #555555;}
.logo-c 
{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 45%;
}
.cyb-lslide {
    width: 30%;
    position: relative;
    height: 100vh;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.login-logo {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: auto;
}
span.login-logo-beta {
    line-height: 15px;
    position: relative;
    color: #ff8300;
    padding: 3px;
    font-size: 15px;
    top: -11px;
}
.header-logo-text .login-logo-beta {
    top: -5px;
}
.login-logo img
{
    position: relative;
    max-width: 250px;
    height: 45px;
}
.login-logo p
{
    width: 100%;
    margin: 0px;
    font-family: Oxygen;
    font-weight: 700;
    font-size: 22px;
    color: var(--fc-pri);
    position: relative;
}
.login-content{
    position: relative;
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    z-index: 1;
    padding-right: 20px;
    color: var(--fc-sec);
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.cyb-rslide {
    width: 70%;
    position: relative;
    height: 100vh;
}
.login-error {
    position: fixed;
    top: 0px;
    width: fit-content;
    min-width: 270px;
    background-color: #e55e55;
    padding: 10px 15px;
    z-index: 99;
    margin: 0 auto;
    left: 3%;
    right: 3%;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}
.login-error p {
    margin: 0;
    text-align: center;
    background-color: #ffc8c8;
    padding: 10px 15px;
    width: auto;
    display: inline-block;
}
.login-success
{
    position: fixed;
    top: 0px;
    width: 360px;
    padding: 10px 15px;
    z-index: 99;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #2f931d;
    background-color: #daf1d6;
    border-radius: 3px;
}

.cyb-dp-box {
    width: 300px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-bottom: 30px; display: none;
}

.sec-key-wrap {
    position: relative;
    display: block;
    height: 35px;
    top: 3px;
}
 
.secret-key-link {
    cursor: pointer;
    color: #0570fc;
    font-size: 14px;
}
#secret-key {
    position: relative;
    display: none;
    gap: 5px;
}
.secret-key-active {
    display: flex !important;
}
#secret-key-value {
    font-weight: bolder;
    font-size: medium;
}
.secret-key-active {
    display: inline-block;
}
i#copy-secret-key {
    color: #0570fc;
    padding: 5px 5px 4px 5px;
    border-radius: 1px;
    top: 2px;
    position: relative;
    cursor: pointer;
}

.otp-label {
    font-size: 15px;
}
.cyb-dp-val {
    border: none;
    height: 34px;
    cursor: pointer;
    background: none;
    width: 100%;
    text-align: left;
    float: left;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #d0d0d0;
    outline: none;
}
.cyb-selected-value {
    height: 34px;
    width: calc(100% - 18px);
    line-height: 34px;
    padding: 0 10px;outline: none;
}
.cyb-dp-val ul{
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #e0e0e0;
    border-top: none;
    box-shadow: 1px 4px 12px rgba(72, 72, 72, 0.1);
    background-color: #f0f0f0;
    top: 1px;
}
.cyb-dp-val li
{
    list-style: none;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: calc(100% - 18px);
}
.cyb-dp-val li:hover 
{
    background-color: #e5e5e5;
}
.twofactor-btn-wrapper{
    display: flex;
    gap: 15px;
    width: 100%;
}
.cyb-tfa-msg
{
    display: block;
    width: 100%;
    text-align: center;
}
.cyb-tfa-msg a
{
    text-decoration: none;
    color: #1389f3;
    cursor: pointer;
    font-weight: 600;
}
#twofactor-form .cyb-input input
{
    text-align: center;
    padding: 0;
    font-size: 28px;
    letter-spacing: 8px;
}
#twofactor-form .cyb-input input::placeholder {
    letter-spacing: normal;
    font-size: 14px !important;
}
.login-qr-title
{
    position: relative;
    width: 100%;
    font-size: 14px;
}
.two-factor-error-msg{
    font-size: 14px;
    padding: 0 30px;
    text-align: justify;
    line-height: 21px;
    color: #fff;
}
.cyb-sms-login-btn button:focus
{
    outline: none;
} 
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder
{
    opacity: .6;
}
input[type=text]::placeholder, input[type=password]::placeholder
{
    opacity: .6;
}
/* button:focus, .cyb-login-btn input:focus, .others-login-button-group input:focus
{
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255,.5);
    outline: none;
    border-bottom: 0;
} */
input:focus, select:focus
{
    border-bottom: 2px solid #ffffff; 
}
.login-background
{
    height: 318px;
    position: absolute;
    width: 100%;
    float: left;
    background-size: cover !important;
    bottom: 0px;
}
.terms-label
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #ffffff;
    padding: 20px 0 0px 0;
    line-height: 20px;
}
.terms-label a
{
    text-decoration: underline;
    cursor: pointer;
    color: #ffffff;
    opacity: .8;
    word-wrap: break-word;
}
.terms-label-checkbox
{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    padding: 0px 0 0px 0 !important;
    line-height: 20px;
    display: flex;
    gap: 3px;
}
.terms-label-checkbox input {
    position: relative;
    width: 14px;
    border: 1px solid #000;
    height: 14px;
}
.terms-label-checkbox a
{
    cursor: pointer;
    color: var(--fc-pri);
    opacity: .8;
    word-wrap: break-word;
}
.cyb-forgot-password
{
    padding: 15px 0;
    position: relative;
    float: left;
    width: 100%;
}
.cyb-forgot-password a
{
    font-family: arial, sans-serif, "robato";
    font-size: 14px;
    color: var(--fc-thi);
    text-decoration:none;
    outline: none;
}
.cyb-forgot-password a:hover
{
    text-decoration: underline;
}
.otp-resend, #resendOtpMessage, .cyb-tfa-msg, .cyb-tfa-msg a
{
    color: #888888;
    font-size: 12px;
}
.otp-resend label
{
    cursor: pointer;
    color: #0089ff;
    font-weight: 600;
    text-decoration: underline;
}
.twofactor-response-message
{
    width: 100%;
    cursor: pointer;
}
span#resendOtpMessage {
    position: fixed;
    top: 0;
    padding: 10px 15px;
    color: #ffffff;
    background-color: #46ca4d;
    border-radius: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 230px;
    text-align: center;
}

/*-------------------Reset Password-------------------------*/
.reset-body
{
    margin:0;
}
.cyb-top-bar {
    width: 100%;
    position: relative;
    height: 50px;
    display: flex;
    justify-content: space-between;
    background-color: #fafafa;
}
.cyb-logo-wrapper {
    display: flex;
    gap: 7px;
    padding: 0 0 0 30px;
}
.header-logo {
    width: auto;
    align-items: center;
    display: flex;
}
.header-logo img {
    width: 30px;
}
.header-logo-text {
    position: relative;
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    font-family: oxygen;
    color: #555555;
    font-size: 19px;
    display: flex;
    align-items: center;
}
.cyb-right-pane {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.reset-password-form {
    width: 50%;
}
.cyb-form-view {
    position: relative;
    display: flex;
    padding: 30px;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    gap: 25px;
    flex-direction: column;
    box-sizing: border-box;
}
.form-help-wrapper-width {
    display: grid !important;
    grid-template-columns: 1fr 35%;
    position: relative;
    width: 100%;
    padding: 10px 30px 30px 30px;
    gap: 30px;
    box-sizing: border-box;
}
.cyb-form-view-header {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
}
.cyb-form-view-title {
    display: flex;
    align-items: center;
}
.cyb-form-view-title .cyb-h1.cyb-mont {
    position: relative;
    font-size: 24px;
    font-weight: 500;
}
.cyb-form-view-body {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    min-height: 50px;
    gap: 20px;
}
.cyb-input-list {
    position: relative;
    width: 100%;
    display: flex;
    max-width: 1200px;
}
.cyb-user-login-name {
    font-weight: 500;
    margin-left: 5px;
}
.cyb-form-field {
    width: 100%;
    position: relative;
    height: 65px;
    float: left;
}
.cyb-input-label {
    position: absolute;
    top: 22px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.ui-widget-content {
    border: 1px solid #e6e6e6;
}
.cyb-form-field input {
    position: absolute;
    border-bottom: 1px solid #cccccc !important;
    border: none;
    height: 50px;
    padding-top: 15px;
    width: 100%;
    max-width: 1000px;
    background: none;
    padding-left: 0 ;
    color: #333333;
}
.cyb-form-field input:focus
{
    outline: None;
    border: none;
    border-bottom: 1px solid #cccccc !important;
}
.cyb-label-focus .cyb-input-label, .cyb-input-filled .cyb-input-label {
    top: 0px;
    font-size: 13px;
    z-index: 9;
    color: #25b790;
}
.cyb-form-view-footer {
    position: relative;
    width: 100%;
}
.cyb-btn {
    /* background-color: var(--inp-bg); */
    outline: none;
    /* border: 1px solid var(--inp-border); */
    height: 32px;
    border-radius: 3px;
    padding: 0px 15px;
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
    white-space: nowrap;
}
.cyb-btn.cyb-btn-success {
    border-radius: 0px;
    border: 1px solid;
    color: #fff;
    background-color: #12ad80;
}
.cyb-btn-cancel {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    color: #404040;
    height: 32px;
}

/* .change-login-password-help {
    width: calc(50% - 90px);
    position: relative;
    float: left;
} */
.cyb-notes-list {
    position: relative;
    float: left;
}

/* .page-help-body {
    background-color: #fafafa;
    padding: 20px 25px;
    max-width: 1240px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    margin-top: 40px;
} */
.page-help-header {
    height: 45px;
    line-height: 45px;
    font-weight: 500;
}
.help-header-label {
    float: left;
    position: relative;
    font-size: 20px;
}
.page-help-header i {
    float: left;
    margin-left: 7px;
    margin-top: 10px;
    line-height: 28px;
    color: #fda601;
    cursor: auto;
    font-size: 24px;
    font-weight: 500;
}
.cyb-notes-list ul {
    padding-left: 35px;
}
.cyb-notes-list ul li {
    list-style: disc;
    text-align: justify;
    padding-bottom: 5px;
}

li.policy-info-subheader {
    list-style: decimal !important;
    height: auto;
    line-height: 25px;
}
ul.complexity-details {
    margin: 5px 0px;
}
.cyb-notes-list ul li {
    list-style: disc;
    text-align: justify;
    padding-bottom: 5px;
}

.otp-logout-btn button, .cyb-sms-login-btn button
{
    background: transparent;
    outline: none;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    color: var(--fc-pri);
    border: 1px solid var(--border-color4);
    display: flex;
    align-items: center;
    gap: 5px;
}
.otp-logout-btn button:hover {
    background: var(--bg-color2);
    border: 1px solid var(--border-color3);
}
.otp-logout-btn button span, .teal-theme .cyb-sms-login-btn button span {
    text-align: center;
}

.cyb-trust-browser-title {
    position: relative;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}
.cyb-trust-browser-title input {
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
/*-----------------------footer language------------------------------------*/
.login-page-languages {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    height: 35px;
    z-index: 99;
    color: #dfdfdf;
}
.language-text {
    display: inline-block;
    font-size: 14px;
    color: var(--fc-thi);
    cursor: pointer;
}
.language-text.language-selected {
    color: var(--fc-pri); 
    cursor: default;
}
.language-text.language-selected:hover
{
    text-decoration: none;
}
.language-text:hover
{
    text-decoration: underline;
}
/*MFA Start*/
.login-mfa-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mfa-list-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    border: 1px solid var(--border-color4);
    border-radius: 6px;
    padding: 0 0 0 10px;
}
.mfa-list-icon {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: var(--border-color4);
}
.mfa-list-icon i.icon-ok {
    display: none;
}
.mfa-list-content {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 35px);
}
.mfa-list-item.mfa-list-item-active .mfa-list-content
{
    color: var(--fc-pri);
}
.mfa-list-item.mfa-list-item-active {
    border-color: #64e55c;
    /* background-color: #fcfffc; */
}
.mfa-list-item-active .mfa-list-icon {
    background-color: #4ab344;
}
.mfa-list-item-active .mfa-list-icon i.icon-ok {
    display: block;
    font-size: 12px;
    padding: 3px 0 0 3px;
    color: #ffffff;
    line-height: initial;
}

/*MFA End*/
/*-----------------------login dialog style-------------------------------------*/
.ui-widget.ui-widget-content
{
    font-family: Arial,Verdana,sans-serif !important;
    border: 0px;
    margin:0 auto;
    padding: 0;
    border-radius: 6px;
    position: absolute;
    left: 0 !important;
    right: 0;
    top: 15% !important;
    background: var(--bg-color1);
}
.ui-widget-overlay
{
    opacity: .6;
    background-color: #000000;
}
.ui-dialog .ui-dialog-buttonpane button {
    font-size: 14px;
    border-radius: 2px;
    background: #25b790;
    color: #fff;
    border: 1px solid #15a07b;
    margin: 12px 24px !important;
    outline: none;
    padding: 5px 10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
    width: 100%;
    text-align: center;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.test-class.ui-dialog-buttons {
    padding: 0;
    position: fixed !important;
    z-index: 999 !important;
}
.ui-dialog .login-dialog-header {
    display: flex;
    justify-content: center;
    height: 100px;
    border-bottom: 1px solid var(--border-color2);
    width: 100%;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.ui-dialog .login-dialog-title {
    width: 100%;
    position: relative;
}
.ui-dialog .ui-dialog-title
{
    padding-left: 20px;
    color: #333333;
    margin: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    border-radius: 0;
    border: none;
    width: 30px;
    height: 30px;
    right: .7em;
    top: 1.5em;
}
.ui-dialog .ui-dialog-titlebar {
    height: 60px;
    line-height: 60px;
    padding: 0 !important;
    border-radius: 0;
    float: left;
    width: 100%;
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid #cccccc;
}
.ui-dialog .ui-dialog-content {
    float: left;
    min-height: 50px !important;
    padding: 0 !important;
    width: 100% !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    overflow-y: hidden;
    max-height: 510px !important;
}
.ui-dialog .login-logo
{
    flex-direction: column;
    /* align-items: center; */
}
.dialog-close-icon {
    font-size: 14px;
    cursor: pointer;
    color: var(--fc-pri);
}
/* .dialog-close-icon:hover
{
    background-color: #e55e55;
}
.dialog-close-icon:hover i
{
    color: #ffffff;
} */
.ui-dialog .login-logo img
{
    margin: 0 !important;
}
.ui-dialog .login-logo p
{
    margin: 5px 0 0 0 !important;
    line-height: normal;
}
.terms-dialog-body
{
    position: relative;
    float: left;
    width: calc(100% - 60px);
    height: 100%;
    max-height: 360px;
    padding: 20px 30px 30px 30px;
    overflow-y: auto;
    line-height: 22px;
    min-height: 85px;
    display: flex;
    align-items: center;
    color: var(--fc-pri);
}
.ui-dialog .ui-dialog-buttonpane {
    float: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane button {
    border-radius: 2px;
    background: #25b790;
    color: #fff;
    border-color: #15a07b;
    margin: 12px 24px !important;
    outline: none;
}
.ui-button-text-only .ui-button-text {
    padding: .28em 1em !important;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix
{
    display: block;
}
/*------------------------ @media max-width 1366px ------------------------------*/
@media screen and (max-width: 1366px)
{
    .cyb-lslide
    {
        width: 350px;
    }
    .cyb-rslide {
        width: calc(100% - 350px);
    }
    p.product-text-beta {
        font-size: 19px;
    }
    .login-background
    {
        height: 265px;
    }

}


@media screen and (max-width: 1280px)
{
    p.product-text-beta {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px)
{
    .login-success
    {
        top: 90px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .device-login-title
    {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        width: 100%;
        flex-direction: column;
    }
    .device-access-content {
        width: max-content;
        margin: auto;
    }
    .device-access-content a
    {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
#proceed_duo {
    height: 40px;
    border-radius: 20px;
}

#twofactor-duo-logout-btn {
    top: 5px;
    left: 30px;
}



/**************************************************************************************************/


.cyb-rslide-login-default, .cyb-rslide-passkey-login  {
    position: fixed;
    left: 35%;
    width: 35%;
    min-width: 450px;
    /* max-width: calc(100% - 46%);
    width: 100%; */
    height: 100%;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    border-radius: 6px;
}
.cyb-rslide.other-login-enabled .cyb-rslide-login-default, .cyb-rslide.other-login-enabled .cyb-rslide-passkey-login
{
    left: 30%;
    width: 60%;
}
.lgn-container {
    /* min-height: 410px; */
    min-height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color1);
    gap: 35px;
    padding: 8% 10%;
    border-radius: 6px;
    animation: fadein 1s;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    width: 100%;
}

#two-factor-wrapper-id.lgn-container.towfactor-wrapper {
    min-width: 550px;
}

.lgn-container.towfactor-wrapper {
    /* min-height: 490px; */
    min-width: 440px;
}
.cyb-rslide.other-login-enabled .lgn-container
{
    padding: 5% 8%;
}
.lgn-container form {
    width: 100%;
    /* min-width: 300px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* max-width: 450px; */
}
.cyb-rslide-login-others {
    width: 100%;
}
.login-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.login-title {
    font-size: 20px;
    font-weight: 500;
}
.login-input-field {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.login-input {
    display: flex;
}
input[type=text], input[type=password] {
    height: 40px;
    width: 100%;
    position: relative;
    outline: none;
    font-size: 14px;
    background: var(--inp-bg);
    border: 1px solid var(--inp-border);
    border-radius: 6px;
    padding: 0 10px;
    line-height: normal;
    box-sizing: border-box;
    color: var(--fc-pri);
}
.login-input-field .forgot-password a {
    font-family: arial, sans-serif, "roboto";
    font-size: 12px;
    color: var(--fc-sec);
    text-decoration: none;
    outline: none;
    display: flex;
    justify-content: end;
}
.cyb-login-btn input {
    height: 40px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
    background-color: var(--sec-theme);
}
.others-login-button input {
    height: 40px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    box-sizing: border-box;
    background-color: var(--bg-color3);
    color: var(--fc-pri);
}
.others-login-button input:focus{
    outline: none;
}
.cyb-login-layout {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--bg-color2);
}
.login-background-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.login-background-img svg {
     position: absolute;
    width: 100%;
    height: auto;
    bottom: 3%;
}
.login-background-img path {
    /* stroke: #0ea970; */
    fill: var(--sec-theme);
}
.cyb-login-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
}

.others-login-button-group {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sep-line{
    border-left: 1px solid var(--border-color3);
    position: relative;
    height: 300px;
}
.sep-text {
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -14px;
    right: 0;
    height: 30px;
    background-color: var(--bg-color1);
    font-size: 14px;
}
.login-label {
    font-size: 12px;
    color: var(--fc-thi);
}
.default-login-message, .login-title-user{
    font-size: 14px;
    width: 100%;
    color: var(--fc-sec);
}
.login-input select {
    height: 40px;
    width: 100%;
    position: relative;
    outline: none;
    font-size: 14px;
    background: var(--inp-bg);
    border: 1px solid var(--inp-border);
    padding: 0px 10px;
    border-radius: 6px;
    color: var(--fc-pri);
}
.login-qr-code {
    display: flex;
}
.login-qr-code img {
    width: 145px;
    height: 140px;
    border: 1px solid;
}
.login-with-others:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#duo_iframe{
    display: none;
}
.login-user-image{
    line-height: 0px;
}
.login-head-wrp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
}
input.btn-secondary {
    background: #f6f6f6;
    border: 1px solid #dddddd;
    color: #333333;
}

.field-title {
    color: #777980;
    font-size: 12px;
    display: flex;
    gap: 3px;
}
.field-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
}
.mw50 {
    max-width: calc(50% - 10px);
}
.w100 {
    width: 100% !important;
}
.s-btn-group {
    gap: 10px;
    position: relative;
    display: flex;
    vertical-align: middle;
}
.btn-p {
    background-color: #0ea970;
    color: #ffffff;
    border: none;
}
.pass-reset-head-wrp{
    flex-direction: column;
    gap: 10px;
}
.login-link-wrp{
    display: flex;
    justify-content: space-between;
}
.login-link-wrp .cyb-forgot-password{
    padding: 0px;
    width: auto;
}
.login-link-wrp a{
    color: var(--fc-sec);
}
/* Hide password reveal icon in Microsoft Edge and Internet Explorer */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none !important;
}

.login-with-others {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--fc-pri);
    height: 40px;
    border-radius: 6px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid var(--border-color2);
    background-color: var(--bg-color3);
    cursor: pointer;
}
.forgot-password {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.btn-logo{
    display: flex;
    width: 18px;
}
.cyb-captcha{
    display: grid;
    grid-template-columns: 1fr 42px;
    overflow: hidden;
    margin: 15px 0 0px 0px;
    height: 60px;
    border-radius: 3px;
}

.cyb-captcha img {
    position: relative;
    left: unset;
    margin: 0;
    right: unset;
    width: 100%;
    border: 1px solid var(--border-color3);
    height: 58px;
    border-radius: 3px 0 03px;
}

.cyb-captcha i {
    position: relative;
    background-color: var(--bg-color1);
    width: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    top: 0;
    font-size: 22px;
    left: auto;
    line-height: 60px;
    color: #5c8aff;
    cursor: pointer;
    border: 1px solid var(--border-color3);
    height: 58px;
    border-radius: 0 3px 3px 0;
}


/*-----------------Scroll Start----------------------*/
.sec-scroll {
    overflow: auto;
}

.sec-scroll:hover {
    overflow-y: auto;
}

.sec-scroll::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
    height: 6px;
}

.sec-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}

.sec-scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 16px;
}

.sec-scroll:hover::-webkit-scrollbar-thumb {
    background: #989999;
}
/*-----------------Scroll End----------------------*/
/************************************ CSS Variable Color *****************************************/
:root
{
    --sec-white: #ffffff;
    --sec-black: #000000;
    --sec-theme: #0ea970;
    --sec-green: #66BB6A;
    --sec-red: #ef5350;
    --sec-blue: #2196F3;
    --sec-orange: #ff7d00;
    --sec-yellow: #FFCA28;
    --sec-purple: #934CE6;

    --bg-color1: #ffffff;
    --bg-color2: #fafafa;
    --bg-color3: #f6f6f6;

    --inp-border: #dde1ec;
    --inp-bg: #f8fbff;

    --border-color1:#f7f7f7;
    --border-color2:#eeeeee;
    --border-color3:#e3e3e3;
    --border-color4:#cccccc;

    --sec-theme-bg: #2e2e2e;
    --sec-theme-high:#0EA970;
    --sec-band:#ffffff;
    --sec-band-fc:#ffffff;
    --theme-high-fc:#ffffff;


    --fc-pri:#333333;
    --fc-sec:#555555;
    --fc-thi:#777980;
    
    --bg-dark1:#000000;
    --bg-dark2:#333333;
    --radar-border: #66BB6A;
    --radar-bg: #fafafa;
    --radar-scaner: #579a00;
    --font-color1: #333333;

    --Dflx: flex;
}
/*------------------------Defalult Theme------------------------*/
.white-theme{
    --sec-theme-high:#0ea970;
    --sec-theme: #0ea970;
    --sec-band-fc: #000000;

}
.black-theme{
    --sec-theme-high:#0ea970;
    --sec-band:#000000;
    --theme-high-fc:#ffffff;
}

/*------------------------Graphite------------------------*/
.g-thm
{

    --bg-color1: #3D3D40;
    --bg-color2: #303235;
    --bg-color3: #272B30;
    --sec-band: #3d3d40;

    --border-color1:#3d3a48;
    --border-color2:#464748;
    --border-color3:#676767;
    --border-color4:#464748;

    --inp-border: #676767;
    --inp-bg: #303235;

    --fc-pri:#ffffff;
    --fc-sec:#dddddd;
    --fc-thi:#bbbbbb;

    --bg-dark1:#ffffff;
    --bg-dark2:#e5e5e5;
    --radar-border: rgba(0, 255, 0, 0.2);
    --radar-bg: #222222;
    --radar-scaner: #00ff00;
    --font-color1: #ffffff;

}

/*------------------------Nightfall------------------------*/
.n-thm
{
    --bg-color1: #1D2022;
    --bg-color2: #121415;
    --bg-color3: #000000;
    --sec-band: #1D2022;

    --border-color1:#252525;
    --border-color2:#303030;
    --border-color3:#464748;
    --border-color4:#676767;

    --inp-border: #464748;
    --inp-bg: #121415;

    --fc-pri:#ffffff;
    --fc-sec:#dddddd;
    --fc-thi:#bbbbbb;

    --bg-dark1:#ffffff;
    --bg-dark2:#e5e5e5;
    --radar-border: rgba(0, 255, 0, 0.2);
    --radar-bg: #222222;
    --radar-scaner: #00ff00;
    --font-color1: #ffffff;

}
/*------------------------Other Themes------------------------*/
.cyan-theme {
    --sec-theme: #4EC1DA;
    --sec-theme-bg: #4EC1DA;
    --sec-theme-high:#ffffff;
    --sec-band:#4EC1DA;
    --theme-high-fc:#4EC1DA;
}
.blue-theme {
    --sec-theme: #2373F9;
    --sec-theme-bg: #2373F9;
    --sec-theme-high:#ffffff;
    --sec-band: #2373F9;
    --theme-high-fc:#2373F9;
}
.purple-theme {
    --sec-theme: #934CE6;
    --sec-theme-bg: #934CE6;
    --sec-theme-high:#ffffff;
    --sec-band: #934CE6;
    --theme-high-fc:#934CE6;
}
.green-theme {
    --sec-theme: #5CC961;
    --sec-theme-bg: #5CC961;
    --sec-theme-high:#ffffff;
    --sec-band:#5CC961;
    --theme-high-fc:#5CC961;
}
.teal-theme {
    --sec-theme: #0EA970;
    --sec-theme-bg: #0EA970;
    --sec-theme-high:#ffffff;
    --sec-band:#0EA970;
    --theme-high-fc:#0EA970;
}
.yellow-theme {
    --sec-theme: #F8CB50;
    --sec-theme-bg: #F8CB50;
    --sec-theme-high:#ffffff;
    --sec-band: #F8CB50;
    --theme-high-fc:#F8CB50;
}
.orange-theme {
    --sec-theme: #FF860A;
    --sec-theme-bg: #FF860A;
    --sec-theme-high:#ffffff;
    --sec-band: #FF860A;
    --theme-high-fc:#FF860A;
}
.red-theme {
    --sec-theme: #DE2D2D;
    --sec-theme-bg: #DE2D2D;
    --sec-theme-high:#ffffff;
    --sec-band:#DE2D2D;
    --theme-high-fc:#DE2D2D;
}
.brown-theme {
    --sec-theme: #d16800;
    --sec-theme-bg: #d16800;
    --sec-theme-high:#ffffff;
    --sec-band:#d16800;
    --theme-high-fc:#d16800;
}
.pink-theme {
    --sec-theme: #e2017b;
    --sec-theme-bg: #006fb7;
    --sec-theme-high:#e2017b;
    --sec-band: #006fb7;
    --theme-high-fc:#ffffff;
}
.multi-color-theme {
    --sec-theme: #75c6c3;
    --sec-theme-bg: #001e60;
    --sec-theme-high:#75c6c3;
    --sec-band: #001e60;
    --theme-high-fc:#ffffff;
}
.blue-cyan-theme {
    --sec-theme: #70D9E5;
    --sec-theme-bg: #152646;
    --sec-theme-high: #70D9E5;
    --sec-band: #152646;
    --theme-high-fc: #ffffff;
}


/*-----------------------Media Query Start----------------------*/
/*------------------------ @media max-width 1366px ------------------------------*/
@media screen and (max-width: 1366px)
{
    .login-logo p {
        font-size: 20px;
    }
    p.product-text-beta {
        font-size: 19px;
    }
    .login-content {
        font-size: 16px;
    }
    .login-background
    {
        height: 265px;
    }

}


@media screen and (max-width: 1280px)
{
    p.product-text-beta {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px)
{
    .login-success
    {
        top: 90px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .device-login-title
    {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        width: 100%;
        flex-direction: column;
    }
    .device-access-content {
        width: max-content;
        margin: auto;
    }
    .device-access-content a
    {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


@media screen and (min-width: 1720px){
    
}
@media only screen and (max-width: 1720px) and (min-width: 1441px){
    
}
@media screen and (max-width: 1440px){
    
}
@media screen and (max-width: 1280px){
    .cyb-lslide {
        width: 28%;
    }
    .cyb-rslide.other-login-enabled .cyb-rslide-login-default, .cyb-rslide.other-login-enabled .cyb-rslide-passkey-login {
        left: 28%;
        width: 60%;
    }
    /* .lgn-container
    {
        min-height: 330px;
    } */
    .lgn-container form
    {
        min-width: auto;
    }
    .cyb-rslide.other-login-enabled .lgn-container {
        padding: 5% 5%;
    }
}

/*-----------------------Media Query End----------------------*/