﻿/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


/* reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

body {
    background: #e9eef5 !important;
    background-image: url(../Images/cbt-bg.png) !important;
    background-size: cover;
   
}

.top5 {
    padding-top: 3%;
}

.top9 {
    padding-top: 9%;
}

/*.wht {
    background-color: #ffffff;
    height: 380px;
}*/

.wht {
    background-color: #ffffff;
    height: 453px;
}
.logo-center {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
}

.text2 {
    width: 70%;
    margin: auto;
    color: #fff;
    line-height: 150%;
    font-size: 12px;
    text-align: justify;
    padding-top: 10px;
}

/*.newlogin30 {
    width: 60%;
    margin: auto;
    background: #e5e5e5;
    border-radius: 20px;
}*/

.newlogin30 {
  width: 30%;
    margin: auto;
    border-radius: 10px;
    background: #fff;
    /* border-radius: 1rem !important; */
    min-height: 450px;
    box-shadow: -3px 5px 63px 4px #ddd;
}
/*.loginbox1{
    margin-bottom:10px;
}*/
.header {
    background: #fff;
    box-shadow: 2px 1px 14px -3px #ddd;
    height: 60px;
}
.card{box-shadow:none !important;}
.w200 {
    width: 200px !important;
}

.rounded-custom {
    border-radius: 10px !important;
}

.forgetpasswordnew {
    width: 38%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* start editing from here */

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}


/* text align right */

.txt-lt {
    text-align: left;
}


/* text align left */

.txt-center {
    text-align: center;
}


/* text align center */

.float-rt {
    float: right;
}


/* float right */

.float-lt {
    float: left;
}


/* float left */

.clear {
    clear: both;
}


/* clear float */

.pos-relative {
    position: relative;
}


/* Position Relative */

.pos-absolute {
    position: absolute;
}


/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}


/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}


/* vertical align top */

nav.vertical ul li {
    display: block;
}


/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}


/* horizontal menu */

img {
    max-width: 100%;
}


/*end reset*/

html,
body {
    padding: 0;
    margin: 0;
    background: #000;
    font-family: 'Open Sans', sans-serif;
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none;
    }

        body a:hover {
            text-decoration: none;
        }

        body a:focus,
        a:hover {
            text-decoration: none;
        }

.userloginnew {
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: 7px;
    text-align: left;
}

select, input[type="email"], input[type="text"], input[type=password], textarea {
    /*font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;*/
    /* background-color: #f51212 !important; */
    /*background-image: none;*/
    /* border-bottom: 1px solid #ccc; */
    /* border: none !important; */
    /*border-bottom: 1px solid #ccc !important;
    margin-bottom: 0px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

/*-- //Reset-Code --*/


/*--background --*/
body {
    box-sizing: border-box;
    background: #f1f1f1;
    min-height: 100vh;
}

/*#loginForm {
    padding-top: 60px;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
}*/

#loginForm {
   /* padding-top: 10px;
    padding-bottom: 50px;*/
    width: 100%;
    height: 100%;
}
.w3layouts-two-grids {
    width: 62%;
    margin: 0em auto;
    -webkit-box-shadow: -2px 7px 37px 8px rgba(167, 167, 167, 0.52);
    -moz-box-shadow: -2px 7px 37px 8px rgba(167, 167, 167, 0.52);
    box-shadow: -2px 7px 37px 8px rgba(167, 167, 167, 0.52);
}

