
/************************ 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;
}
/************************ philosopher start *************************/


/************************* 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**************************/

.lgn-container, .others-login-button {
  margin: auto;
    width: 320px;
    height: 500px;
    position: absolute;
    left:0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.others-login-button-group
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}
.others-login-button-group input
{
    margin-top: 25px;
}
.others-login-button-group input:first-child
{
    margin-top: 0;
}
.lgn-container form
{
    margin: 0;
    position: relative;
    height: auto;
    float: left;
    width: 100%;
}
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: #555555; margin: 0; font-size: 100%;
}
  /* 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: 420px;
    position: relative;
    float: left;
    height: 100vh;
}
.login-logo {
    position: relative;
    float: left;
    width: 420px;
    height: auto;
    padding: 60px 0 25px 0;
}
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
{
    float: left;
    position: relative;
    display: inline-block;
    height: 40px;
    max-width: 250px;
    margin-left: 30px;
}
.login-logo p
{
    float: left;
    display: inline-block;
    width: calc(100% - 45px);
    margin: 5px 0 0 30px;
    font-family: Oxygen;
    font-weight: 700;
    font-size: 22px;
    color: #525252;
    position: relative;
    line-height: 30px;
}
.login-content{
    position: relative;
    width: calc(100% - 40px);
    line-height: 25px;
    padding: 0 10px 20px 30px;
    font-size: 18px;
    float: left;
    background-color: #fff;
    z-index: 1;
}
.cyb-rslide {
    width: calc(100% - 420px);
    position: relative;
    background-color: #f7f7f7;
    float: left;
    height: 100vh;
}
.cyb-rslide-login-default {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}
.cyb-rslide.other-login-enabled .cyb-rslide-login-default {
    width: 50%;
}
.sep-line {
    position: absolute;
    color: #ffffff;
    height: 500px;
    width: 0px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sep-line:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
}
.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: #f7f7f7;
    color: #ffffff;
}
.teal-theme .sep-text
{
    color: #333333;
}
.cyb-rslide-login-others {
    position: relative;
    float: left;
    width: 50%;
    height: 100vh;
}
.cyb-table
{
    width: 360px; position: relative; width: 100%
}
.cyb-table img
{
    position: relative;
    /*top: -210px;*/
    width: 160px;
    left: 0;
    right: 0;
    margin: auto;
}
.default-login-message
{
    text-align: center;
    font-size: 14px;
    border-radius: 10%;
    width: 100%;
    position: relative;
    color: #ffffff;
    height: auto;
    margin-bottom: 17px;
    line-height: 1.5;
}
.login-error {
    position: fixed;
    top: 0px;
    width: 360px;
    background-color: #e55e55;
    padding: 10px 15px;
    z-index: 99;
    margin: 0 auto;
    left: 420px;
    right: 0;
    color:#ffffff;
    text-align: center;
}
.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: 420px;
    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;
    top: 0px;
    position: relative;
    line-height: 35px;
}
#secret-key {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 0;
    padding: 7px 15px;
    display: none;
}
#secret-key-value {
    font-weight: bolder;
    font-size: medium;
}
#secret-key span {
    margin-right: 5px;
}
.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.secret-key-verification {
    margin-top: 10px;
}

