/* Minification failed. Returning unminified contents.
(3,22): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(6,17): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(78,17): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(79,28): run-time error CSS1039: Token not allowed after unary operator: '-dark-bg'
(176,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-dark'
(218,22): run-time error CSS1039: Token not allowed after unary operator: '-loginCircle'
(240,28): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(305,26): run-time error CSS1039: Token not allowed after unary operator: '-loginBtn'
(311,38): run-time error CSS1039: Token not allowed after unary operator: '-loginBtnShadow'
(368,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-dark'
(417,42): run-time error CSS1039: Token not allowed after unary operator: '-loginBtnShadow'
(437,22): run-time error CSS1039: Token not allowed after unary operator: '-loginCircle'
(496,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color-light'
(552,28): run-time error CSS1039: Token not allowed after unary operator: '-loginCircle'
(555,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-dark'
 */

body { /*background: #009e76 url(/Content/images/main_bg.png) top center no-repeat;*/
    background: var(--white-color);
    padding: 0;
    margin: 0;
    color: var(--white-color);
    overflow: hidden;
    font-size: 12px !important;
    box-sizing: border-box;
    font-family: 'JioType', sans-serif !important;
}

*,
:before,
:after{
    box-sizing:border-box;
}
form{
    margin:0;
}

.container{
    margin:0 auto;
   /* max-width:1250px;*/
    width:90%;
}

.dashboard a {
    font: 16px arial;
    color: #028463;
    position: absolute;
    text-decoration: none;
    right: 17%;
    top: 85%;
    font-weight: bold;
}

    .dashboard a:hover {
        color: #fff;
    }

.powered {
    float: left;
    bottom: 30px;
    left: 74px;
    position: fixed;
}

.browser {
    /*float: left;
    position: absolute;
    top: 250px;*/
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    font-weight: bold;
    /*left: 39px;*/
    padding-top: 20px;
    text-align: center;
}

    .browser span {
    }

.codrops-bottom {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: normal;
    padding-top: 30px;
    width: 100%;
    height: auto;
    text-align: center;
}

.helpdesk {
    margin-top: -3px;
}
.helpdesk a {
    color: var(--white-color);
    background-color: var(--dark-bg);
    padding: 3px 6px;
    margin-left: 8px;
    border: solid 1px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration:none;
 }


.login_text {
    position: absolute;
    font-size: 24px;
    color: #006f53;
    font-weight: bold;
    left: 43%;
    top: 0%;
}

.mb-02{
    margin-bottom:1rem;
}

.error {
    color: red;
    margin:6px 0;
}



.applicationName {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    text-transform: none;
}


.resources {
   
    pointer-events:all;
}
    .resources .dropdown {
        padding: 0.5rem 0.8rem;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        padding-right: 1.7rem;
        background-image: url(/Content/css/images/arrow.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) center;
        background-size: 10px;
        font-weight: 600;
        border: none;
        color: #FFFFFF;
    }
    .resources select {
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
    }
.resources .dropdown:focus{
    outline:none;
}

.resources .dropdown option[value="en"],
.resources .dropdown option[value="fr"],
.resources .dropdown option[value="de-DE"],
.resources .dropdown option[value="hi"],
.resources .dropdown option[value="ja-JP"],
.resources .dropdown option[value="ru-RU"] {
        color: #333333;
        padding:5px;
}

/*New login css start here*/
.d-flex {
    display: flex;
    align-items: center;
}
.item-flex-start {
    align-self: flex-start;
}
.mt-auto{
    margin-top:auto;
}
.ml-01{
    margin-left:1rem;
}
.mt-05 {
    margin-top: 0.5rem;
}

.Header {
    padding: 2.04rem 0;
    background: var(--primary-dark);
}
 .logo {
    width:244px;
    margin-left:0;
}
.ml-auto{
    margin-left:auto;
}
.jc-center {
    justify-content: center;
}

.queryIcon{
    margin-left:1rem;
}
.queryIcon svg{
    height:20px;
    width:20px;
    transition:0.2s;
}
.queryIcon svg:hover{
    fill:#CCCCCC;
}

.loginBody {
    display: flex;
    height: calc(100vh - 104px);
    position: relative;
}

.loginLeft {
    flex: 0 0 50%;
}
.loginLeft img {
    max-width:100%;
    display:block;
    margin:0 auto;
    width:87%;
}

.roudBox {
    background: var(--loginCircle);
    height: 1200px;
    width: 1000px;
    border-radius: 100%;
    position: fixed;
    top: calc(50% - 1808px / 2);
    left: calc(50% - 1934px / 2);
    z-index: -1;
    transform: rotate(303deg);
}

.loginRight {
    flex: 1;
    display:flex;
    justify-content:flex-end;
    position:relative;
    align-items:center;
}

.login_area {
    width: 370px;
    height: calc(100% - 55px);
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-radius: 32px;
    color: #141414;
    float:right;
}
.login_area h1{
    font-size:2rem;
    font-weight:900;
    margin:1rem 0 2rem;
    line-height:38px;
    letter-spacing:-0.5px;
}