.mid-class {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

h1.error {
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.img-right-side, .txt-left-side {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    box-sizing: border-box;
    text-align: center;
}

.img-right-side {
    background: #000;
}

.txt-left-side {
    background: #60baaf;
}

    .img-right-side h3, .txt-left-side h2 {
        color: #000;
        letter-spacing: 0px;
    }

    .txt-left-side h2 {
        color: #000000;
    }

    .img-right-side p, .txt-left-side p {
        color: #908c8c;
        letter-spacing: 0.3px;
    }

    .txt-left-side p {
        color: #ececec;
    }

.txt-left-side {
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0px 20px 50px #8ba3cc;
    border: thin solid #ddd;
}

.form-left-to-w3l {
    display: flex;
    display: -webkit-flex;
    /* border: none; */
    border: 1px solid #ddd;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
        -webkit-flex-basis: 90%;
        flex-basis: 90%;
        width: 100%;
        color: #000;
        font-size: 14px;
        border: none;
        outline: none;
        padding: .6em .6em;
        -webkit-appearance: none;
        background: transparent;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        box-sizing: border-box;
        /* box-shadow: -1px 0px 6px #9f9f9f; */
    }

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: none !important;
    border: 0px solid #01a4ef;
    font-size: 13px;
    -webkit-text-fill-color: #524646;
    -webkit-box-shadow: 2px 8px 14px 1px #ddd;
    transition: background-color none ease-in-out 0s !important;
}*/


.form-left-to-w3l i {
    -webkit-flex-basis: 15%;
    flex-basis: 15%;
    border: none;
    text-align: center;
    color: #000000;
    line-height: 35px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

button[type=submit] {
    background: #e5e5e5 !important;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    button[type=submit]:hover, a.for:hover, .w3layouts_more-buttn a:hover {
        opacity: 0.8;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    background: transparent;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    background: transparent;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    background: transparent;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
    background: transparent;
}

input.checked {
    position: absolute;
    top: 3px;
    left: -5px;
    cursor: pointer;
}

.left-side-forget {
    float: left;
    position: relative;
}

.right-side-forget {
    float: right;
}

.remenber-me {
    margin-left: 17px;
}

.remenber-me, a.for {
    font-size: 11px;
    color: #0077cc !important;
    margin-top: 20px;
    /* position: absolute;
    text-decoration: underline;*/
    right: 5px;
    cursor: pointer;
    font-weight: 500;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2 !important;
    border-color: #1861ac !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.sendlink {
    background: #011b6f;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
    .sendlink:hover {
        background: #0128a5;
    }

.modal-sm {
    width: 420px !important;
}

.modal-footer {
    padding: 5px !important;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 15px;
   /* font-size: 13px !important;
    font-weight: 600 !important;*/
}

.modal-dialog {
    
    margin: 95px auto !important;
}

.remenber-me2 {
    margin-left: 17px;
}

.remenber-me2, a.for {
    font-size: 13px;
    color: #000;
    margin-top: 20px;
    position: relative;
    left: 5px;
    font-weight: 600;
}

.left-side-forget, .right-side-forget {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    box-sizing: border-box;
}

.w3layouts_more-buttn h3 {
    font-size: 15px;
    color: #000;
    margin-top: 43px;
    font-weight: 400;
}

.w3layouts_more-buttn a {
    font-size: 15px;
    color: #e2e2e2;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0px;
    outline: none;
}



.copyrigh-wthree {
    text-align: center;
}

    .copyrigh-wthree p {
        font-size: 14px;
        color: #000;
        letter-spacing: 3px;
    }

        .copyrigh-wthree p a {
            color: #60baaf;
            font-size: 14px;
            font-weight: 800;
        }
/*--responsive--*/
@media(max-width:1920px) {
    h1.error {
        font-size: 58px;
        padding-top: 60px;
        margin-bottom: 47px;
    }

    .img-right-side, .txt-left-side {
        padding: 5.5em 6em 4em;
    }

    .copyrigh-wthree {
        padding: 5em 0em 4.5em;
    }

    .img-right-side h3, .txt-left-side h2 {
        font-size: 25px;
        margin-bottom: 35px;
    }
}

@media(max-width:1680px) {
    h1.error {
        font-size: 54px;
        padding-top: 57px;
        margin-bottom: 45px;
    }

    .img-right-side, .txt-left-side {
        padding: 4.5em 4.5em 3.5em;
    }

    .copyrigh-wthree {
        padding: 4em 0em 4.5em;
    }

    .img-right-side h3, .txt-left-side h2 {
        font-size: 24px;
        margin-bottom: 33px;
    }
}

@media(max-width:1600px) {
    h1.error {
        padding-top: 54px;
        margin-bottom: 43px;
        letter-spacing: 3px;
        font-size: 49px;
    }

    .img-right-side, .txt-left-side {
        padding: 3.5em 4em 3em;
    }

    .copyrigh-wthree {
        padding: 3em 0em 4.5em;
    }

    .img-right-side h3, .txt-left-side h2 {
        font-size: 22px;
        margin-bottom: 29px;
    }

    .form-left-to-w3l i {
        font-size: 20px;
    }

    .img-right-side p, .txt-left-side p {
        font-size: 13.5px;
        line-height: 24px;
        margin-bottom: 48px;
    }

    button[type=submit] {
        padding: 14px 20px;
        margin: 42px 0px 18px;
    }

    .form-left-to-w3l {
        margin: 0px 0px 25px;
    }
}

@media(max-width:1440px) {
    h1.error {
        padding-top: 51px;
        margin-bottom: 40px;
        font-size: 46px;
    }

    .w3layouts-two-grids {
        width: 66%;
    }

    .img-right-side, .txt-left-side {
        padding: 3.5em 3.7em 3em;
    }

        .img-right-side p, .txt-left-side p {
            margin-bottom: 43px;
        }

    .form-left-to-w3l i {
        font-size: 18px;
    }
}

@media(max-width:1366px) {
    .img-right-side, .txt-left-side {
        padding: 3.2em 3.5em 2.7em;
    }

    .w3layouts-two-grids {
        width: 69%;
    }

    button[type=submit] {
        margin: 0px 0px 18px;
    }
}

@media(max-width:1280px) {
    h1.error {
        padding-top: 48px;
        margin-bottom: 36px;
        font-size: 43px;
    }

    .w3layouts_more-buttn h3 {
        margin-top: 40px;
    }

    .copyrigh-wthree {
        padding: 2.7em 0em 4.2em;
    }

    .w3layouts-two-grids {
        width: 72%;
    }
}

@media(max-width:1080px) {
    .w3layouts-two-grids {
        width: 80%;
    }

    .img-right-side, .txt-left-side {
        padding: 3.2em 3em 2.7em;
    }

        .img-right-side h3, .txt-left-side h2 {
            font-size: 21px;
            margin-bottom: 24px;
        }
}

@media(max-width:1050px) {
    h1.error {
        font-size: 41px;
        letter-spacing: 2px;
    }

    .form-left-to-w3l {
        margin: 0px 0px 22px;
    }

    .w3layouts-two-grids {
        width: 83%;
    }

    .copyrigh-wthree p {
        letter-spacing: 2px;
    }
}

@media(max-width:1024px) {
    .w3layouts-two-grids {
        width: 86%;
    }

    h1.error {
        padding-top: 45px;
        margin-bottom: 34px;
    }

    .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
        padding: .5em .6em;
    }

    .form-left-to-w3l i {
        line-height: 33px;
    }
}

@media(max-width:991px) {
    .w3layouts-two-grids {
        width: 89%;
    }

    .copyrigh-wthree {
        padding: 2.3em 0em 4em;
    }

    .w3layouts_more-buttn a {
        font-size: 14px;
    }

    button[type=submit] {
        margin: 36px 0px 16px;
    }
}

@media(max-width:900px) {
    h1.error {
        padding-top: 42px;
        margin-bottom: 30px;
    }

    .img-right-side, .txt-left-side {
        padding: 3em 2.7em 2.5em;
    }

    .w3layouts-two-grids {
        width: 95%;
    }

    .w3layouts_more-buttn h3 {
        margin-top: 37px;
    }
}

@media(max-width:800px) {
    button[type=submit] {
        padding: 12px 20px;
    }

    .img-right-side p, .txt-left-side p {
        margin-bottom: 39px;
    }

    .img-right-side, .txt-left-side {
        padding: 2.7em 5em 2.2em;
    }

    h1.error {
        font-size: 38px;
    }

    .mid-class {
        flex-direction: column-reverse;
    }

    .w3layouts-two-grids {
        width: 68%;
    }

    .w3layouts_more-buttn h3 {
        margin-top: 32px;
    }
}

@media(max-width:768px) {
    .img-right-side, .txt-left-side {
        padding: 2.4em 5em 2.2em;
    }

        .img-right-side p, .txt-left-side p {
            margin-bottom: 32px;
        }
}

@media(max-width:767px) {
    h1.error {
        font-size: 35px;
    }

    button[type=submit] {
        padding: 11px 20px;
    }

    .copyrigh-wthree {
        padding: 2.1em 0em 3.5em;
    }
}

@media(max-width:736px) {
    .w3layouts-two-grids {
        width: 70%;
    }

    .w3layouts_more-buttn h3 {
        font-size: 14px;
    }
}

@media(max-width:667px) {
    .img-right-side, .txt-left-side {
        padding: 2.4em 4em 2.2em;
    }

    .w3layouts-two-grids {
        width: 72%;
    }

    h1.error {
        font-size: 33px;
    }
}

@media(max-width:640px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    .img-right-side, .txt-left-side {
        padding: 2.1em 3.5em 2.1em;
    }

    button[type=submit] {
        margin: 34px 0px 15px;
    }
}

@media(max-width:600px) {
    body {
        background: #fff !important;
    }

    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }
    /*.top5{
         padding-top:0%;
     }
     .top9{
         padding-top:0%;
     }*/
    .newlogin30 {
        width: 95%;
        margin: auto;
        background: #277eff;
        border-radius: 6px;
    }

    .forgetpasswordnew {
        width: 100%;
        margin: auto;
        background: #fff;
        border-radius: 20px;
        
    }
    h1.error {
        padding-top: 38px;
        margin-bottom: 27px;
    }

    .w3layouts-two-grids {
        width: 77%;
    }

    .w3layouts_more-buttn h3 {
        margin-top: 29px;
    }
}

@media(max-width:568px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    .img-right-side h3, .txt-left-side h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .w3layouts-two-grids {
        width: 78%;
    }
}

@media(max-width:480px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    .img-right-side, .txt-left-side {
        padding: 2.1em 3em 2.1em;
    }

    .w3layouts-two-grids {
        width: 89%;
    }

    .img-right-side p, .txt-left-side p {
        margin-bottom: 29px;
    }

    .copyrigh-wthree p {
        letter-spacing: 1px;
    }
}

@media(max-width:440px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    h1.error {
        font-size: 31px;
        letter-spacing: 1px;
    }

    .w3layouts-two-grids {
        width: 92%;
    }

    .img-right-side, .txt-left-side {
        padding: 2.1em 2.2em 2.1em;
    }

    .copyrigh-wthree p {
        line-height: 29px;
    }
}

@media(max-width:414px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    .img-right-side p, .txt-left-side p {
        margin-bottom: 26px;
    }

    .copyrigh-wthree {
        padding: 2em 0em 3.2em;
    }

    .img-right-side h3, .txt-left-side h2 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 33px;
    }
}

