﻿body {
    font-size: 12px;
    background: #f5f8fb !important;
}

.login-header {
    display: block;
    clear: both;
    margin: 78px 0 26px 0;
}

.login-container {
    clear: both;
    display: block;
    background: #f7f7f7 url("https://cdn.aktifbank.com.tr/ib/new/passolig-login-desktop.png") no-repeat right top;
    background-position-x: 90%;
    background-position-y: 40%;
}

.vb-form.login-form > .vb-form-row {
    margin: 0;
    padding: 0;
}

.vb-form-label {
    width: 182px;
    margin-top: 0;
}

.vb-form-input {
    padding-left: 0;
    text-align: left;
    margin-bottom: 12px;
}

.login-links {
    float: left;
}

.login-controls {
    width: 358px;
    margin: 20px 58px 20px 0;
    padding: 30px 25.6px 17px 50.4px;
    border-radius: 3px;
    background-color: #e5f1fd;
}

.login-controls h1 {
    font-size: 14px;
    color: #06407d;
    font-weight: normal;
    margin-bottom: 32px;
}

.MasterPageSecurityWarning li > span {
    font-family: 'Poppins-Regular';
}

.top-bar-shadow {
    top: 78px;
}

.icon-profile {
    background: url(../_img/icon-profile.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    margin: 8px 0 7px 9px;
    z-index: 2;
}

.icon-creditcard {
    background: url(../_img/icon-card.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    margin: 8px 0 7px 9px;
    z-index: 2;
}

.icon-phone {
    background: url(../_img/icon-phone.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    margin: 8px 0 7px 9px;
    z-index: 2;
}

.icon-check-success {
    background: url(../_img/icon-check-success.svg) 0 0 no-repeat;
    width: 90px;
    height: 90px;
    margin: 17px 121px 10px 82px;
    object-fit: contain;
}

.icon-pass {
    background: url(../_img/icon-pass.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    margin: 8px 0 7px 9px;
    z-index: 2;
}

.icon-info {
    background: url(../_img/icons-information.svg) 0 0 no-repeat;
    width: 19px;
    height: 19px;
    object-fit: contain;
    display: inline-block;
}
.icon-info:hover {
    background-image: url(../_img/icons-information-hover.svg);
}

.icon-shield {
    background: url(../_img/icon-shield.svg) 0 0 no-repeat;
    width: 33px;
    height: 40px;
    margin: 7px 21px 8px 0;
    object-fit: contain;
    display: inline-block;
    float: left;
}

.icon-keyboard {
    background: url(../_img/icon-keyboard.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.icon-right-arrow {
    background: url(../_img/icon-arrow-right.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.firstLoginTransactionContainer i:nth-of-type(2) {
    margin-left: auto;
}

.icon-warning {
    background: url(../_img/icons-warning.svg) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    margin: 11px 0 0 8px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    min-width: 26px;
}

.keyboardButton {
    text-decoration: none;
    display: inline;
}

.login-controls h1 br {
    display: none;
}

.MasterPageSecurityWarning {
    min-height: 47px;
    display: block;
    clear: both;
    position: relative;
    width: 1100px;
    height: 78px;
    margin: 20px 0 0;
    padding: 12px 16px 11px 21px;
    border-radius: 3px;
    background: url(../_img/icon-secured.png) no-repeat right center;
    background-size: contain;
    background-origin: content-box;
    color: #3b3b3b;
}

.MasterPageSecurityWarning > .fa {
    position: absolute;
    font-size: 48px;
    top: 25px;
    left: 50px;
    color: #878f94;
}

.MasterPageSecurityWarning ul {
    float: left;
    font-size: 12px;
    line-height: 15px;
}

.MasterPageSecurityWarning ul h4 {
    font-size: 12px;
    font-family: 'Poppins-Bold';
}

.verisign {
    float: right;
    width: 103px;
    height: 51px;
    background: url(../_img/verisign.png) no-repeat 0 0;
}

.container {
    max-width: 1100px;
    width: auto;
    min-width: inherit;
    padding: 0;
}

.textbox-container input[type="text"], .textbox-container input[type="password"], .textbox-container .inputbox {
    border: 1px solid #e0e0e0;
    height: 38px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    width: 100%;
    *width: expression((this.parentNode.clientWidth - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}

.textbox-container input[disabled] {
    opacity: 1;
    background-color: #ececec;
    border-color: #ececec;
}

.inputbox.passive {
    background-color: #ececec;
    border-color: #ececec;
    color: #676767;
    font-size: 16px;
}

.textbox-container.hasIcon .inputbox {
    padding-left: 34px;
}

/*.textbox-container .fa {
    height: 36px;
    line-height: 36px;
}*/

span.inputbox {
    display: none;
}

.appeal-control {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.appeal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.appeal-popup {
    width: 422px;
    padding: 16px 27px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -211px;
    height: 350px;
    z-index: 100;
}

.appeal-close {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 12px;
    top: 9px;
    border-radius: 50%;
    border: 2px solid #eee;
    color: #656567;
    display: block;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    background: #fff;
    z-index: 2;
}

.appeal-close:before {
    line-height: 35px;
}

.appeal-popup iframe {
    position: relative;
    width: 100%;
    z-index: 1;
}

.vb-form {
    /*margin-top: 38px;*/
    display: block;
    /*width: 323px;*/
}

.vb-form.inline-form {
    margin-top: 0;
}

.vb-form-row {
    /*min-height: 85px;*/
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-top: 0;
}

.vb-form > .vb-form-row:first-child {
    padding-top: 0;
}

.login-forms {
    /*width: 370px;*/
    float: left;
}

.login-links {
    float: left;
    height: 157px;
    background: url(../_img/login-link-seperator.png) no-repeat left center;
    padding-left: 44px;
    margin-top: 50px;
}

.login-links a {
    color: #171717;
    font-size: 12px;
    text-decoration: underline;
    margin: 6px 0 7px;
    display: inline-block;
}

.firstLoginTransactionContainer {
    display: inline-flex;
    margin-top: 19px;
    align-items: center;
    width: 100%;
    max-width: 258px;
    justify-content: space-between
}

.firstLoginTransactionContainer a {
    color: #0374ea;
}
.firstLoginTransactionContainer > div:hover a {
    color: #004181;
}
.firstLoginTransactionContainer > div:hover .icon-right-arrow {
    background: url(../_img/icon-arrow-right-hover.svg) 0 0 no-repeat;
}

.login-links i.fa {
    width: 16px;
    height: 16px;
    background-color: #0790d5;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 16px;
}

.login-links i.fa-key {
    font-size: 10px;
}

.login-links div {
    height: 157px;
    display: table-cell;
    vertical-align: middle;
}

.btn {
    border: 0 !important;
    border-radius: 3px;
    height: 34px;
    line-height: 24px;
}

#hiddenTextBox {
    visibility: hidden;
    display: none;
    top: -500px;
}

.vb-form.inline-form .vb-form-label label, .vb-form-row.inline-row .vb-form-label label {
    padding-bottom: 0;
    margin: 0 39px 8px 0;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
}

.custom-phone-number {
    font-size: 0;
    position: relative;
    height: 38px;
}

.custom-phone-number .textbox-container {
    margin-left: 5px;
}

.custom-phone-number .textbox-container:first-child {
    margin-left: 0;
}

.confirm.type-3 {
    width: 265px;
    font-size: 12px;
    color: #3b3b3b;
    border: 3px solid #ff2d55;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
    padding: 0;
    line-height: 16px;
    margin: 0 0 16px 0;
    display: inline-flex;
}

.confirm.type-3:after {
    display: none;
    content: '';
}

.confirm.type-3 > .fa {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-color: #d02239;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.confirm.type-3 > .fa:before {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 11px;
}

.confirm.type-3 p {
    font-size: 12px;
    line-height: 1.17;
    padding: 17px 3px 11px 4px;
}

.custom-phone-number .textbox-container.area-code input {
    width: 62px !important;
    padding: 0;
}

.custom-navigation-container {
    max-width: 550px;
}

.custom-navigation-container .btn {
    margin-right: 0 !important;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
}

.fancybox-overlay .btn, .fancybox-overlay .btn span {
    height: 34px;
    line-height: 22px;
}




/*.internetBanking .textbox-container .fa {
    width: 8px;
    height: 9px;
    opacity: 0.6;
    background-color: #0374ea;
}*/

.internetBanking .MasterPageSecurityWarning {
    background-color: #e5f1fd;
}

.internetBanking .textbox-container input[type="text"], .internetBanking .textbox-container input[type="password"], .internetBanking .textbox-container .inputbox {
    width: 256px;
    height: 35px;
    border-radius: 3px;
    box-shadow: inset 1px 1px 5px 0 rgba(3, 116, 234, 0.51);
    border: solid 1px #c9c9c9;
    background-color: #ffffff;
    padding-left: 34px;
}

.internetBanking .MasterPageSecurityWarning > .fa {
    color: #fff;
}


.internetBanking .login-container {
    background: url("https://cdn.aktifbank.com.tr/ib/new/login-desktop-tr.png") no-repeat right top;
    background-size: 668px 235px;
    background-position: 416px 32px;
}

.internetBanking .btn {
    border-radius: 0;
    width: 100%;
    max-width: 258px;
}
/* InternetBanking */


.custom-phone-number .textbox-container {
    float: left;
    margin-right: 0;
    margin-left: 5px;
    position: relative;
}

.custom-phone-number .textbox-container:first-child {
    margin-left: 0;
    width: 70px;
    z-index: 2;
}

.custom-phone-number .textbox-container.area-code {
    width: auto;
    z-index: 2;
}

.custom-phone-number .textbox-container.phone-code {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 82px;
    width: 100%;
    margin-left: 0;
    z-index: 1;
    /*width: 323px;*/
}

.custom-phone-number .textbox-container.phone-code input {
    width: 100% !important;
}

.custom-phone-number .textbox-container:first-child input {
    width: 100% !important;
    padding-left: 29px;
}

.custom-phone-number .textbox-container:first-child input, .custom-phone-number .textbox-container.area-code input {
    text-align: right;
    padding-right: 7px;
}

.info-lightbox {
    font-size: 14px;
    line-height: 18px;
    margin-top: 25px;
}

.custom-title {
    max-width: 530px;
}

.image-select-panel {
    float: left;
    text-align: left;
    max-width: 610px;
}

.image-select-panel img {
    /*width: 115px;
    height: 50px;*/
    width: 100%;
}

.securityWarning {
    float: left;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 8px 5px 8px 11px;
    width: 612px;
    font-style: italic;
    margin-bottom: 20px;
}

.securityWarning > div {
    font-size: 12px;
    overflow: auto;
    max-height: 271px;
    padding: 10px;
    line-height: 25px;
    text-align: left;
    width: 100% !important;
}

body.login .preloader-box, body.login .loadingPanel {
    opacity: 0 !important;
    cursor: wait;
}

body.login.show-preloader .loadingPanel {
    opacity: 0.45 !important;
}

body.login.show-preloader .preloader-box {
    opacity: 1 !important;
}

.custom-card-number {
    line-height: 0;
}

.custom-card-number .textbox-container:not(.hasIcon) input,
.custom-phone-number .textbox-container:not(.hasIcon) input {
    padding-left: 10px;
}


/*.passwordtextcontainer {
    width: 50% !important;
    padding-right: 50px;
}*/
.informationBubble {
    padding-left: 26px;
}

@media screen and (max-width: 1100px) {
    body {
        background: #ffffff !important;
    }

    .login-header {
        margin: 30px 0 25px 0;
    }

    .top-bar-shadow {
        display: none;
    }

    .informationBubble {
        display: none;
    }

    .hide-keyboard-mobile {
        display: none;
    }

    .preloader-box {
        height: 50px;
    }

    .firstLoginTransactionContainer {
        margin: 0 0 52px 0;
        max-width: 960px;
    }

    .top-bar {
        border-radius: 0;
    }

    .icon-shield {
        margin-bottom: 12px;
    }

    .MasterPageSecurityWarning ul li:nth-child(3) {
        margin-top: 1em;
    }

    .internetBanking .btn {
        max-width: 960px;
        height: 40px;
    }

    .btn {
        line-height: 27px;
    }

    .icon-profile, .icon-pass {
        margin-top: 10px;
    }

    .mobile-bottom-img {
        background: url("https://cdn.aktifbank.com.tr/ib/new/login-mobil-tr.png") no-repeat top center;
        height: 56%;
        width: 94%;
        position: absolute;
        background-size: contain;
        margin: 20px 3%;
        background-position: center top;
    }

    .change-password-align {
        margin-right: 0px;
    }

    .passwordtextcontainer {
        width: 100% !important;
        padding: 0;
    }

    .en-US.internetBanking .login-container {
        background: #f7f7f7 url("https://cdn.aktifbank.com.tr/ib/new/login-desktop-en.png") no-repeat right top;
    }

    .en-US .mobile-bottom-img {
        background: #fff url("https://cdn.aktifbank.com.tr/ib/new/login-mobil-en.png") no-repeat right top;
        width: 86%;
        height: 240px;
        background-position: center top;
        background-size: contain;
        margin-left: 26px;
    }

    .info-lightbox {
        margin: 0;
    }

    .custom-title {
        max-width: 100%;
    }

    .MasterPageSecurityWarning {
        padding: 12px 10px 20px 15px;
        font-size: 12px;
        line-height: 18px;
        height: auto;
        width: auto;
        margin: 20px 28px 0;
        background-position: right top;
        background-size: 92px;
    }

    .custom-phone-number .textbox-container.phone-code {
        width: 100%;
    }

    .container {
        padding: 0;
    }

    .login-links {
        float: none;
        display: block;
        background: none;
        padding: 0;
        margin-top: 20px;
    }

    .login-controls {
        padding: 20px 10px 0;
        background: #f7f7f7 url(../_img/login-bg.png) no-repeat right bottom;
        padding-bottom: 210px;
        background-size: auto 230px;
    }

    .login-controls .checkbox {
        padding-left: 25px;
    }

    .login-controls .checkbox .jqTransformCheckboxWrapper {
        position: absolute;
    }

    .MasterPageSecurityWarning ul {
        background-position: left 0;
    }

    .login-container {
        background: none !important;
    }

    .login-controls h1 {
        padding: 0;
        margin: 0 -17px;
        text-align: center;
    }

    .login-controls h1 label {
        display: block;
    }

    .logo-big {
        width: 160px;
        height: 30px;
        margin-top: 20px !important;
    }

    .login-forms {
        float: none;
        width: 100%;
    }

    .vb-form {
        width: 100%;
    }

    .textbox-container {
        width: 100%;
    }

    .input-with-bubble .textbox-container {
        z-index: 1;
    }

    .textbox-container input[type="text"], .textbox-container input[type="password"] {
        width: 100% !important;
        height: 40px !important;
    }

    .vb-form.inline-form .vb-form-label label, .vb-form-row.inline-row .vb-form-label label {
        padding-bottom: 0;
        height: auto;
        display: block;
    }

    .vb-form.responsive-form .vb-form-label {
        padding-bottom: 0;
        height: auto;
        display: block;
        width: 100%;
    }

    .vb-form.responsive-form .vb-form-input {
        padding-left: 0;
        height: auto;
        display: block;
        width: 100%;
    }

    .vb-form.responsive-form .vb-form-input .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .vb-form.responsive-form .vb-form-row {
        margin-bottom: 0;
    }

    .login-container.transparent-bg .login-controls {
        background-image: none;
        padding-bottom: 22px;
    }

    .login-container.transparent-bg .login-form > .vb-form .vb-form-row:first-child {
        text-align: center;
    }


    .keyboardButton {
        display: none !important;
    }

    .textbox-container .fa-mobile-phone {
        font-size: 20px;
    }

    .custom-card-number {
        font-size: 0;
    }

    .custom-card-number .textbox-container {
        width: 20%;
        float: left;
        margin-left: 2%;
        display: block;
    }

    .custom-card-number .textbox-container:first-child {
        margin-left: 0;
        width: 29%;
    }

    .custom-card-number .textbox-container.half {
        width: 12%;
        margin-left: 1%;
    }

    .custom-card-number .textbox-container.half.passive {
        margin-left: 2%;
    }

    .custom-card-number .textbox-container input[type="text"], .custom-card-number .textbox-container input[type="password"] {
        text-align: center;
    }

    .custom-card-number .textbox-container.passive input {
        padding-top: 6px;
        letter-spacing: 1px;
    }

    .custom-phone-number {
        font-size: 0;
        position: relative;
    }

    .custom-phone-number:after {
        content: ' ';
        display: block;
        clear: both;
    }

    .custom-navigation-container {
        max-width: 100% !important;
        padding-bottom: 20px;
    }

    .custom-navigation-container .btn {
        margin-right: 0 !important;
        display: block;
        width: 100%;
        margin-bottom: 0;
        height: 36px;
        line-height: 36px;
        margin-top: 10px;
    }

    .vb-form-input {
        min-height: inherit;
    }

    .MasterPageSecurityWarning > .fa {
        top: 20px;
        left: 20px;
    }

    .logOutText {
        width: 100%;
    }

    .logo-big.internetBanking {
        width: 185px;
        height: 45px;
        margin-top: 13px !important;
    }

    .confirm.type-3 {
        width: 100%;
    }

    .input-with-bubble {
        display: block;
    }


    .informationBubble {
        width: 48px;
        height: 38px;
        top: 0;
        right: 0;
    }

    .informationBubble.activeBubble .bubbleContent {
        display: block;
    }

    .informationBubble.activeBubble .informationIcon {
        /*color: red;*/
    }

    .informationBubble .informationIcon {
        top: 7px;
        right: 14px;
        position: relative;
        font-size: 25px;
    }

    .informationBubble .bubbleContent {
        left: auto;
        right: 5px;
        bottom: 40px;
    }

    .informationBubble .bubbleContent:after {
        margin: 0;
        left: auto;
        right: 8px;
        border-width: 8px 7px 0 7px;
        bottom: -7px;
    }

    .internetBanking .login-controls {
        background: #e5f1fd url("https://cdn.aktifbank.com.tr/ib/login/login_banner_2022_04_05.png") no-repeat center bottom;
        background-size: auto 230px;
        padding-bottom: 230px;
        margin: 0 28px;
        background-image: none;
        padding-bottom: 0;
        width: auto;
    }

    .fancybox-wrap {
        width: 90% !important;
        left: 5% !important;
        top: 25% !important;
    }

    .fancybox-inner, .fancybox-inner > div {
        width: 100% !important;
        height: auto !important;
    }

    .login-form .vb-form-row .vb-form-label, .login-form .vb-form-row .vb-form-input {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .login-form .vb-form-row .vb-form-label .btn, .login-form .vb-form-row .vb-form-input .btn {
        display: block;
        width: 100% !important;
        margin-bottom: 10px;
        height: 40px;
    }

    .login-controls h1 br {
        display: block;
    }

    .securityWarning, .image-select-panel {
        max-width: 100% !important;
        float: none !important;
        display: block;
        width: 100%;
    }

    .btn.col-xs-12 {
        width: 100% !important;
        float: none;
    }
}

@media screen and (max-width: 360px) {
    .vb-form-label {
        width: auto;
    }

    .vb-form-input {
        padding-left: 0;
    }

    .informationBubble .bubbleContent {
        width: 280px;
    }

    .login-controls h1 label {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .informationBubble .bubbleContent {
        width: 500px;
    }
}

.en-US.internetBanking .login-container {
    background: #f7f7f7 url("https://cdn.aktifbank.com.tr/ib/new/login-desktop-en.png") no-repeat right top;
    background-position-x: 430px;
    background-position-y: 5px;
}

.otp-title {
    text-align: left;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    .securityImage {
        margin: 0 auto;
        display: block;
    }
}