.otp-label {
    font-size: 15px;
    color: #ffffff;
    margin: 20px 0;
}
.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{
    width: 300px;
    margin: 0 auto;
    display: flex;
}
.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;
}
#twofactor-form .cyb-login-btn
{
    float: left;
    width: 150px;
}
#twofactor-form .cyb-login-btn input
{
    width: 145px;
    float: left;
}
.login-qr-title
{
    margin-bottom: 20px;
    position: relative;
    height: auto;
    line-height: 20px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 0;
    color: #fff;
}
/*
input:focus, select:focus
{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    left: 50%;
    right: 50%;
    background-color: #ffffff;
}*/
input:focus:before, select:foucs:before
{   
    content: "";
    border-color:#e55 !important;
    left: 0;
    right: 0;
}
.two-factor-error-msg{
    font-size: 14px;
    padding: 0 30px;
    text-align: justify;
    line-height: 21px;
    color: #fff;
}
.cyb-sms-login-btn {
    width: 100%;
    height: 50px;
    position: relative;
    bottom: 0;
    float: left;
}
.cyb-sms-login-btn button:focus
{
    outline: none;
}
input::-ms-input-placeholder
{
    color: #ffffff;
}
input::placeholder
{
     font-size: 14px;
     color: #ffffff;
}
.cyb-login-btn input:focus {
    outline: 0;
}
.cyb-login-select {
    height: 40px;
    width: 100%;
    border: none;
    font-size: 14px;
    padding-left: 8px;
    outline: none;
    border-radius: 0px;
    background: transparent;
    border-bottom: 1px solid #ffffff;
    color: #fff;
}
.cyb-login-select option
{
    background-color: #ffffff;
    color: #333333;
}
.cyb-input
{
    color: #222;
    width: 300px;
    display: inline-block;
    position: relative;
    margin-bottom:20px;
}
.cyb-login-btn input, .others-login-button input
{
    width: 300px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    border: none; 
    font-size: 14px;
    color: transparent;
    cursor: pointer;
    text-align: center;
    color: #000000;
}
.others-login-button input
{
    padding: 0 0px;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    display: inline-block;
}
.others-login-button input::selection {
    background-color: transparent;
}
.cyb-input i
{
    position: absolute;
    z-index: 99;
    font-size: 14px;
    top: 15px;
    left: 10px;
    color: #ffffff;
}
.cyb-input i.icon-mail-fill {
    top: 16px;
}
input[type=text], input[type=password]
{      
    height: 45px;
    width: calc(100% - 33px);
    position: relative;
    outline: none;
    font-size: 14px;
    background: transparent;
    border: none;
    border-bottom:1px solid #eeeeee;
    padding-left: 33px;
    border-radius: 0px;
    color: #ffffff;
}
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-title {
    margin:0 0 25px 0;
    font-size: 24px;
    color: #ffffff;
}
.login-user-image {
    height: 135px;
    width: 135px;
    position: relative;
    margin: auto;
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 25px;
}
.login-user-image i.icon-users-fill {
    font-size: 85px;
    width: 135px;
    height: 135px;
    padding-top: 20px;
    float: left;
    color: #ffffff;
}
.login-user-image svg {
    width: 60px;
    top: 35px;
    position: relative;
    height: 60px;
    vertical-align: bottom;
}
.login-user-image svg.tfa-token {
    top: 42px;
}
.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;
}
.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: #ffffff;
    text-decoration:none;
    outline: none;
}
.dark-theme terms-label a, .dark-theme.teal-theme .sep-text{
    color: #ffffff;
}
.cyb-forgot-password a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
.teal-theme .cyb-forgot-password a, .dark-theme.teal-theme .terms-label a, .teal-theme .cyb-tfa-msg, .passkey-auth-message
{
    color: #888888;
}
.cyb-forgot-password a:hover
{
    text-decoration: underline;
}
.teal-theme .cyb-tfa-msg a
{
    color: #0366d6;
}
.otp-resend, #resendOtpMessage, .cyb-tfa-msg, .cyb-tfa-msg a
{
    color: #eeeeee;
    font-size: 14px;
}
.otp-resend label
{
    /*color: #0366d6;*/
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}

.twofactor-response-message
{
    padding: 20px 0;
    height: 17px;
    float: left;
    width: 100%;
    /*background-color: #fff;*/
    /*box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);*/
}
.lgn-container.towfactor-wrapper{
    width: 420px;
}