@media(max-width:384px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    h1.error {
        font-size: 29px;
    }

    .img-right-side, .txt-left-side {
        padding: 2em 2em 2em;
    }

    .w3layouts_more-buttn h3 {
        margin-top: 27px;
    }
}

@media(max-width:375px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    .img-right-side h3, .txt-left-side h2 {
        margin-bottom: 17px;
        line-height: 30px;
    }

    .form-left-to-w3l i {
        font-size: 16px;
    }

    .remenber-me, a.for {
        font-size: 11px;
    }
}

@media(max-width:320px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    h1.error {
        font-size: 24px;
    }

    .img-right-side, .txt-left-side {
        padding: 1.8em 1.7em 1.8em;
    }

    .w3layouts_more-buttn h3 {
        font-size: 13px;
    }

    .w3layouts_more-buttn a {
        font-size: 13px;
        line-height: 27px;
    }
}

.modal-body > p {
    margin: 0 0 5px;
}
/*--//responsive--*/
/*Timepiker start*/


.firsttime > a {
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 30%;
    bottom: -52%;
    margin-top: 20px;
    right: 5px;
    text-decoration: underline;
    font-weight: 600;
}

@media (min-width: 360px) and (max-width: 480px) {

    .modal-dialog {
        width: 600px;
        margin: 104px auto !important;
    }
}
.loginbtnvld {
   /* box-shadow: 1px 1px 16px -2px #8b8b8b !important;
    padding: 10px 45px !important;
    margin-top: 20px !important;
    border-radius: 30px !important;
    border-color: #fff !important;
    background: #01258a !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    cursor: pointer;
    text-align: center !important;
    border: thin solid #fff;
    white-space: nowrap !important;
    vertical-align: middle !important;*/
}

    .loginbtnvld:hover {
      /*  background: #6c75dd !important;*/
    }

