﻿
$items: 4;
$animation-time: 19s;
$transition-time: 10.5s;
$scale: 20%;


$total-time: ($animation-time * $items);
$scale-base-1: (1 + $scale / 100%);


body {
    margin: 0
}


/* main css */

.slideshow {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden; 
}

.socialsiteimage {
    height: 15px;
    width: 15px;
    cursor: pointer;
  /* background-color: white;
    border-radius: 50%;
    opacity:.5; */
 display: inline-block;
}

.slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 32s;
    animation-duration: 32s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

    .slideshow-image:nth-child(1) {
        -webkit-animation-name: kenburns-1;
        animation-name: kenburns-1;
               z-index: 3;
    }

    .slideshow-image:nth-child(2) {
        -webkit-animation-name: kenburns-2;
        animation-name: kenburns-2;
        z-index: 2;
    }

    .slideshow-image:nth-child(3) {
        -webkit-animation-name: kenburns-3;
        animation-name: kenburns-3;
        z-index: 1;
    }

    .slideshow-image:nth-child(4) {
        -webkit-animation-name: kenburns-4;
        animation-name: kenburns-4;
        z-index: 0;
    }

@-webkit-keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*.fis-rwd-form-control{
    width:133px !important;
}*/
.footer {
    display: block;
    background-color: #3A3A3A!important;
   /* border-top: solid 1px #ccc;*/
    /*font-size: small;*/
    height: 30px;
}
.loginpagebutton {
    width: 175px !important;
    height: 30px !important;
    /*background: transparent linear-gradient(90deg, #ED1500 0%, #D70900 100%) 0% 0% no-repeat padding-box !important;*/
    border-radius: 5px !important;
    opacity: 1 !important;
}

.shadowfooter {
    position: absolute;
    overflow: hidden;
    z-index: 56;
    width: 100vw;
    bottom: 0px;
    height: 30px;
    text-align: center;
    font: normal normal normal 10px/14px Roboto;
    /*    font-family: Roboto,Lato, sans-serif;
    font-weight: 300;*/
    /*    background-color: rgba(255, 0, 0, 0.75);
    box-shadow: 0em 1em 2em -1em rgba(0, 0, 0, 0.5);
    padding: 0.1em 0.1em 0.1em 0.1em;*/
    line-height: 28px;
    opacity: 1;
}

.shadowfooter1 {
    position: absolute;
    overflow: hidden;
    z-index: 56;
    width: 100vw;
    bottom: 0px;
    height: 130px;
    text-align: center;
    font-family: Roboto,Lato, sans-serif !important;
    font-weight: 300;
    background-color: #4b4b4d;
    box-shadow: 0em 1em 2em -1em rgba(0, 0, 0, 0.5);
    padding: 0.1em 0.1em 0.1em 0.1em;
    line-height: 28px;
    opacity: 0.9;
}
.shadow {
    position: absolute;
    overflow: hidden;
    top: 54%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 56;
    width: 300px !important;
    height: 200px !important;
    text-align: center;
    font-family: Lato, Roboto, sans-serif !important;
    font-weight: 300;
    background-color: rgba(255, 0, 0, 0.75);
    box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
    padding: 1em 1em;
    line-height: 1.5;
}

.shadow1 {
    position: absolute;
    overflow: hidden;
    margin-left:27.5%;
    top: 53%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 99;
    width: 730px !important;
    height: 200px !important;
    text-align: center;
    font-family: EncodeSans,Lato, Roboto, sans-serif !important;
    font-weight: 300;
    letter-spacing:0px!important;
    opacity: 1;
}

.shadow12 {
    position: absolute;
    overflow: hidden;
    top: 53%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 99;
    /*width: 730px !important;
    height: 200px !important;
    text-align: center;
    font-family: EncodeSans,Lato, Roboto, sans-serif !important;
    font-weight: 300;
    letter-spacing: 0px !important;
    opacity: 1;*/
}