/*-------------------Reset Password-------------------------*/
.reset-body
{
    margin:0;
}
.cyb-top-bar {
    width: 100%;
    position: relative;
    height: 55px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 0px 0px transparent, 2px 2px 5px rgba(109, 109, 109, 0.1);
    box-shadow: 0px 0px 0px transparent, 2px 2px 5px rgba(109, 109, 109, 0.1);
    float: left;
}
.header-logo {
    width: 74px;
    padding: 12px 18px;
    height: 55px;
    cursor: pointer;
    float: left;
}
.header-logo img {
    width: 30px;
}
.header-logo-text {
    position: absolute;
    top: 0;
    height: 55px;
    line-height: 58px;
    left: 35px;
    margin-left: 20px;
    cursor: pointer;
    width: 100%;
    font-family: Philosopher;
}
.cyb-right-pane {
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
}
.reset-password-form {
    width: 50%;
}
.cyb-form-view {
    position: relative;
    display: flow-root;
    padding: 30px 35px;
    height: 100%;
    width: 50%;
    float: left;
}
.cyb-form-view-header {
    position: relative;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.cyb-form-view-title {
    position: relative;
    display: flow-root;
    width: 100%;
    font-weight: 500;
    float: left;
}
.cyb-form-view-title .cyb-h1.cyb-mont {
    height: 60px;
    position: relative;
    line-height: 50px;
    float: left;
    font-size: 24px;
    font-weight: 500;
}
.cyb-form-view-body {
    position: relative;
    width: 100%;
    height: auto;
    display: flow-root;
    min-height: 50px;
    float: left;
}
.cyb-input-list {
    position: relative;
    width: 100%;
    float: left;
    max-width: 1000px;
    margin-bottom: 10px;
}
.cyb-input-list.change-login-password-message
{
    margin-bottom: 20px;
}
.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 {
    float: left;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 20px 0px 20px 0px;
}
.cyb-btn {
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    outline: none;
    border: none;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 0px;
    padding: 0px 15px;
    cursor: pointer;
    margin-right: 10px;
}
.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;
}
/* .sso-disable .login-with-others.btn-login-others { 
    background-color: transparent; 
    box-shadow: none; 
    border: none; 
    background-color: #cccccc; 
    width: 300px; 
} 
.cyb-login-btn input, .teal-theme .others-login-button .sso-disable input { 
    width: 300px; 
} */ 
/*-------------------------------------------Theme style---------------------------------------*/
/*-----------------Teal Default Theme---------------*/
.teal-theme .login-user-image{ border-color: #0ea970;}
.teal-theme .cyb-input i{color: #aaaaaa;}
.teal-theme .login-user-image i.icon-users-fill, .teal-theme .login-title{color: #0ea970;}
.teal-theme .cyb-login-btn input, .teal-theme .others-login-button input{background-color: #0ea970; border: none; color: #ffffff;}
.teal-theme .cyb-login-btn input.teal-theme .others-login-button, .teal-theme .sso-disable input{background-color: #cccccc; border: none; color: #000000;} 
.teal-theme .terms-label, .teal-theme .default-login-message, .teal-theme .terms-label a{color: #333333;}
.teal-theme button:focus, .teal-theme .cyb-login-btn input:focus, .teal-theme .others-login-button-group input:focus
{ box-shadow: 0 0 0 0.15rem rgba(14, 169, 112, .5);}
.teal-theme .login-background .st0{fill: #0EA970;}

/*--red Theme--*/
.red-theme .cyb-rslide, .red-theme .sep-text, .dark-theme.red-theme .cyb-rslide, .dark-theme.red-theme .sep-text{background-color: #EF5350;}
.red-theme .login-background .st0, .dark-theme.red-theme .login-background .st0{fill: #EF5350}
.red-theme .login-error{background-color: #ffb8b8; color: #9c1818;}


/*--blue Theme--*/
.blue-theme .cyb-rslide, .blue-theme .sep-text, .dark-theme.blue-theme .cyb-rslide, .dark-theme.blue-theme .sep-text{background-color: #2196F3;}
.blue-theme .login-background .st0{fill: #2196F3;}
.dark-theme.blue-theme .login-background .st0{fill: #0070ca;}



/*--green Theme--*/
.green-theme .cyb-rslide, .green-theme .sep-text, .dark-theme.green-theme .cyb-rslide, .dark-theme.green-theme .sep-text{background-color: #66BB6A;}
.green-theme .login-background .st0{fill: #66bb6a;}
.dark-theme.green-theme .login-background .st0{fill: #009607;}


/*--Orange Theme--*/
.orange-theme .cyb-rslide, .orange-theme .sep-text, .dark-theme.orange-theme .cyb-rslide, .dark-theme.orange-theme .sep-text{background-color: #ff7d00;}
.orange-theme .login-background .st0, .dark-theme.orange-theme .login-background .st0{fill: #ff7d00;}


/*--cyan Theme--*/
.cyan-theme .cyb-rslide, .cyan-theme .sep-text, .dark-theme.cyan-theme .cyb-rslide, .dark-theme.cyan-theme .sep-text{background-color: #00BCD4;}
.cyan-theme .login-background .st0{fill: #00BCD4;}
.dark-theme.cyan-theme .login-background .st0{fill: #0090a2;}


/*--purple Theme--*/
.purple-theme .cyb-rslide, .purple-theme .sep-text, .dark-theme.purple-theme .cyb-rslide, .dark-theme.purple-theme .sep-text{background-color: #7f44ff; }
.purple-theme .login-background .st0{fill: #7f44ff;}
.dark-theme.purple-theme .login-background .st0{fill: #7f44ff;}

/*--yellow Theme--*/
.yellow-theme .cyb-rslide, .yellow-theme .sep-text, .dark-theme.yellow-theme .cyb-rslide, .dark-theme.yellow-theme .sep-text{background-color: #FFCA28;}
.yellow-theme .login-background .st0{fill: #FFCA28;}
.dark-theme.yellow-theme .login-background .st0{fill: #b18500;}

/*--Pink Theme--*/
.pink-theme .cyb-rslide, .pink-theme .sep-text, .dark-theme.pink-theme .cyb-rslide, .dark-theme.pink-theme .sep-text{background-color: #006fb7;}
.pink-theme .login-background .st0{fill: #e2017b;}
.dark-theme.pink-theme .login-background .st0{fill: #e2017b;}
.pink-theme .cyb-login-btn input, .pink-theme .others-login-button input{background-color: #e2017b; color: #ffffff;}
.pink-theme .default-login-message{color: #ffffff;}

/*--Multi Color Theme--*/
.multi-color-theme .st0, .dark-theme.multi-color-theme .login-background .st0 {fill: #001e60;}
.multi-color-theme .cyb-rslide, .multi-color-theme .sep-text, .dark-theme.multi-color-theme .cyb-rslide, .dark-theme.multi-color-theme .sep-text {background-color: #001e60;}
.multi-color-theme .cyb-login-btn input, .multi-color-theme .others-login-button input {background-color: #68bdba; font-weight: 600; color: #ffffff;}
.multi-color-theme .default-login-message{color: #ffffff;}

/*--Blue Cyan Theme--*/
.blue-cyan-theme .st0, .dark-theme.blue-cyan-theme .login-background .st0  {fill: #152646;}
.blue-cyan-theme .cyb-rslide, .blue-cyan-theme .sep-text, .dark-theme.blue-cyan-theme .cyb-rslide, .dark-theme.blue-cyan-theme .sep-text {background-color: #152646;}
.blue-cyan-theme .cyb-login-btn input, .blue-cyan-theme .others-login-button input {background-color: #70D9E5; font-weight: 600; color: #ffffff;}
.blue-cyan-theme .default-login-message{color: #ffffff;}
body.blue-cyan-theme
{
   font-family: arial !important;
}

/*--Dark Theme--*/
body.dark-theme, .dark-theme .login-content{background-color: #f7f7f7;}
.dark-theme .cyb-rslide, .dark-theme .sep-text{background-color: #2c2c2d;}
.dark-theme .login-background .st0{fill: #0c8645;}



.dark-theme .login-logo p, body.dark-theme, .dark-theme .login-content, .dark-theme .terms-label, .dark-theme.black .default-login-message
{
    color: #2c2c2d;
}
.dark-theme.teal-theme .cyb-input i
{
    color: #888888;
}
.dark-theme .default-login-message b, .teal-theme.dark-theme .default-login-message
{
    color: #e5e5e5;
}
.dark-theme.teal-theme input::placeholder {
    color: #c5c5c5;
}
.dark-theme.teal-theme input[type=text], .dark-theme.teal-theme input[type=password], .dark-theme.teal-theme .cyb-login-select, .dark-theme.teal-theme .login-qr-title, .dark-theme.teal-theme .otp-label
{
    color: #dadada;
}
/*--------------------teal default theme-----------------------*/
.teal-theme .sep-line:before
{
    width: 2px;
    background-color: #e5e5e5;
}
.teal-theme input::-ms-input-placeholder
{
    color: #888888;   
}
.teal-theme input::placeholder
{
    color: #888888;
}
.teal-theme .cyb-forgot-password a:hover
{
    color: #1389f3;
}
.teal-theme .login-qr-title, .teal-theme .otp-label, .teal-theme .two-factor-error-msg, .teal-theme .cyb-trust-browser-title span {
    color: #333333;
}
.teal-theme .otp-logout-btn button
{
    background-color: transparent;
    color: #a0a0a0 ;
    opacity: 1;
    border: 1px solid #a0a0a0;
}
.teal-theme .otp-logout-btn button:hover
{
    border: 1px solid #555555;
    color: #555555;
}
.otp-logout-btn
{
    width: 150px;
    height: 50px;
    position: relative;
    bottom: 0;
    float: left;
}
.otp-logout-btn button
{
    width: 145px;
    float: right;
    border: 2px solid;
    background: transparent;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    opacity: .7;
}
.otp-logout-btn button:hover {
    color: #ffffff;
    opacity: 1;
}
.cyb-sms-login-btn button
{
    width: 145px;
    border: 1px solid #cccccc;
    background: #ffffff;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    color: #888888;
    margin: 20px auto 0 auto;
    cursor: pointer;
    color: #000000;
}
.otp-logout-btn button span, .teal-theme .cyb-sms-login-btn button span {
   /* float: left;
    margin-left: 32px; */
    text-align: center;
}
.otp-logout-btn button i, .teal-theme .cyb-sms-login-btn button i {
    /*float: left;
    margin: 1px 0 0 5px; */
    display: none;
}
.teal-theme .otp-resend, .teal-theme #resendOtpMessage
{
    color: #333333;
}
.teal-theme .otp-resend label
{
    color: #0366d6;
}
.teal-theme input[type=text]:focus, .teal-theme input[type=password]:focus, .teal-theme select:focus
{
    border-bottom: 2px solid #38c28f !important;
}
.teal-theme button:focus
{
    box-shadow: none;
}
.teal-theme input[type=text], .teal-theme input[type=password], .teal-theme .cyb-login-select
{
    border-bottom: 1px solid #32ce95;
    color: #333333; 
}
.teal-theme .cyb-sms-login-btn button
{
    background-color: #fb6d6d;
    color: #fff;
}
.cyb-trust-browser-title {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 18px 0;
    font-size: 14px;
    cursor: pointer;
}
.cyb-trust-browser-title input {
    display: inline-block;
    margin: 3px 5px 0 100px;
    float: left;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.cyb-trust-browser-title span {
    float: left;
    color: #ffffff;
}
/*-----------------------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: #ffffff;
    cursor: pointer;
}
.language-text.language-selected {
    color: #dfdfdf;
    cursor: default;
}
.teal-theme .language-text
{
    color: #2082ff;
}
.teal-theme .login-page-languages, .teal-theme .language-text.language-selected
{
    color: #888888;
}
.language-text.language-selected:hover
{
    text-decoration: none;
}
.language-text:hover
{
    text-decoration: underline;
}
/*MFA Start*/
.login-mfa-list-wrap {
    text-align: left;
    display: block;
    padding: 40px 0px 20px 40px
}
.mfa-list-item {
    width: 300px;
    height: 40px;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 40px;
    padding: 5px 15px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
}
.mfa-list-icon {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    float: left;
    margin: 9px 10px 0 0;
    border-width: 2px;
    border-style: solid;
    border-color: #e5e5e5;
}
.teal-theme .mfa-list-icon, .mfa-list-item-active .mfa-list-icon 
{
    border-color: #4ab344;
}
.mfa-list-icon i.icon-ok {
    display: none;
}
.mfa-list-content {
    font-size: 16px;
    text-align: left;
    color: #eeeeee;
}
.mfa-list-item.mfa-list-item-active .mfa-list-content
{
    color: #333333;
}
.teal-theme .mfa-list-content
{
    color: #333333;
}
.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;
}
.twofactor-btn-wrapper.tfa-mfa {
    width: 300px;
    display: flex;
}
.twofactor-btn-wrapper.tfa-mfa .cyb-login-btn {
    width: 150px;
}
.tfa-mfa .cyb-login-btn input {
    width: 150px;
}
/*MFA End*/
/*-----------------------login dialog style-------------------------------------*/
.ui-widget.ui-widget-content
{
    font-family: Arial,Verdana,sans-serif !important;
    border-color: #e5e5e5 !important;
    margin:0 auto;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 0px 5px 4px rgb(39, 39, 39, .5);
    background-color: #f7f7f7;
    position: absolute;
    left: 0 !important;
    right: 0;
    top: 15% !important;
}
.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 .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
{
    background-color: #ffffff;
    width: calc(100% - 60px);
    position: relative;
    float: left;
    padding: 20px 30px 10px 28px;
    height: auto;
}
.dialog-close-icon {
    position: absolute;
    right: 15px;
    top: 22px;
    width: 42px;
    height: 26px;
    text-align: center;
    padding-top: 14px;
    font-size: 14px;
    cursor: pointer;
}
.dialog-close-icon:hover
{
    background-color: #e55e55;
}
.dialog-close-icon:hover i
{
    color: #ffffff;
}
.ui-dialog .login-logo img, .ui-dialog .login-logo p
{
    height: 28px;
    margin: 0 !important;
}
.terms-dialog-body
{
    position: relative;
    float: left;
    width: calc(100% - 60px);
    height: 100%;
    max-height: 375px;
    padding: 20px 30px 30px 30px;
    overflow-y: auto;
    line-height: 24px;
    min-height: 125px;
}
.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;
}
.lgn-container, .others-login-button{
    animation: fadein 1s;
}

@keyframes fadein {
  0% { opacity:0; top: -60px;}
  100% { opacity:1; top: 0;}
}
.ui-widget.ui-widget-content
{
    animation: zoomin .8s;
}
@keyframes zoomin
{
    from {transform:scale(0.5); opacity: .7;}
  to { transform:scale(1); opacity: 1;}
}
.cyb-lslide
{
    animation: leftopacity 1.3s;
}
@keyframes leftopacity
{
  0% { opacity:0;}
  100% { opacity:1;}
}
/*------------------------ @media max-width 1366px ------------------------------*/
@media screen and (max-width: 1366px)
{
    .cyb-lslide
    {
        width: 350px;
    }
    .cyb-rslide {
        width: calc(100% - 350px);
    }
    .login-logo {
        width: 350px;
        padding: 50px 0 20px 0;
        height: auto;
    }
    .login-logo img {
        margin-left: 25px;
        height: 35px;
    }
    .login-logo p {
        margin:5px 15px 0 25px;
        width: calc(100% - 40px);
        font-size: 20px;
    }
    p.product-text-beta {
        font-size: 19px;
    }
    .login-content {
        padding: 0 10px 20px 25px;
        font-size: 16px;
        width: calc(100% - 35px);
    }
    .login-background
    {
        height: 265px;
    }
    .login-error, .login-success
    {
        left: 350px;
    }
    @keyframes fadein {
      0% { opacity:0; top: -40px;}
      100% { opacity:1; top: 0;}
    }

}


@media screen and (max-width: 1280px)
{
    p.product-text-beta {
        font-size: 18px;
    }
}

#duo-select {
    width: 280px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0;
    margin: 0 0 0 10px;
}

button.duo-logout {
    background-color: #f7f7f7 !important;
    border: none;
}

button.duo-logout span {
    color: #666666;
    text-decoration: underline;
}
#proceed_duo {
    height: 40px;
    border-radius: 20px;
}

#twofactor-duo-logout-btn {
    top: 5px;
    left: 30px;
}

#twofactor-form.duo-form .cyb-login-btn input {
    width: 145px;
    border-radius: 20px;
}
#twofactor-form .cyb-login-btn.duo-auth{
    float: none;
    margin: auto;
    margin-top: 15px;
}
#twofactor-form .otp-logout-btn.duo-auth{
    position: initial; 
}
