@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova-regular.woff2') format('woff2'), url('../fonts/proximanova-regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova-bold.woff2') format('woff2'), url('../fonts/proximanova-bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova-xbold.woff2') format('woff2'), url('../fonts/proximanova-xbold.woff') format('woff');
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html,
body {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #2c2c2c !important;
}
html {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrapper {
    width: 90%;
    max-width: 1660px;
    margin: 0 auto;
}
.button {
    display: block;
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: 1.19rem;
    color: #fff;
    text-transform: uppercase;
    background: #c2131b;
    outline: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],
input[type="password"] {
    display: block;
    width: 100%;
    font-size: 1.025rem;
    color: #2c2c2c;
    background-color: #fff;
    outline: 0;
    border: 0;
    padding: 1.025rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input::-webkit-input-placeholder {
    color: #2b5175;
}
input::-moz-placeholder {
    color: #2b5175;
}
input:-ms-input-placeholder {
    color: #2b5175;
}
input:-moz-placeholder {
    color: #2b5175;
}
strong {
    font-weight: 600;
    line-height: 1;
}
.page-header {
    background-color: #3f6f95; 
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 3rem;
    overflow: hidden;
}

.main-nav {
    display: block;
    text-align: center;
    margin: 30px 0;
}
.ccb-site-link,
.lang-btn {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1;
    text-decoration: none;
    border: 2px solid #fff;
}
.ccb-site-link {
    padding: 1.125rem 1.87rem 1.125rem 2.5rem;
}
.lang-btn {
    padding: 1.125rem 2.5rem 1.125rem 1.87rem;
}
.ccb-site-link:before,
.lang-btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ccb-site-link:before {
    border-left: 5px solid #fff;
    border-right: 0;
    left: 14px;
    position: absolute;
}
.lang-btn:after {
    border-top: 5px solid #fff;
    right: 14px;
    border-bottom: 0;
    position: absolute;
}
.ccb-site-link {
    margin-right: 0.5rem;
}
.login-form {
    display: block;
    width: 100%;
    position: relative;
    margin: 90px auto 50px;
    max-width: 530px;
    padding: 0 4.8% 4.8%;
    border: solid #fff;
    border-width: 0 2px 2px;
}
.login-form .button:hover {
    background-color: #b5070f;
}
.login-form:before,
.login-form:after {
    content: "";
    width: 8%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.login-form:after {
    left: auto;
    right: 0;
}
.ccb-logo {
    display: block;
    width: 85%;
    max-width: 390px;
    margin: 0 auto;
    -webkit-transform: translate(0, -65%);
    -ms-transform: translate(0, -65%);
    transform: translate(0, -65%);
}
.login-form p {
    margin: -23px 0 2rem;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}
.login-form input[type="text"] {
    margin-bottom: 10px;
}
.links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -5px;
}
.link {
    display: block;
    margin: 5px;
    max-width: 170px;
    color: #fff;
    font-size: 0.9375rem;
}
.captcha-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

    margin: 5px -10px 0 -10px;
}
.captcha-box {
    padding: 5px 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
}
.captcha-image {
    background-color: #fff;
    text-align: center;
}
.captcha-new-code {
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    margin: 5px 0 0 0;
}
.captcha-box input[type="text"] {
    margin: 0;
    min-width: 0;
}
.main-layout {
    margin: 0 0 70px;
}
.main-title {
    font-size: 1.7rem;
    font-weight: 800;
    margin: 0 0 1.7rem;
    text-align: center;
    text-transform: uppercase;
}
.main-title > span {
    color: #00529c;
    text-align: center;
}
.text {
    font-size: 1rem;
    margin: 0 0 2.1rem;
    line-height: 1.6rem;
    text-align: center;
    color: #838383;
}
.text p{
    margin: 0;
}
.e-banking-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.e-banking-grid li {
    /* 310 */
    -webkit-flex-basis: 330px;
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
    padding: 20px 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.e-banking-grid li:first-child {
    padding: 0 0 20px;
}
.e-banking-grid img {
    width: 135px;
    height: 100%;
}
.e-banking-grid a {
    display: block;
    height: 100%;
    text-decoration: none;
    display: block;
    padding: 1.125rem 9.75%;
    -webkit-box-shadow: 9px 9px 0 rgba(0, 82, 156, 0.1), 3px 3px 7px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 9px 9px 0 rgba(0, 82, 156, 0.1), 3px 3px 7px 2px rgba(0, 0, 0, 0.14);
}
.e-banking-grid figure {
    margin: 0;
    margin-bottom: 1.45rem;
    text-align: center;
}
.e-banking-grid figcaption {
    color: #00529c;
    font-size: 1.5rem;
    margin-top: 1.45rem;
    font-weight: 700;
    text-transform: uppercase;
}
.e-banking-grid .describe-text {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    color: #595959;
    margin: 0;
}
.page-footer .inner {
    color: #acacac;
    font-size: 16px;
    border-top: 1px solid #e1e1e1;
    padding: 1.2rem 0;
}
.page-footer .footer-content {
    text-align: center;
}
.page-footer .footer-content:first-child {
    font-size: 1rem;
    margin-bottom: 12px;
}
.copyright {
    display: inline-block;
}
.copyright:first-child {
    margin-right: 1.5rem;
}
.studiox {
    text-decoration: none;
    color: #00529c;
}
.social-icon {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #00529c;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    background: #00529c url('../images/social-icons-sprite.svg') no-repeat -9999px -9999px;
}
.social-icon:last-child {
    margin-right: 0;
}
.social-icon.facebook {
    background-position: 0 -30px;
}
.social-icon.twitter {
    background-position: 0 0;
}
.social-icon.google {
    background-position: 0 -60px
}
.social-icon.youtube {
    background-position: 0 -90px;
}
@media all and (min-width: 640px) {
    .captcha-box {
        width: 50%;
    }
    input[type="text"],
    input[type="password"] {
         font-size: 1.125rem;
        padding: 1.125rem;
    }
    .links-container {
        overflow: hidden;
    }
    .text {
        margin: 0 0 4.1rem;
    }
    .main-layout .main-title {
        font-size: 2.5rem;
    }
    .e-banking-grid {
        margin: -30px;
    }
    .e-banking-grid li,
    .e-banking-grid li:first-child {
        padding: 30px;
    }
    .e-banking-grid a {
        -webkit-box-shadow: 12px 12px 0 rgba(0, 82, 156, 0.1), 3px 3px 7px 2px rgba(0, 0, 0, 0.14);
        box-shadow: 12px 12px 0 rgba(0, 82, 156, 0.1), 3px 3px 7px 2px rgba(0, 0, 0, 0.14);
    }
}
@media all and (min-width: 800px) {
    html {
        font-size: 15px;
    }
    .ccb-logo {
        width: 100%;
    }
    .e-banking-grid img {
        width: 200px;
    }
    .page-header {
        margin: 0 0 6.7rem;
    }
    .e-banking-grid a {
        padding: 3.13rem 9.75%;
    }
    footer .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .footer-content:first-child {
        margin-bottom: 0;
    }
}
@media all and (min-width: 1024px) {
    .main-nav {
        float: right;
        margin: 30px 30px 0 0;
    }
    .login-form p {
        margin: -35px 0 3rem;
        font-size: 1.56rem;
    }
    .login-form {
        margin: 190px 0 140px 30px;
    }
}
@media all and (min-width: 1280px) {
    html {
        font-size: 16px;
    }
}

@media all and (orientation:landscape) and (min-width:1330px) and (max-height:760px) {
    .login-form {
        margin-top: 122px;
    }
}