@import url(CustomLogin.css);

.clearfix,
.clearfix:after,
.modal-footer:after {
    clear: both
}

*,
::after,
::before {
    box-sizing: border-box;
}

user agent stylesheet body {
    display: block;
    margin: 8px;
}

body,
html {
    height: 100%;
    margin: 0;
    line-height: 1.5;
    text-align: left;
}

.BannerCont,
.form-container,
body {
    font-family: 'Roboto', sans-serif;
}

.user-loginPage .login-container > .login-content > .login-form input:focus,
a,
button,
input,
select {
    outline: 0
}

body {
    margin: 0;
    padding: 0;
    background-color: #000a33;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.user-loginPage .alert {
    margin-top: -60px
}

.user-loginPage .form-group.has-error {
    border-bottom: 2px solid #ed6b75 !important
}

.user-loginPage .form-group.valid {
    border-bottom: 1px solid #a0a9b4 !important
}

.BannerImg {
    min-width: 100%
}


.form-container,
.formTextField {
    position: relative;
    box-sizing: border-box;
    padding: 15px 0;
}

.form-container {
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    /*top: 50%;
    transform: translateY(-50%);*/
}

.formTextField {
    width: auto;
    display: block;
    max-width: 100%;
    margin: 0
}

.formTextField-input {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
    padding: 4px 0 4px 25px;
    background: 0 0
}

.formTextField-input,
.formTextField-label {
    font-size: 0.9em;
    line-height: 1;
    width: 100%;
    text-align: left;
    display: block;
    color: #d7d7d7
}

.formTextField-label {
    padding-left: 25px;
    top: 18px
}

.formTextField-labelIcon {
    font-size: 1.0em;
    color: #b3b3b3;
    top: 15px
}

.formTextField-label,
.formTextField-labelIcon {
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    white-space: nowrap
}

.formTextField-floating-label.is-dirty .formTextField-label,
.formTextField-floating-label.is-focused .formTextField-label {
    color: #52cbf3;
    font-size: 0.9em;
    top: 4px;
    visibility: visible
}

.formTextField-floating-label.is-focused .formTextField-input {
    color: #222;
    padding-left: 25px
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    border-radius: 5px;
    padding: 6px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.95em;
    background-color: #280071;
    border-color: #280071;
}

.btn-default {
    background-color: transparent !important;
    color:#000 !important;
}

.PunchBtn,
.loginBtn {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #000;
    padding: 6px 20px;
    cursor: pointer;
}