.loginbody1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 34;
    text-align: left;
    color: #000000;
    font-family: Roboto,Lato, sans-serif !important;
    font-size: 0.5em;
    /*  background-color: rgba(192, 23, 10, 0.7);*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
    padding: 1em 2em;
    line-height: 1.5;
    opacity: 1;
    min-width: 250px !important;
    max-width: 250px !important;
    min-height: 250px !important;
    margin-top: 35px;
}

.loginbody3 {
    position: absolute;
    top: 10%;
    z-index: 99;
    text-align: left;
    font-family: Lato, Roboto, sans-serif !important;
    font-size: 0.6em;
    opacity: 0.9;
}

.loginbodyinternetlable {
    position: absolute;
    top: 10%;
    z-index: 99;
    text-align: left;
    font-family: Lato, Roboto, sans-serif !important;
    font-size: 0.6em;
    height: 18px;
    font: normal normal bold 20px/25px EncodeSans,Lato, Roboto !important;
    letter-spacing: 0px;
    color: #f19b19;
    opacity: 100%;
}
.loginbodyinternetlable1 {
    position: relative;
    top: 37%;
    z-index: 99;
    text-align: left;
    font-family: Lato, Roboto, sans-serif !important;
    font-size: 0.6em;
    height: 18px;
    font: normal normal bold 20px/25px EncodeSans,Lato, Roboto !important;
    letter-spacing: 0px;
    color: #3A3A3A;
    opacity: 100%;
}

.internetbanklabel {
    height: 18px;
    font: normal normal bold 20px/25px EncodeSans,Lato, Roboto !important;
    letter-spacing: 0px;
    color: #3A3A3A;
    opacity: 100%;
    margin-left: 6.7%;
}
.internetlabel {
    position: absolute;
    top: 18%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 100;
    text-align: left;
    color: white;
    font-family: Lato, Roboto, sans-serif !important;
    font-size: 1.3em;
    background-color: rgba(255, 0, 0, 0.5);
    box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}
.loginformcontrol {
    height: 28 !important;
    margin-bottom: 10px !important;
    padding: 5px 5px !important;
    width: 175px !important;
    text-align: left;
    font: normal normal bold 12px/12px Roboto!important;
    letter-spacing: 0px!important;
    color: #222222 !important;
    opacity: 1!important;
}
/*.fis-rwd-form-control {
    height: 25px !important;
    margin-bottom: 10px !important;
    padding: 5px 5px !important;
}*/

/*.fis-rwd-field, .fis-rwd-actions {
    font-size: 9px !important;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
}
*/
.loginbody2 {
    position: absolute;
    top: 51%;
    left: 40%;
    /*    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);*/
    z-index: 99;
    text-align: center;
    font-family: Lato, Robot, sans-serif !important;
    font-weight: 100;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
    padding: 1em 2em;
    line-height: 1.5;
}

/*#slideset1 {
    height: 10em;
    position: relative
}*/

#slideset1 > * {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    animation: 32s autoplay1 infinite
}

@keyframes autoplay1 {
    0% {
        visibility: visible
    }

    25.00% {
        visibility: hidden
    }
}

#slideset1 > *:nth-child(1) {
    animation-delay: 0s
}

#slideset1 > *:nth-child(2) {
    animation-delay: 8s
}

#slideset1 > *:nth-child(3) {
    animation-delay: 16s
}

#slideset1 > *:nth-child(4) {
    animation-delay: 24s
}
.usericon {
    background: white url(../images/UX-icons/20x20_icons/usericon.png) left no-repeat;
    padding-left: 25px !important;
    display: block;
}

.securityicon {
    background: white url(../images/UX-icons/20x20_icons/security.png) left no-repeat;
    padding-left: 25px !important;
    display: block;
}
.commnicationdevice {
    background: white url(../images/UX-icons/18x18_icons/mobile.png) left no-repeat;
    padding-left: 25px !important;
    display: block;
}
#left {
    width: 33%;
    float: left;
    content: "";
    clear: both;
    display: table;
}

#right {
    width: 33%;
    float: left;
    overflow: hidden !important;
}

#center {
    float: left;
    text-align: center;
}

.bankNameLabel {
    text-align: center;
    font: normal normal normal 24px/30px Roboto;
    /*    font-family: Lato, Roboto, sans-serif !important !important;
    font-weight: 300;
    font-size: 14px;*/
    color: #0b4d8c !important;
    letter-spacing: 0px !important;
}