.loginLable{
    font-size:14px;
    font-weight:500;
}

.fieldsBox {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}


.fieldsBox input[type="text"], .fieldsBox input[type="password"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #333333 !important;
    padding: 0.7rem 0;
    width: 100%;
    font-family: inherit;
    background: #fff;
    font-weight:500;
    outline: none;
    border-radius: 0;
    border: none;
    font-size:16px;
}
.fieldsBox input[type="text"]::placeholder, .fieldsBox input[type="password"]::placeholder {
    color:#141414
}
.fieldsBox input[type="text"]:focus, .fieldsBox input[type="password"]:focus {
    outline: none;
}


.fieldsBox input:-webkit-autofill,
.fieldsBox input:-webkit-autofill:hover,
.fieldsBox input:-webkit-autofill:focus,
.fieldsBox input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px white inset !important;
}

    .fieldsBox button {
        width: 100%;
        padding: 0.8rem 0;
        text-align: center;
        background: var(--loginBtn);
        color: #FFFFFF;
        text-transform: capitalize;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        box-shadow: inset 0 0 0 var(--loginBtnShadow);
        transition: 0.5s;
        outline: none;
        font-weight: bold;
        font-size: 0.9rem;
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        transition: 0.3s ease-in;
    }
.loaderSpin {
    border: 3px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    border-top: 3px solid #FFFFFF;
    width: 18px;
    height: 18px;
    -webkit-animation: loaderSpin 2s linear infinite; /* Safari */
    animation: loaderSpin 2s linear infinite;
    display: none;
}
/* Safari */
@-webkit-keyframes loaderSpin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loaderSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.passsWordText {
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #333333;
    text-align:center;
}

.passsWordText a {
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    font-weight:600;
    border-radius: 25px;
    background: var(--primary-dark);
    color:#FFFFFF;
    text-align:center;
    margin-top:0.6rem;
}

.poseEye {
    position: absolute;
    right: 10px;
    top: 17px;
    cursor: pointer;
}

 /*   .fieldsBox button:before {
        content: '';
        background-color: black;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: scale(0.001, 0.001);
    }

    .fieldsBox button:focus:before {
        animation: effect_dylan 0.8s ease-out;
    }

@keyframes effect_dylan {
    50% {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }

    99% {
        transform: scale(0.001, 0.001);
        opacity: 0;
    }

    100% {
        transform: scale(0.001, 0.001);
        opacity: 1;
    }
}
*/

    .fieldsBox button:hover {
        box-shadow: inset 400px 0 0 var(--loginBtnShadow);
    }

.resenBg {
    background: #ffc700 !important;
    box-shadow: inset 0 0 0 #ffc700 !important;
    transition: 0.5s;
}
    .resenBg:hover {
        box-shadow: inset 400px 0 0 #ffa400 !important;
    }



.animLine {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    background: var(--loginCircle);
    transition: 0.3s;
    opacity: 1;
    z-index: 99;
    display: inline-block;
    transition: 0.7s;
}

.fieldsBox input[type="text"]:focus ~ .animLine, .fieldsBox input[type="password"]:focus ~ .animLine {
    width: 100%;
    transition: 0.7s;
    left: 0;
}


.footer {
    background: #F5F5F5;
    border-top: 1px solid #E0E0E0;
    padding: 0.7rem 0;
}
.footer p{
    margin:0;
    color:#565656;
    font-weight:300;
    letter-spacing: 0.3px;
}
.footer--links{
    padding:0;
    margin-top:0;
    margin-bottom:0;
    color:#333333;
}
.footer--links li{
    list-style:none;
}
.footer--links li a{
    color:#565656;
    display:block;
    padding:0.2px 0.7rem;
    text-decoration:none;
    font-weight:500;
    transition:0.5s;
    position:relative;
    transition:0.3s;
        letter-spacing: 0.3px;
}
.footer--links li a:hover{
    color:#000000;
    text-decoration:underline;
}

.footer--links li:not(:last-child){
    border-right:1px solid #E0E0E0;
}

.otp--radio {
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    color: var(--text-color-light) !important;
    width:100%;
}
.otp--radio h3{
    margin-bottom:0;
    font-weight:300;
}


.otpButton{
    font-size:0.9rem;
}
.otpButton input [type="radio"]{
    margin-right:0.3rem;
    display:inline-block;
}

.opt-img {
    width: 200px;
}
.sentMsg {
    color: #ff0000;
    margin-top: 0.6rem;
}
.mr-01{
    margin-right:1rem;
}
.mr-05 {
    margin-right: 0.5rem;
}
.mt-01 {
    margin-top: 1rem;
}
.mb-0{
    margin-bottom:0 !important;
}

.timer-block {
    margin-top:0;
}

.loginLogo{
    max-width:100%;
    display:block;
}
.tagLine {
    font-size: 12px;
    color: #F80000;
    font-weight: 400;
    display: inline-block;
    line-height: 6px;
    margin-left: 38.5px;
    letter-spacing:1.1px;
}

