@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
    overflow: hidden;
    background-color: #0d233b !important;
}

.clear {
    clear: both;
}

.wrap {
    padding: 0px 20px;
}

header:after {
    content: '';
    display: block;
    clear: both;
}

header hr {
    border-top: 1px solid rgb(255 255 255 / 29%);
    margin: 15px 0px;
}

header {
    padding-top: 10px;
    background: transparent;
    position: initial;
    box-shadow: none;
    max-height: initial;
}

    header .lft {
        float: left;
    }


    header p {
        /* float: left; */
        margin: 0px;
        color: #fff;
        font-size: 10px;
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

.right {
    float: right;
}

#custompbg {
    background-color: #0089ae;
}

.customp {
    color: #fcfcfc;
    font-size: 11.5px;
    text-align: justify !important;
}

.imgset {
    align-items: center;
    justify-content: center;
    display: flex;
}

.lftbg-image {
    width: 65%;
}
/*.lgnPg {
    background: url(/Assets/img/bnr.jpg) no-repeat right top;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
}*/

.lgnPg .logo {
    width: 120px;
}

    .lgnPg .logo img {
        width: 80%;
    }

.lgnPg .frm {
    /* margin-top: 10px; */
    /*margin-left: 90px;*/
    margin-left: 10px;
}

footer {
    /*background: #01417f;*/
    color: #f1f1f1;
    margin-top: 10px;
    bottom: 0;
    position: absolute;
}

.frtpara {
    font-size: 10px;
    padding: 10px;
}

p.ftr {
    margin: 13px 0px;
    font-size: 12px;
    color: #fff;
    max-width: 505px;
    text-align: justify;
    margin-bottom: 0px;
    padding-bottom: 10px;
}


.lgnPg .frm h2 {
    color: #fff;
    letter-spacing: 2.2px;
    font-size: 45px;
    font-family: kpmgfont !important;
    padding-left: 0px;
}

    .lgnPg .frm h2 span {
        font-size: 18px;
        margin-left: 5px;
        display: none;
    }

.lgnPg .frm fieldset {
    max-width: 505px;
    background: #fff;
    /*border-radius: 10px;*/
    /* padding: 30px; */
    /* padding-bottom: 30px; */
}

.lgnPg .frm h3.fgtpsw {
    margin-top: 20px;
}

.lgnPg .frm h3 {
    line-height: normal;
    font-size: initial;
    position: relative;
    margin: 0px;
    text-align: center;
    font-size: 33px;
    line-height: 33px;
    color: #01417f;
    /* margin-bottom: 10px; */
}



.lgnPg .alnCtr {
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
}