.formTextField-floating-label .formTextField-label {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.formTextField-label:after {
    background-color: #52cbf3;
    bottom: 15px;
    content: '';
    height: 1px;
    left: 45%;
    position: absolute;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    visibility: hidden;
    width: 10px
}

.formTextField.is-focused .formTextField-label:after {
    left: 0;
    visibility: visible;
    width: 100%
}

.loginBtn {
    background-color: #280071;
    border: 1px solid #280071;
    border-radius:20px !important;
    color:#fff;
    width:100%;
}

.PunchBtn {
    background-color: #96989a;
    border: 1px solid #8a8c8d;
    color: #fff;
}

    .PunchBtn:hover {
        background-color: #8a8c8d;
        border: 1px solid #8a8c8d;
        color: #fff;
    }

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.formCheckbox {
    font-size: 0.9em;
    color: #333
}

    .formCheckbox input {
        margin: 0 5px 0 0;
        vertical-align: middle
    }

.forgotPassword a {
    color: #280071;
    font-size: 0.9em;   
    text-decoration:none;
}

    .forgotPassword a:hover {
        text-decoration: none
    }

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.mr15 {
    margin-right: 15px
}

.p0 {
    padding: 0
}

.loginbluebox {
    margin-bottom: 50px;
}

@media all and (min-width:769px) and (max-width:991px) {
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.pageText {
    color: #333;
    font-size: 0.9em;
}


.displayNone {
    display: none
}

.isVisible {
    -webkit-transition: visibility 0s .6s;
    -moz-transition: visibility 0s .6s;
    transition: visibility 0s .6s
}

    .isVisible .isActive {
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 3s;
        -moz-transition-duration: 3s;
        transition-duration: 3s;
        -webkit-transition-delay: 3s;
        -moz-transition-delay: 3s;
        transition-delay: 3s
    }

.ptb10 {
    padding-bottom: 10px;
    padding-top: 10px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.flyLeft {
    float: left
}

.clickable {
    cursor: pointer
}



@media all and (min-width:1023px) and (max-width:1200px) {
}

@media all and (min-width:780px) and (max-width:1024px) {
}

@media all and (min-width:400px) and (max-width:779px) {
}

@media all and (max-width:399px) {
}

.requiredInput {
    border: 1px solid red !important
}

.companylogo,
.userImg,
.passImg,
.showpass,
.domainImg,
.login-arrow {
    background-image: url(../../Images/Custom/SBI/sbi-login-image.png?v=1.0.2);
    background-repeat: no-repeat;
}

.companylogo {
    width: 150px;
    height: 60px;
    background-position: center;
    display: inline-block;
    /* margin: 12px 25px; */
    /* background-size: cover; */
    background-image: url(../../Images/Custom/SBI/sbi-login-logo.png?v=1.0.2);
}

.userImg {
    width: 22px;
    height: 22px;
    background-position: -121px -5px;
    display: inline-block;
}

.passImg {
    width: 22px;
    height: 22px;
    background-position: -91px -5px;
    display: inline-block;
}

.showpass {
    width: 22px;
    height: 22px;
    background-position: -32px -5px;
    display: inline-block;
}

.hide-pass {
    width: 22px;
    height: 22px;
    background-position: -61px -5px;
    display: inline-block;
}

.showpass {
    bottom: 17px;
    right: 2px;
    font-size: 0.9em;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: auto;
    color: #959799;
}

.domainImg {
    width: 22px;
    height: 22px;
    background-position: -146px -5px;
    display: inline-block;
}

.login-arrow {
    width: 16px;
    height: 18px;
    background-position: -6px -8px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.vAlignMid {
    vertical-align: middle;
}

.appBox {
    border: 1px solid #96989a;
    padding: 10px;
    border-radius: 5px;
    color: #96989a;
}

.bannerTxtCont {
    position: absolute;
    width: 50%;
    text-align: center;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 60px;
    top: 33%;
    left: 50%;
    margin-left: -25%;
    color: #222;
}

.bgBannerImage {
    background-image: url(../../Images/Custom/SBI/SBI-Login-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.footerBanner {
    background-color: #ed1c24;
    width: 100%;
    position: absolute;
    bottom: 10%;
    color: #fff;
}

.mtb25 {
    margin: 25px 0;
}

.lineHeight {
    line-height: 36px;
}

.email a,
.copyRight a {
    color: #222;
    text-decoration: none;
}

.copyRight {
    text-align: center;
    font-size: 0.9em;
    color: #222;
    font-weight: 400;
    margin-top: 50px;
}

.requiredInput {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ff0000 !important;
    position: relative;
    z-index: 2;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}



@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/*Tab CSS*/



.tabs-slider-nav .tab-slider-tabs {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .tabs-slider-nav .tab-slider-tabs:after {
        content: "";
        width: 50%;
        background: #280071;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

    .tabs-slider-nav .tab-slider-tabs.slide:after {
        left: 50%;
    }

.tabs-slider-nav .tab-slider-trigger {
    font-size: 0.9em;
    line-height: 1;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex: 1 1 auto !important;
}

    .tabs-slider-nav .tab-slider-trigger.active {
        color: #000;
    }

.tabs-slider-nav .tab-slider-body,
#announcementTab .tab-slider-body {
    margin-bottom: 20px;
}

#announcementTab.tab-slider-nav {
    display: block;
    margin-bottom: 0px;
}

#announcementTab .tab-slider-tabs {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    #announcementTab .tab-slider-tabs .tab-slider-trigger.active:after {
        content: "";
        width: 100%;
        background: transparent;
        border-bottom: 2px solid #280071;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 250ms ease-in-out;
        border-radius: 0px;
    }

    #announcementTab .tab-slider-tabs.slide:after {
        left: 50%;
    }

#announcementTab .tab-slider-trigger.active {
    color: #280071;
    background: #fff;
}

#announcementTab .tab-slider-trigger {
    font-size: 0.9em;
    line-height: 1;
    font-weight: normal;
    color: #7f7f7f;
    text-align: center;
    padding: 5px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* flex: 1 1 auto !important; */
}

.announcementCount {
    background-color: #280071;
    padding: 5px;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: .85em;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.tab-container {
    padding: 15px 0;
}

    .tab-container .cards {
        border: 1px solid #c4c4c4;
        border-radius: 5px;
        padding: 15px;
    }

#announcementTabCont,
#usefullinkTabCont {
    display: none;
}

    #announcementTabCont.active,
    #usefullinkTabCont.active {
        display: block;
    }

.d-none {
    display: none !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.company-logo {
    display: inline-block;
}

.language-container {
    display: flex;
    width: 100%;
    background-color: #280071;
    color: #fff;
    padding: 0px 0px 0px 15px;
    height: fit-content;
    vertical-align: top;
}

.font-selection {
    margin: auto 20px;
}

.hrmsportal {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 4px;
    font-weight: bold;
    margin: auto 0px;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mt-5 {
    margin-top: 5px;
}

a.xs-font,
a.sm-font,
a.md-font {
    margin: 5px;
    cursor: pointer;
    color: #fff;
}

    a.xs-font,
    a.xs-font > * {
        font-size: 12px;
    }

    a.sm-font,
    a.sm-font > * {
        font-size: 16px;
    }

    a.md-font,
    a.md-font > * {
        font-size: 20px;
    }

        a.xs-font.active,
        a.sm-font.active,
        a.md-font.active {
            color: #52cbf3;
        }

select.language-select {
    background-color: #280071;
    padding: 10px 15px;
}

.user-loginPage.xs-font {
    font-size: 75%;
}

.user-loginPage.sm-font {
    font-size: 100%;
}

.user-loginPage.md-font {
    font-size: 125%;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-backdrop.show {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal.show .modal-dialog .btn-default {
    background-color: transparent;
    color: #52cbf3;
}

.modal.show .modal-dialog .btn-primary {
    background-color: #280071;
    border: 1px solid #280071;
}

    .modal.show .modal-dialog .btn-primary:hover {
        background-color: #280071;
        border: 1px solid #280071;
    }

/*carousel css start*/
.carousel {
    position: relative;
    width: 100%;
}

.carousel-item img {
    background-repeat: no-repeat;
    width: 100%;
}

#announcementdata .carousel-item img {
    background-repeat: no-repeat;
    width: auto;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 65px;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 13px;
        height: 13px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        border: 2px solid #fff;
        background-clip: padding-box;
        opacity: .3;
        transition: opacity 0.6s ease;
        border-radius: 50%;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #280071;
    border: 2px solid #fff;
    width: 13px;
    height: 13px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*carousel css end*/
.p-relative {
    position: relative;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}



.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.usefullink {
    font-size: 0.9em;
    width: 100%;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    font-size: 0.9em;
    line-height: 1.4;
}

.media img {
    border-radius: 5px;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.card-caption {
    font-size: 0.8em;
    color: #7b7b7b;
    font-style: italic;
    margin-top: 12px;
}

.announcement-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-top: -50px;
}

.text-right {
    text-align: right;
}

a {
    color: #280071;
    font-size: 0.9em;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.myHRMSApp {
    background-color: #e6f8ff;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-top: 30px;
    border: 1px solid #eaeaea;
}

    .myHRMSApp img {
        width: 100%;
    }

.rightIcon {
    background-image: url(../../Images/Custom/SBI/right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
}

ul.apppoints {
    list-style: none;
    padding: 0;
}

    ul.apppoints li {
        display: flex;
        font-size: 0.95em;
        margin-bottom: 15px;
    }

    ul.apppoints div {
        width: 100%;
    }

    ul.apppoints li span {
        margin-right: 15px;
    }

.footercontainer {
    background-color: #280071;
    color: #fff;
    padding: 10px 20px;
    font-size: 0.9em;
}

.HRMSDashboard,
.HRMSPortal,
.SalaryCorrection,
.Retiredemployee,
.NewRecruits,
.ArrearDetails,
.ServiceDesk,
.Saksham {
    background-image: url(../../Images/Custom/SBI/useful-link-icons.png);
    background-repeat: no-repeat;
}

.HRMSDashboard {
    width: 50px;
    height: 50px;
    background-position: -6px -7px;
    display: inline-block;
    margin: 12px auto;
}

.HRMSPortal {
    width: 50px;
    height: 50px;
    background-position: -74px -7px;
    display: inline-block;
    margin: 12px auto;
}

.SalaryCorrection {
    width: 50px;
    height: 50px;
    background-position: -136px -7px;
    display: inline-block;
    margin: 12px auto;
}

.Retiredemployee {
    width: 55px;
    height: 50px;
    background-position: -3px -82px;
    display: inline-block;
    margin: 12px auto;
}

.NewRecruits {
    width: 55px;
    height: 50px;
    background-position: -71px -82px;
    display: inline-block;
    margin: 12px auto;
}

.ArrearDetails {
    width: 55px;
    height: 50px;
    background-position: -140px -82px;
    display: inline-block;
    margin: 12px auto;
}

.ServiceDesk {
    width: 55px;
    height: 50px;
    background-position: -4px -156px;
    display: inline-block;
    margin: 12px auto;
}

.Saksham {
    width: 55px;
    height: 50px;
    background-position: -65px -156px;
    display: inline-block;
    margin: 12px auto;
}

@media all and (max-width:679px) and (min-width:300px) {
    .announcement-card {
        margin-top: 25px;
    }

    .mobileappScreen {
        max-width: 25%;
        margin: 0 auto;
    }

    .appstore .col-md-3 {
        width: 30%;
    }

    .carousel-indicators {
        bottom: 5px;
    }

        .carousel-indicators .active {
            opacity: 1;
            background-color: #280071;
            border: 2px solid #fff;
            width: 8px;
            height: 8px;
        }

        .carousel-indicators li {
            width: 8px;
            height: 8px;
            border: 2px solid #fff;
        }

    .header {
        flex-direction: column;
    }
}

@media all and (max-width:768px) {
}

@media all and (max-width:769px) and (min-width:650px) {
    .login-container {
        margin: 10px auto 25px;
        border-radius: 10px;
        z-index: 2;
    }

    .announcement-card {
        margin-top: 25px;
    }

    .mobileappScreen {
        max-width: 25%;
        margin: 0 auto;
    }

    .appstore .col-md-3 {
        width: 30%;
    }
}

@media all and (max-width:1024px) and (min-width:768px) {
    .login-container {
        margin: 0 auto;
        border-radius: 10px;
        z-index: 2;
    }

    .announcement-card {
        margin-top: 25px;
    }
}

/*Col structure start*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }

    .announcement-card {
        margin-top: 25px;
    }

    .login-container {
        position: absolute !important;
        top: 2%;
        right: 4%;
        background-color: #fff;
        z-index: 2;
    }

    .tabs-slider-nav {
        width: 100%;
        margin-bottom: 10px;
    }

    .pt20 {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }

    .login-container {
        position: absolute !important;
        top: 11%;
        right: 5%;
        background-color: #fff;
        z-index: 2;
    }

    .announcement-card {
        background-color: #fff;
        border-radius: 5px;
        padding: 15px;
        position: relative;
        margin-top: -50px;
    }

    .tabs-slider-nav {
        width: 100%;
        margin-bottom: 20px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}



@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*Col structure end*/




.captchaInputField {
    width: 95px;
    float: left;
    padding-right: 10px;
    margin-top: 10px;
}

.captchaInputField input[type=text] {
    height: 30px;
    color: #000;
    padding-left: 0;
}

.captchaRefreshBtn {
    margin-top: 18px;
    width: 18px;
    height: 18px;
    padding: 1px;
    display: inline-block;
    float: right;
    cursor: pointer;
    /* font-size: 6rem; */
}

.captchaRefreshBtn img {
    filter: contrast(0.4);
    width: 15px;
}

select.language-select{
    visibility:hidden;
}

.zingload {
    background-image: url(../../Images/Custom/SBI/sbi-login-image.png?v=1.0.2);
    background-position: 0px -25px;
}



.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #280070;
}

@media all and (max-width:991px) {
    #carouselExampleIndicators {
        display: none;
    }
}

.full-login-bg {
    height: 100vh;
    background-image: url(../../Images/Custom/SBI/sbi-bg-animation.svg?v=2.0.0);
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: auto 60em;
    background-position: center;
}

.d-flex-center{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
}
.login-container {
    margin: 0px auto;
    left: 0px;
    max-width: 300px;
    right: 0;
    background-color:#fff;
    top: auto;
    border-radius:30px;
    margin-top:0px;
    flex-grow:1;
}

.client-logo-holder {
    background-color: white;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -50px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align:center;
}
.client-logo-holder .companylogo{
    width:70px;
    background-size:100%;
    margin-top:6px;
}

@media (min-width: 1600px) {
    /*body {
        zoom: 1.2;
    }*/
}

@media (min-width: 2000px) {
   /* body {
        zoom: 1.8;
    }*/
}

@media (min-width: 2800px) {
    /*body {
        zoom: 2.3;
    }*/
}

@media (min-width: 3200px) {
    /*body {
        zoom: 2.5;
    }*/
}