
/* Change Autocomplete styles in Chrome*/
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 {
    border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset;
    transition: background-color 5000s ease-in-out 0s;
}
/* placeholder */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-family: IRANSans-web;
    font-weight: bold;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-family: IRANSans-web;
    font-weight: bold;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-family: IRANSans-web;
    font-weight: bold;
}
/* main style */
body {
    background: radial-gradient(circle at center center,rgba(2, 46, 52,0) 0%,rgba(2, 46, 52,0) 20%,#022e34 55%,#142127 100%) repeat scroll 0 0%,transparent url(../img/Blacklogintexture.png) repeat scroll 0 0;
}
.auth-method-select::before {
    /*background: url(../img/enter.svg);*/
    background-size: 100%;
}
.login .form-content .logo-company {
    background: url(../img/logo-company.svg) no-repeat center center;
    background-size: contain;
    width: 230px;
    height: 160px;
}

.login .form-content .form .input-icon.user::before {
    background: url(../img/user.svg);
    background-size: 100%;
}

.login .form-content .form .input-icon.password::before {
    background: url(../img/lock.svg);
    background-size: 100%;
}

.login .form-content .form .input-icon .keyboard {
    background: url(../img/keyboard.png);
    background-size: 100%;
}
.login .form-content .form .input-icon.mobile::before {
    background: url(../img/mobile.svg) no-repeat;
    background-size: 20px 20px;
}

.login .form-content .form .input-icon.national-code::before {
    background: url(../img/national-code.svg) no-repeat;
    background-size: 100%;
}

.login .form-content .form .input-icon.card::before {
    background: url(../img/card.svg) no-repeat;
    background-size: 100%;
    top: 10px !important;
}
.login .form-content .form .form-group.login-type select {
    background-image: url(../img/down-arrow.svg); /* Add custom arrow */
}

.login footer .header-footer p::before {
    background: url(../img/alert.svg);
}

.login footer .modal-login .title-modal::before {
    background: url(../img/alert.svg);
}

.btn-company {
    background-color: #00bce4;
}

.login .form-content .form .form-group.captcha .refreshCaptchaClass {
    background: url(../img/refresh.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
/*change password*/
.nav-top {
    background: url(../img/HeaderTexture.png);
    background-size: auto 100%;
    background-color: #252f35;
}

.logo-bank-header {
    background: url(../img/LogoDesk.svg);
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.footer-wrapper {
    height: 205px;
    background: url(../img/logo-footer.svg);
    background-repeat: no-repeat;
    background-size: 160px 160px;
    background-position: top;
}

.warning-alert h3::before {
    background: url(../img/alert.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-success {
    background: #00965f !important;
    color: #fff !important;
    border: 1px solid #008c59 !important;
}

.btn-default {
    background: transparent !important;
    color: #2e373d !important;
    border: 1px solid #2e373d !important;
}

.login footer .list-footer .bank-link-footer ul li a {
    color: #f0c514;
}

.panel-x .panel-x-title {
    border-right: 3px solid #f1c40f;
}

@media only screen and (max-width: 768px) {
    .logo-bank-header {
        background: url(../img/logo-bank.svg);
        background-size: 100%;
        background-position: 50%;
        background-repeat: no-repeat;
    }

    .footer-wrapper {
        height: 150px;
        background-size: 130px 130px;
    }
}