.pleaseenterlabel {
    text-align: center;
    font: normal normal bold 10px/11px Roboto;
    /*    font-family: Lato, Roboto, sans-serif !important !important;
    font-weight: 300;
    font-size: 14px;*/
    color: #222222 !important;
    letter-spacing: 0px !important;
}

.pleaseenterlabelauth {
    text-align: center;
    font: normal normal 300 7px/11px Roboto;
    /*    font-family: Lato, Roboto, sans-serif !important !important;
    font-weight: 300;
    font-size: 14px;*/
    color: #454545 !important;
    letter-spacing: 0px !important;
}
.h1slideTextlable1 {
    color: #f19b19;
    margin-top: 250px;
    /*    margin-left: 10%;*/
    text-align: left;
    letter-spacing: 0px;
    width: 730px !important;
    font-family: EncodeSans,Lato, Roboto !important;
    word-wrap: break-word !important;
    font-size: 40px;
    font-weight: bold;
    line-height: 55px !important;
}
.h1slideTextlable12 {
    color: #d61a0c;
    margin-bottom: 20px;
     text-align: left;
    letter-spacing: 0px;
    width: 730px !important;
    font-family: EncodeSans,Lato, Roboto !important;
    word-wrap: break-word !important;
    font-size: 55px;
    font-weight: bold;
    line-height: 55px !important;
}

.h1slideTextlable2 {
    font-size: 18px!important;
    font-weight: normal!important;
    color: #000!important;
    display: block!important;
    line-height: 1px!important;
}
.slidegeneraltext {
    /* margin-left: 10%;*/
    text-align: left;
    letter-spacing: 0px;
    /*   font: normal normal normal 25px/50px EncodeSans,Lato, Roboto !important;*/
    font-family: "EncodeSans" !important;
    font-size: 26px !important;
    font-weight: normal !important;
    color: #f9a01b !important;
    display: block !important;
    margin-top: 20px !important;
    line-height: 30px !important;
}
.footersocialsites {
    padding-left: 70px;
 }
.footertermandcondition {
    letter-spacing: 0px;
    color: white;
    opacity: 1;
    cursor: pointer;
}
.footerprivacy {
    letter-spacing: 0px;
    color: white;
    opacity: 1;
    cursor: pointer;
}
.footercontacts {
    letter-spacing: 0px;
    color: white;
    opacity: 1;
    cursor: pointer;
}
.footerdividerpipe {
    padding: 0px 1px 0px 1px;
    color: white;
    cursor: pointer;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.footerrightreserved {
    letter-spacing: 0px;
    color: white;
    opacity: 1;
  /*  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}
.forgotpasswrodlabel {
     font: normal normal 300 12px/20px Roboto;
    letter-spacing: 0px;
    color: #2B2B2B!important;
    padding:20px;
    opacity: 1;
}
.fis-rwd-errorText {
    color: #900 !important;
    float: left;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    margin-top: -22px;
    padding-left: 3px;
    padding-top: 9px !important;
    padding-bottom: 1px !important;
}
.pagebackground1{
    background-image:url('./images/Login_Background_1.jpg');
}
.pagebackground2 {
    background-image: src('./images/Login_Background_1.jpg');
}
.pagebackground3 {
    background-image: src('./images/Login_Background_1.jpg');
}
.twofactorauthSetup {
    text-align: center;
    font: normal normal normal 18px/30px Roboto;
    letter-spacing: 0px;
    color: #3A3A3A;
}
.mfacheckpinlabel {
    font: normal normal normal 11px/15px Roboto;
    letter-spacing: 0px;
    color: #3A3A3A;
    display: inline-block;
    margin-bottom:10px;
    margin-top: 10px;
}
.errormessage{
    color:red!important;
}


.my_bg {
     background-image:  url( '../images/login-bkgd.jpg');
     width: 100vw;
    height: 100vh;
    background-color: transparent;
    background-size: cover;
    color: white;
    overflow: hidden;
 }
.fixedtextcolor {
    color: #FFFFFF !important;
}

