::placeholder {
    color: #777;
}

body {
    margin: 0;
    font-size: 13px;
    overflow-y: hidden;
}

.bs-row {
    margin: 0 !important;
    height: 100vh;
    width: 100%;
}

.bs-def-banners-login-outer .top-menu-title::after {
    display:none;
}

.bs-pr-0 {
    padding-right: 0 !important;
}

#divsozlesme {
    margin: 8px 0 !important;
}

    #divsozlesme .bs-link-v1 {
        padding-right: 0 !important;
        text-align: right;
    }

.bs-contentplaceholder1 {
    min-height: inherit;
}

.bs-rm-lng-fp {
    margin-bottom: 16px;
}

.bs-desktop-api {
    display: block;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 8px;
    color: #000;
}

.customer-represenative-login-inputs  {
    z-index: 800;
}
.customer-represenative-login-inputs .close {
    right: 0;
}

.bs-login-outer .bs-input-v1 {
    padding: 0 10px 0 48px;
    margin-bottom: 16px;
    font-size: 14px;
}

.bs-login-outer .bs-btn-v1 {
    margin-bottom: 16px;
    font-size: 14px;
}

.bs-def-input-img {
    background-size: cover !important;
    height: 48px;
    width: 48px;
    position: absolute;
    border-radius: var(--borderstyle) 0 0 var(--borderstyle);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #000;
    color: var(--layoutcolor);
}

.bs-rm-lng-fp .bs-rm {
    display: inline-block;
    margin-right: 8px;
}

.bs-rm-lng-fp .bs-fp {
    display: inline-block;
    float: right;
}

.bs-rm-lng-fp .bs-pd {
    margin: 8px 0 0 0;
    text-decoration: underline;
}

    .bs-btn-v1:hover {
        background: #000;
        transition: .3s
    }

.bs-btn-v3 {
    background: #000;
    background: var(--layoutcolor);
    color: #fff;
    height: 48px !important;
    font-size: 17px;
    padding: 0 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-btn-v4 {
    background: #000;
    background: var(--layoutcolor);
    color: #fff;
    height: 48px;
    font-size: 14px;
}

.bs-btn-inverse {
    background: #fff;
    color: #000;
    color: var(--layoutcolor);
    border: 1px solid #000;
    border: 1px solid var(--layoutcolor);
}
    .bs-btn-inverse:hover {
        color: #fff;
    }
.loading-btn-css {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: .25rem solid #d4d9dd;
    border-top-color: #333;
    -webkit-animation: spin .4s infinite linear;
    -o-animation: spin .4s infinite linear;
    animation: spin .4s infinite linear;
}
.bs-lgn-user:before {
    font-family: finance;
    content: "\e052";
    font-style: normal;
}
.bs-lgn-pw:before {
    font-family: finance;
    content: "\e075";
    font-style: normal;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.bs-input-v1 {
    outline: 0;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    padding: 6px;
    height: 30px;
    background: #fafafa;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 600;
    color: #000;
    font-family: inherit;
    border-radius: var(--borderstyle);
}

.bs-select-v1 {
    font-family: inherit;
    outline: 0;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    padding: 0 25px 0 7px !important;
    min-height: 30px !important;
    width: 100%;
    font-weight: 600;
    margin-bottom: 8px;
    background: #fafafa url(/img/arrows.svg) no-repeat right .75rem center;
    background-size: 8px 10px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--borderstyle);
}

.bs-logo-outer {
    height: 60px;
    margin-bottom: 16px;
    text-align: center;
}

    .bs-logo-outer img {
        height: 100%;
    }

.bs-input-v4, .bs-select-v4 {
    height: 48px
}

textarea {
    height: 100px !important;
    display: block;
    border-radius: var(--borderstyle) !important;
}

.bs-mb-0 {
    margin-bottom: 0 !important;
}

.customer-represenative-login-inputs {
    width: 100%;
}

.customer-represenative-login-inputs .modal-header {    
    border-top-right-radius: var(--borderstyle);
}

.customer-represenative-login-inputs .modal-header .close {
    border-bottom-right-radius: 0;
}

[onClick], [href], select, [for], .bs-rm-outer {
    cursor: pointer;
}

.bs-dd-dsg:after {
    content: "\f107";
    color: #919191;
    font-family: FontAwesome;
    margin-left: 4px;
}

.bs-custom-checkbox {
    position: absolute;
    left: 0;
    /*top: 0*/
}

.bs-custom-checkbox-v2 {
    color: #000 !important;
    color: var(--layoutcolor) !important;
    background: #fff !important;
}

ul {
    padding: 0;
    margin: 0;
}

.d-none {
    display: none;
}

.bs-lang-outer {
    position: absolute;
    right: 90px;
    top: 24px;
}

.bs-dd-p {
    display: flex;
    align-items: center;
    height: 45px;
}

.bs-lang-outer img {
    height: 15px;
    margin-right: 4px;
    margin-top: 2px;
}

.bs-dd-c {
    margin-bottom: 2px;
    border-top: 1px solid #e1e1e1;
}

.bs-dd-cc {
    border-right: 1px solid #e1e1e1;
    /* border-bottom: 1px solid #e1e1e1; */
    border-left: 1px solid #e1e1e1;
    /* background: #f7f7f7; */
    padding: 1px 3px;
    text-align: center;
}

.bs-dd-c {
    font-weight: 400;
    box-shadow: 0 4px 20px 0 rgba(32,33,36,0.28);
}

.bs-login-outer {
    display: flex;
    align-items: center;
    height: calc(100% - 30px);
    justify-content: center;
    padding: 0 90px 0 90px;
}

.login-inputs {
    width: 100%;
}
.bs-def-banners-login-outer .bs-language-outer {
    position:absolute;
    right:0;
    top:0;
}
@media (max-width:1100px) {
    .bs-logo-outer img {
        width: 100%;
        object-fit: contain;
    }

    .g-hidden-md-down {
        display: none !important
    }

    body {
        font-size: 14px !important;
    }

    .bs-login-outer {
        padding: 0 32px !important;
        position: relative;
        top: -21px;
    }
    .bs-rm-lng-fp {
        margin-bottom: 0;
    }
    .bs-rm-lng-fp li:last-child {
        height: 45px;
        display: flex;
        align-items: center;
    }
    #bs-captcha {
        margin-bottom: 8px !important;
    }
    .bs-login-outer .bs-input-v1 {
        margin-bottom: 8px;
        background: #fafafa;
    }
    .bs-login-outer .bs-btn-v1 {
        margin-bottom: 8px;
    }
    .bs-lang-outer {
        right: 32px;
    }
    .bs-dd-cc {
        height: 45px;
    }
    .bs-lang-outer img {
        height: 25px;
    }
}