.ui-button {
    background-color: #8e95d9 !important;
    font-size: 17px;
    font-weight: 400 !important;
    border-radius: 30px !important;
    border: thin solid #fff !important;
    box-shadow: 1px 1px 16px -2px #8b8b8b !important;
}
#toPopup11_15Aug > div.close {
    position: initial !important;
    background: url(../Images/Common/closebox.png) no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    width: 30px;
    opacity: 1;
}
.unuppercase {
    text-transform: uppercase;
}

.newbdr {
    border: thin solid #dfdfdf;
    border-radius: 8px;
    padding: 3px 3px;
}

.loginwh {
    background: #fff;
    /*box-shadow: 1px 2px 2px 2px #bbb8b8 !important;*/
    min-height: 454px;
    border-radius: 8px;
    /*width:44%;*/
}



.textnewbl {
    background: #fff;
    width: 100%;
    border-left: thin solid #dfdfdf;
    /* box-shadow: 1px 1px 1px 2px #bbb8b8 !important; */
    padding: 3px 3px 2px 15px;
    /* border-radius: 8px; */
    height: 455px;
    overflow: auto;
}

/*.form-control {
    display: block;
    width: 98%;
    height: 40px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/

textarea {
    margin: 0;
    font: inherit;
    font-weight: normal;
    color: inherit;
}

.modal-sm {
    width: 475px !important;
}
.icsi .modal-body {
    position: relative;
    padding: 5px 15px;
}

.icsi.modal-title {
    margin: 0;
    line-height: 1.42857143;
    margin-bottom: 5px;
}

.loginnewbl .remenber-me {
    margin-left: 0px !important;
}

.loginnewbl .remenber-me2 {
    margin-left: 0px !important;
}

#togglePassword {
    position: relative;
    right: 20px;
    float: right;
    margin-top: -34px;
    font-size: 15px;
    color: #531414;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.jssorl-004-double-tail-spin img {
    animation-name: jssorl-004-double-tail-spin;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    z-index: 99999 !important;
}

.jssorb052 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb052 .i .b {
        fill: #000;
        fill-opacity: 0.3;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
        stroke-opacity: 0.7;
    }

    .jssorb052 .i:hover .b {
        fill-opacity: .7;
    }

.jssorb052 .iav .b {
    fill-opacity: 1;
}

.jssorb052 .i.idn {
    opacity: .3;
}

.jssora053 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora053 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 640;
        stroke-miterlimit: 10;
    }

    .jssora053:hover {
        opacity: .8;
    }

    .jssora053.jssora053dn {
        opacity: .5;
    }

    .jssora053.jssora053ds {
        opacity: .3;
        pointer-events: none;
    }

 




.loginnewbl {
    background: #fff;
    width: 98%;
    /*border: thin solid #4d2f53;
        box-shadow: 2px 2px 3px -1px #ddd;*/
    padding: 15px;
}