.timer {
    border: 1px solid var(--loginCircle);
    height: 32px;
    padding: 7px 10px 7px 40px;
    color: var(--primary-dark);
    font-size: 0.9rem;
    font-weight: 400;
    border-radius: 3px;
    background: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    position: relative;
    transition: 0.5s;
    display: inline-block;
    margin-bottom: 0.7rem;
}
    .timer:before {
        content: url(/Content/images/timer.svg);
        position: absolute;
        left: 10px;
        top: 6px;
        transition: 1s;
        animation: spin 3s linear infinite;
        transform-origin: center;
    }
    /*.loaderTimer {
        background: url(/Content/images/timer.svg);
        position: absolute;
        left: 10px;
        top: 6px;
        height:15px;
        width:12px;
        transition: 1s;
        animation: spin 3s linear infinite;
        transform-origin: center;
    }*/
.OTPRequired {
    border: 1px solid red !important;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg)
    }
}

.btn__IconB {
    display: inline-block !important;
}
/*New login css start here*/
@media only screen and (min-width: 1920px) {
    .scnd_img {
        padding: 12% 0px 0px 0px;
    }

    .logo {
        /*position: absolute;
        right: 15%;
        top: 25%;*/
    }

    .login_area {
        right: 14%;
    }

    .codrops-bottom {
        right: 15%;
    }    
}

@media (max-width:911px) {

   
      .scnd_img {
        position: absolute;
        left: -100px;
        top: 26%;
    }

    body {
        background:#FFFFFF;
        padding: 0;
        margin: 0;
        background-size: 100% 100%;
        background-attachment: fixed;
        font: 12px Segoe UI,sans-serif !important;
        color: #fff;
    }

   /* .logo {
        position: relative;
        top: 90px;
        text-align: center;
        right: 0px;
        font-size: 30px;
    }*/

   /* .login_area {
        width: 75%;
        height: 180px;
        position: relative;
        right: 0;
        border-radius: 15px;
        border: 1px solid #146400;
        background-color: rgba(0, 0, 0, 0.5);
        margin: auto;
        float: inherit;
        top: 110px;
    }*/
    .login_area {
        height: calc(100% - 4px);
        padding:1rem 2rem;
    }

    .codrops-bottom {
        position: relative;
        bottom: 10px;
        left: 0px;
        text-align: center;
        width: 100%;
    }

    .app-version {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .scnd_img {
        position: absolute;
        left: 0;
        top: -4%;
        text-align: center;
        display: none;
    }

        .scnd_img img {
            width: 75%;
        }

   /* .username {
        width: 85%;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0px 1px 7px dimgray inset;
        position: relative;
        margin: 12px auto;
        display: block;
    }

    .password {
        margin: 30px 0 0 8px;
        width: 85%;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0px 1px 7px dimgray inset;
        position: relative;
        margin: 20px auto;
        display: block;
    }

    .login_text {
        position: relative;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        left: 40%;
        top: 5px;
    }*/
    .login_area h1{
        margin:0.5rem 0;
        font-size:1.2rem;
    }
    .fieldsBox input[type="text"], .fieldsBox input[type="password"]{
        padding:0.3rem 0;
        font-size:12px;
    }
    .fieldsBox{
        margin-bottom:0.5rem;
    }
    .loginBody {
        height: calc(100% - 61px);
    }
    .Header {
        padding: 1.04rem 0;
    }

    .go_botton {
        margin-left: 83%;
        margin-top: 60px;
        z-index: 15;
    }
    .respLogo{
        width:80px;
    }
    .footer {
        padding: 0.3rem 0;
    }

    .browser {
        left: 0;
        text-align: center;
    }
    .login_area .mt-05{
        margin-top:0;
    }

    .helpdesk {
        float: inherit;
    }

    .botm {
        width: 100%;
        float: left;
    }

    .hgt {
        overflow: auto;
        height: 100%;
    }

    .error {
        padding-left: 22px;
        padding-top: 0px;
    }

    .spectra {
padding-top: 0px;
margin-bottom: 10px;
font-size: 25px;
text-align: center;
font-weight: bold;
    }

}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    body {
    background: #009e76 url(/Content/images/main_bg.png) top center no-repeat;
    }

      .formaddon {
    height: 100%; width: 100%;
    }
    .logo {
    position: relative;
    top: 20px;
    text-align: center;
    right: 0px;
    font-size: 24px;
}
    .login_area {
width: 55%;
top: 30px;
height: auto;
padding-bottom: 10px;
    }

    .browser {
    top: 175px;
    }
    .botm {
    width:30%;
    }
    .app-version {
    width: 20%;
}
       .helpdesk {
    float: left;
}
    .codrops-bottom {
        left: 17%;
        position:relative;
    }

    .hgt {
    overflow-y: auto;
    overflow-x: hidden;
     height: calc(100% - 5px);
}

}
