﻿body {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 13px;
    background-color: #FFF;
    background-size: cover;
}

@font-face {
    font-family: 'SFPRODISPLAYBOLD';
    src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
    font-display: block;
}

@font-face {
    font-family: 'SFPRODISPLAYMEDIUM';
    src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
    font-display: block;
}

@font-face {
    font-family: 'SFPRODISPLAYREGULAR';
    src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
    3font-display: block;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular A Bold Italic';
    src: url('../fonts/Euclid Circular A Bold Italic.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular A Bold';
    src: url('../fonts/Euclid Circular A Bold.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular A Italic';
    src: url('../fonts/Euclid Circular A Italic.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular A Light Italic';
    src: url('../fonts/Euclid Circular A Light Italic.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular A Light';
    src: url('../fonts/Euclid Circular A Light.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular A Medium Italic';
    src: url('../fonts/Euclid Circular A Medium Italic.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular A Medium';
    src: url('../fonts/Euclid Circular A Medium.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular A Regular';
    src: url('../fonts/Euclid Circular A Regular.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular A SemiBold Italic';
    src: url('../fonts/Euclid Circular A SemiBold Italic.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular A SemiBold';
    src: url('../fonts/Euclid Circular A SemiBold.ttf') format('truetype');
    font-display: block;
}

.fs-24 {
    font-size: 24px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}
.fs-11 {
    font-size: 11px;
}
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.text-main {
    color: #0A0D14;
}

.text-lower {
    color: #525866;
}

.text-align-center {
    text-align: center
}

.mt-52 {
    margin-top: 52px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-24 {
    margin-top: 24px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-12 {
    margin-top: 12px;
}

.mb-4 {
    margin-bottom: 4px;
}

.login-text-box {
    font-family: 'Euclid Circular A Regular';
    font-size: 14px;
    color: #0A0D14;
    border-radius: 10px;
    border: 1px solid #E2E4E9;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(228, 229, 231, 0.24);
    font-weight: 600;
    width: 100%;
    height: 48px;
    padding-left: 37px;
}

    .login-text-box::placeholder {
        font-family: 'Euclid Circular A Regular';
        font-size: 14px;
        color: #868C98;
        font-weight: 400;
    }

    .login-text-box:focus {
        width: 100%;
        height: 48px;
        border-radius: 12px;
        border-radius: 10px;
        border: 1px solid var(--FTG-blue-base, #00249C);
        background: var(--FTG-blue-Lighest, #F6F8FF);
        /* button-shadow/focus/important */
        box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #E4E5E7;
        outline: 0;
        color: var(--text-main-900, #0A0D14);
        font-feature-settings: 'ss11' on, 'cv09' on, 'liga' off, 'calt' off;
        /* Label/X Large */
        font-family: 'Euclid Circular A Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
    }

.login-text-box-captcha {
    font-family: 'Euclid Circular A Regular';
    font-size: 14px;
    color: #0A0D14;
    border-radius: 10px;
    border: 1px solid #E2E4E9;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(228, 229, 231, 0.24);
    font-weight: 600;
    width: 100%;
    height: 48px;
    padding-left: 12px;
}

    .login-text-box-captcha::placeholder {
        font-family: 'Euclid Circular A Regular';
        font-size: 14px;
        color: #868C98;
        font-weight: 400;
    }

    .login-text-box-captcha:focus {
        width: 100%;
        height: 48px;
        border-radius: 12px;
        border-radius: 10px;
        border: 1px solid var(--FTG-blue-base, #00249C);
        background: var(--FTG-blue-Lighest, #F6F8FF);
        /* button-shadow/focus/important */
        box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #E4E5E7;
        outline: 0;
        color: var(--text-main-900, #0A0D14);
        font-feature-settings: 'ss11' on, 'cv09' on, 'liga' off, 'calt' off;
        /* Label/X Large */
        font-family: 'Euclid Circular A Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
    }

.font-family {
    font-family: 'Euclid Circular A Regular';
}

.header {
    width: 100%;
    height: 64px;
    padding: 12px 0px 0px 0px;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-box-icon {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 12px;
    position: absolute;
    margin: -34px 0px 0px 12px;
}

.text-box-icon-PasswordReset {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 12px;
    position: absolute;
    margin: 13px 0px 0px 12px;
}

.color-blue {
    color: var(--primary-base, #6DAED6);
    font-feature-settings: 'ss11' on, 'cv09' on, 'liga' off, 'calt' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.mobil-padding {
    padding-left: 50px !important;
}

@media screen and (max-width: 1250px) {
    .mobil-padding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #FFFFFF;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.login-btn {
    width: 100%;
    height: 40px;
    padding: 16px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%), var(--primary-base, #00249C);
    /* button-shadow/stroke/primary */
    box-shadow: 0px 1px 2px 0px rgba(55, 93, 251, 0.08);
    margin: auto;
    display: flex;
    color: var(--text-white-0, #FFF);
    text-align: center;
    font-feature-settings: 'ss11' on, 'cv09' on, 'liga' off, 'calt' off;
    /* Label/Medium */
    border: 0px;
    font-family: 'Euclid Circular A Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media screen and (max-width: 1250px) {
    .login-btn {
        width: 90%;
        height: 56px;
        max-width: 345px;
        padding: 16px 10px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 3000px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%), var(--primary-base, #00249C);
        /* button-shadow/stroke/primary */
        box-shadow: 0px 1px 2px 0px rgba(55, 93, 251, 0.08);
        margin: 0 0 0 30px;
        display: flex;
        color: var(--text-white-0, #FFF);
        text-align: center;
        font-feature-settings: 'ss11' on, 'cv09' on, 'liga' off, 'calt' off;
        /* Label/Medium */
        border: 0px;
        font-family: 'Euclid Circular A Regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
}

.btn-position {
    bottom: 20px;
    position: fixed;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .btn-position {
        position: fixed;
        bottom: 20px;
        width: 360px;
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 400px) {
    .btn-position {
        bottom: 20px;
        position: fixed;
        width: 100%;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 380px) {
    .btn-position {
        bottom: 20px;
        position: fixed;
        width: 100%;
        margin-left: 0px;
    }
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.hidePS {
    position: absolute;
    top: 60%;
    right: 35px;
    cursor: pointer;
}



@media only screen and (max-width: 500px) {
    .password-hidden {
        position: absolute;
        margin: -8% 0% 0% 85%;
    }
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.buyback-hidden-xs {
    display: block !important;
}

@media screen and (max-width: 1250px) {
    .buyback-hidden-xs {
        display: none !important;
    }
}

.buyback-hidden-lg {
    display: none !important;
}

@media screen and (max-width: 1250px) {
    .buyback-hidden-lg {
        display: block !important;
    }
}

.login-container {
    width: 400px;
    margin: auto;
}

.full-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.img-size {
    width: auto;
    height: 100vh;
}

@media screen and (max-width: 1450px) {
    .img-size {
        width: 96%;
    }
}

@media screen and (max-width: 1345px) {
    .img-size {
        width: 100%;
    }
}

.mt-full {
    margin-top: 200px;
}

@media screen and (max-width: 1450px) {
    .mt-full {
        margin-top: 140px;
    }
}

@media screen and (max-width: 1250px) {
    .mt-full {
        margin-top: 350px;
    }
}
@media screen and (max-width: 900px) {
    .mt-full {
        margin-top: 230px;
    }
}
@media screen and (max-width: 500px) {
    .mt-full {
        margin-top: 50px;
    }
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        top: -1px;
        left: -1px;
        background-color: #ffffff;
        border: 1px solid #E2E4E9;
        border-radius: 5px;
    }

    input[type=checkbox]:checked:before {
        content: "";
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        top: -1px;
        left: -1px;
        background-color: #001D7D;
        border: 1px solid unset;
    }

    input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 5px;
    }

ul, ol {
    font-family: 'Euclid Circular A Regular';
    margin-top: 0;
    margin-bottom: 0.radio, . checkboxpx;
    stroke-dasharray: none;
    list-style-type: none;
    color: #FA3E3E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: -6px 6px 0px -38px !important;
}

.position-absolid {
    position: absolute;
    margin-top: 11px;
}

.field-validation-error {
    color: #FA3E3E;
    background-image: url(https://trusturk.blob.core.windows.net/images/error_warning_fill.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 18px 0px 20px 19px;
    line-height: 25px;
}

@media screen and (max-width: 1024px) {
    .login-tablet-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }
    .forgat_psw_text {
        margin: 15px 150px 0 150px !important
    }
}


.field-validation-error_2 {
    color: #FA3E3E;
    padding: 18px 0px 20px 5px;
    line-height: 3;
}
.forgat_psw_text{
    margin:15px 205px 0px 205px
}

.success_psw{
    margin-top:15px !important;
    text-align:center !important    
}

.captchaImage{
    width:165px;
}

.arrow-right {
    width: 35px;
    margin-top: 87px;
    margin-left: 15px;
}

button[disabled], html input[disabled] {
    cursor: default;
    background: #aba9a9;
}

.login-securty-top {
    margin-top:10%;
}

@media screen and (max-width: 1600px) {
    .login-securty-top {
        margin-top: 0%;
    }
}

.validation-summary-errors ul li{
    padding-top:10px
}