.headernewbl {
    background: #4d2f53;
    padding: 11px;
    margin: 0px -2px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.textnewbl h3 {
    font-size: 15px !important;
    padding-top: 0px !important;
}


.logoblnew {
    background: #fff;
    padding: 8px;
}

ol li {
    list-style: disc !important;
    margin-left: 50px;
    line-height: 14px;
}

h3 h1 h4 h5 h6 {
    margin-left: 0px !important;
}

h2 {
    margin-left: 0px !important;
    font-size: 23px;
}

/* .secclass {
        background: #fff !important;
        padding-top: 30px !important;
    }*/

.footer {
    padding-bottom: 10px;
    margin-bottom: 10px;
    min-height: 120px;
}

.linknew2 {
    color: #653ef9 !important;
    margin-top: 20px;
    position: relative;
    left: 5px;
    font-weight: 500;
    /* text-decoration: underline !important; */
    font-size: 12px !important;
    cursor: pointer;
}
.otpsent {
    font-size: 9px;
    text-align: center;
    font-weight: 400;
    width: 80%;
    color: #747474;
    margin: auto;
}
.otpnum {
    border: thin solid #ddd;
    background: #f6f6f6;
    padding: 7px 12px;
    border-radius: 4px;
}
.LICls {
    background: #f4f4f4;
    padding: 9px;
    width: 49%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#toPopup {
    display: none;
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0, .8) !important;
    position: fixed;
}

.otp {
    border: 2px solid #fdfdfd;
    background: #fff;
    border-radius: 15px;
}
.loginotp {
    border-bottom: thin solid #dddd;
    height: 38px;
    padding-top: 10px;
    /* margin-top: -5px !important;*/
    background: #ebebeb;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.activempin {
    background: #1b69bc;
    border-radius: 4px;
    color: #fff;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.mauto {
    margin: auto;
}
.unuppercase {
    text-transform: uppercase;
}

.newbdr {
    border: thin solid #dfdfdf;
    border-radius: 8px;
    padding: 3px 3px;
}

.loginwh {
    background: #fff;
    /*box-shadow: 1px 2px 2px 2px #bbb8b8 !important;*/
    min-height: 454px;
    border-radius: 8px;
    /*width:44%;*/
}

.textnewbl {
    background: #fff;
    width: 100%;
    border-left: thin solid #dfdfdf;
    /* box-shadow: 1px 1px 1px 2px #bbb8b8 !important; */
    padding: 3px 3px 2px 15px;
    /* border-radius: 8px; */
    height: 455px;
    overflow: auto;
}

 

textarea {
    margin: 0;
    font: inherit;
    font-weight: normal;
    color: inherit;
}

.modal-sm {
    width: 475px !important;
}
.LICls a{
    padding:5px;
}

body {
    background-image: linear-gradient(to top, #1a69bc 0%, #207dde 100%) !important;
}