.fldwrp {
    margin-bottom: 15px;
}

    .fldwrp label {
        color: #060606;
        font-size: 14px;
        padding-top: 5px;
        margin-bottom: 10px !important;
    }

    .fldwrp input {
        width: 100%;
        border-radius: 20px;
        border: 1px solid #cecece;
        height: 35px !important;
        padding: 0px 20px;
    }

    .fldwrp span.icns {
        background: rgb(1,65,127);
        background: linear-gradient(252deg, #470a68 39%, #8b18ca 57%);
        background: linear-gradient( -252deg, rgba(1,65,127,1) 39%, rgba(0,137,174,1) 57%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.lgnPg .frm .fldwrp .ctr {
    display: inline-block;
    position: relative;
    width: 100%;
}

    .lgnPg .frm .fldwrp .ctr label {
        position: absolute;
        margin: 0px;
        font-size: 14px;
        color: #014783;
        top: 8px;
        left: 15px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .lgnPg .frm .fldwrp .ctr input {
        border: none;
        margin: 0px;
        height: 100%;
        width: 100%;
        border: 1px solid #cccccc;
    }

.lgnPg .frm .fgtbtn a {
    color: #303030;
}


.lgnPg .frm .fgtbtn {
    display: block;
    color: #014783;
    font-size: 14px;
    letter-spacing: 0px;
    /* margin: 20px 0px; */
    padding: 10px 30px 10px 30px;
    background: #ededed;
    text-align: right;
    font-size: 18px;
    color: #303030;
    font-family: 'Open Sans Semibold';
    border-radius: 10px 10px 0px 0px;
}

    .lgnPg .frm .fgtbtn i {
        color: #0089ae;
        /* background: linear-gradient(
-252deg
, rgba(1,65,127,1) 39%, rgba(0,137,174,1) 57%); */
    }

    .lgnPg .frm .fgtbtn a {
        text-decoration: none;
    }

        .lgnPg .frm .fgtbtn a:hover {
            text-decoration: underline;
        }

.lgnPg .frm .btn:hover {
    background: linear-gradient( 252deg, #470a68 39%, #8b18ca 57%);
}

.lgnPg .frm .btn {
    display: block;
    background: #014783;
    border-radius: 0px;
    color: #fff;
    font-family: 'Open Sans Semibold';
    font-size: 16px;
    background: rgb(1,65,127);
    border-radius: 20px;
    margin-top: 20px;
    height: 35px;
    width: 100%;
    background: linear-gradient(-252deg, rgba(1,65,127,1) 39%, rgba(0,137,174,1) 57%);
}

.lgnPg .frm .note {
    margin: 0px;
    margin-top: 10px;
    font-size: 11px;
    color: red;
    font-weight: bold;
}

.lgnPg .frm .fldwrp .ctr input:focus ~ label {
    top: -8px;
    font-size: 12px;
    color: #5264AE;
    background: #fff;
    padding: 0px 5px;
}

input:focus {
    outline: none;
}

.lgnPg .frm .fldwrp .ctr input:valid ~ label {
    top: -8px;
    font-size: 12px;
    color: #5264AE;
    background: #fff;
    padding: 0px 5px;
}

.lgnPg ul:after {
    content: '';
    display: block;
    clear: both;
}

.lgnPg ul {
    list-style: none;
    padding: 0px;
    margin-top: 0px;
}

    .lgnPg ul li:last-child {
        border: none;
    }

    .lgnPg ul li {
        float: left;
        /* width: 50%; */
        text-align: center;
        font-size: 14px;
        /* background: #fff; */
        position: relative;
        margin-right: 80px;
        cursor: pointer;
    }

.last-child {
    margin-right: 0px !important;
}

.lgnPg ul li a {
    display: inline-block;
    position: relative;
    background: #fff;
    padding-left: 13px;
    font-size: 13px;
    padding: 5.5px 13px;
    border-radius: 5px;
    color: #01417f !important;
}

.lgnPg ul li .ibtn {
    width: 49px;
    height: 49px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #56197830;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 18px;
    position: absolute;
    background: #fff;
    left: -40px;
    top: -10px;
}

.lgnPg ul li i:before {
    /* background: linear-gradient( 
252deg
 , #470a68 39%, #8b18ca 57%); */
    background: linear-gradient( -252deg, rgba(1,65,127,1) 39%, rgba(0,137,174,1) 57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal.popup .fldwrp {
    margin-bottom: 15px;
}

.modal.popup {
}

    .modal.popup .modal-dialog {
        max-width: 600px;
    }

        .modal.popup .modal-dialog .btn {
            margin: 0px;
            background: #000;
            border-radius: 20px;
            color: #fff;
            font-size: 14px;
            padding: 7px 20px;
            background: rgb(1,65,127);
            background: linear-gradient( 252deg, #470a68 39%, #8b18ca 57%);
            background: linear-gradient( -252deg, rgba(1,65,127,1) 39%, rgba(0,137,174,1) 57%);
        }


.modal-content {
    width: 50% !important;
    margin-left: 160px !important;
}

.modal.popup .modal-dialog .btn:hover {
    background: linear-gradient( -252deg, rgba(1,65,127,1) 39%, rgba(0,137,174,1) 57%);
    background: rgb(1,65,127);
    background: linear-gradient( 252deg, #470a68 39%, #8b18ca 57%);
}

/*.modal.popup .modal-dialog .modal-header{
    background: #00338D;
    padding: 10px;
}*/

.modal.popup .modal-dialog .modal-body {
    padding: 20px 25px;
}


.modal.popup .modal-dialog .modal-header h5 {
    font-size: 30px !important;
    letter-spacing: 2px;
    color: #fff;
}

.modal-header .close {
    color: #fff;
}

.textCtr {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.modal-header {
    padding: 0rem 1rem !important;
    color: white;
    /*  background-color: darkblue !important;*/
    background: linear-gradient(0deg, rgba(0,145,218,1) 19%, #00338d 87%);
}

.otphder h5 {
    font-family: 'Open Sans Semibold' !important;
    font-size: 20px !important;
    padding: 10px 0px 10px 0px;
}

.otpsubmitbtn {
    display: block;
    background: #00a3a1;
    border-radius: 8px;
    color: #fff;
    font-family: 'Open Sans Semibold';
    font-size: 16px;
    margin-top: 20px;
    height: 35px;
    width: 100%;
    border: none;
    background: linear-gradient(-252deg, rgba(1,65,127,1) 39%, rgba(0,137,174,1) 57%);
}

    .otpsubmitbtn:hover {
        color: #000;
    }

.otplabel {
    color: #0091da;
    padding-bottom: 5px;
    font-weight: bold;
}

.timer {
    float: right;
    color: #00a3a1;
}

.resand {
    padding-top: 10px;
}

    .resand a {
        color: #0091da;
    }


.lgnPg .forgotpasspage .alnCtr {
    padding-bottom: 0px !important;
}

.lgnPg .forgotpasspage h5 {
    font-family: 'Open Sans Semibold' !important;
    text-align: center;
    color: #01417f;
    font-size: 20px !important;
}

.lgnPg .forgotpasspage ul {
    list-style: disc !important;
    cursor: all-scroll !important;
    padding-left: 2rem !important;
}

    .lgnPg .forgotpasspage ul li {
        float: left !important;
        font-size: 14px !important;
        position: relative;
        cursor: all-scroll !important;
        width: 100% !important;
        text-align: left !important;
        margin-right: 0px !important;
    }

.lgnPg .forgotpassbtn .alnCtr {
    padding-bottom: 0px;
}

.infobtn .fa-info {
    border-radius: 20px;
    width: 21px;
    height: 21px;
    text-align: center;
    padding-top: 3px;
    color: #fff !important;
    background: linear-gradient( -252deg, rgba(1,65,127,1) 39%, rgba(0,137,174,1) 57%);
    font-size: 15px;
    margin-right: 230px;
}

.infobtn .modal-content {
    width: 100% !important;
    margin-left: 0px !important;
}

.infobtn .modal-title {
    font-size: 30px !important;
    padding: 10px;
}

/*.infobtn a {
    text-decoration: none;
    cursor:none;
}*/

.schedulemodalbox .modal-content {
    width: 90% !important;
    margin-left: 0px !important;
    margin-top: 90px !important;
}

.schedulesubmitbtn {
    display: block;
    /*background: #00a3a1;*/
    background: linear-gradient(-252deg, rgba(1,65,127,1) 39%, rgba(0,137,174,1) 57%) !important;
    border-radius: 8px;
    color: #fff;
    font-family: 'Open Sans Semibold';
    font-size: 16px;
    margin-top: 20px;
    height: 35px;
    width: 100%;
    border: none;
    padding: 0px !important;
}

    .schedulesubmitbtn:hover {
        background: linear-gradient( 252deg, #470a68 39%, #8b18ca 57%) !important;
    }

.schedulemodalbox h5 {
    font-family: 'Open Sans Semibold' !important;
    font-size: 20px !important;
    padding: 10px 0px 10px 0px;
}
