.captchaBg {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/cap_bg.jpg) top right no-repeat #f9f9f9;
    /*border: 1px solid #d3d3d3;*/
    width: 45%;
    height: 76px;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
}

#content p strong {
   /*  font-family: 'unlu_sansmedium'; */
    font-weight: normal;
}

#content .description h3 {
    font-size: 48px;
}

.account-container {
    -webkit-box-shadow: 0px 0px 20px 2px #cacaca;
    box-shadow: 0px 0px 20px 2px #cacaca;
    border-radius: 10px;
    max-width: 400px;
    float: right;
}

    .account-container.en h1.formTitle {
        background: #0069AA !important;
    }

.form-con {
    width: 100%;
    min-width: 400px;
    border-radius: 10px;
    background: white;
}

    .form-con .nav-item {
        color: #fff;
        text-align: center;
        line-height: 67px;
        border-bottom: 1px solid #eeeeee;
        width: 50%;
        padding: 0;
    }

        .form-con .nav-item:first-child {
            background: #94C11C !important;
            border-top-left-radius: 10px;
        }

        .form-con .nav-item:nth-child(2) {
            background: #0069AA !important;
            border-top-right-radius: 10px;
        }

    .form-con .nav-link {
        color: #fff !important;
        font-family: "unlu_sansnormal", Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

    .form-con .nav-tabs > li > a {
        margin-right: 0;
        line-height: 67px;
        border: 0;
        border-radius: 10px;
        padding: 0;
    }

    .form-con .nav-item:first-child > a, .form-con .nav-item:first-child a:hover, .form-con .nav-item:first-child a:focus {
        background: #94C11C !important;
        border: none !important;
    }

    .form-con .nav-item:nth-child(2) > a, .form-con .nav-item:nth-child(2) a:hover, .form-con .nav-item:nth-child(2) a:focus {
        background: #0069AA !important;
        border: none !important;
    }



#accountContent form {
    padding: 20px 30px;
}

.form-control {
    display: table;
    font-family: "unlu_sansnormal", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: auto;
    padding: 0 0 0 50px;
    color: #555555;
    border: 1px solid #dddfe7;
    border-radius: 4px;
    line-height: 50px;
    min-height: 50px;
}

input[type="tel"]:focus, input[type="text"]:focus,
input[type="email"]:focus {
    color: #555555 !important;
    font-family: "unlu_sansbold", Helvetica, Arial, sans-serif;
}

.form-control::placeholder {
    color: #555555;
}

input:focus::-webkit-input-placeholder {
    color: #555555;
}

.form-group {
    position: relative;
}


label {
    color: #b3b3b3;
    position: absolute;
    top: 14px;
    left: 20px;
    margin-bottom: 0;
    width: inherit !important;
}

.form-check-label {
    font-size: 12px;
    color: #555555;
    top: 1px;
    left: 30px;
    line-height: 17px;
}

.form-check {
    padding-bottom: 15px;
    display: block;
    margin-bottom: 30px;
}

    .form-check input[type="radio"], .form-check input[type="checkbox"] {
        cursor: pointer;
        position: absolute;
        top: 5px;
        left: 0px;
        outline: 0;
        z-index: 3;
        width: 17px;
        height: 17px;
    }

.checkBox {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    border: 1px solid #dddfe7;
    border-radius: 4px;
}

    .checkBox.check:after {
        background-size: 70% 70%;
    }


.btn-send {
    width: 100%;
    border-radius: 4px;
    font-family: "unlu_sansbold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-align: left;
    padding: 10px 30px;
    margin-bottom: 25px;
}

.OpenAccount-modal .btn-send {
    font-family: 'unlu_sansmedium';
}

.OpenAccount-modal .kvkkCon label {
    padding-left: 50px;
    line-height: 47px;
}

#kvkk_txt2 label {
    width: 80% !important;
    position: static;
}

#kvkk_txt label {
    width: 87% !important;
    position: static;
}

#fixedForm .form-group {
    margin-bottom: 0px;
    position: static;
}

.btn-send i {
    display: inline-block;
    float: right;
    padding-top: 3px;
    font-size: 20px;
}

.btn-send:hover {
    background-color: #01609c !important;
    border-color: #01609c !important;
}

.btn-send.green {
    background: #94C11C !important;
    color: white !important;
}

    .btn-send.green:hover {
        background-color: #83b034 !important;
        border-color: #83b034 !important;
    }

.kvkkCon label {
    white-space: nowrap;
    font-size: 13px;
    padding-left: 53px;
    line-height: 48px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.form-check-label a {
    font-family: "unlu_sansnormal", Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

.captcha {
    display: block;
    margin-bottom: 15px;
    position: relative;
    background: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    max-height: 72px;
    overflow: hidden;
}

#accountContent .g-recaptcha {
    width: desired_width;
    border-radius: 4px;
    border-right: 1px solid #d8d8d8;
    max-height: 76px;
    overflow: hidden;
    position: relative;
    top: -2px;
    left: -2px;
}

/* #header .logo { */
    /* width: 260px; */
    /* margin: 0 auto; */
    /* float: none; */
    /* clear: both; */
/* } */

#fixedForm {
    right: -345px;
}

.btn-primary {
    color: #fff;
    background-color: #0069AA !important;
    border-color: #0069AA !important;
}

    .btn-primary:focus {
        color: #fff;
        background-color: #0069AA !important;
        border-color: #0069AA !important;
    }

@media (max-width: 1200px) {
    /* #header .logo a { */
        /* width: 100%; */
    /* } */
}

@media (max-width: 992px) {
    /* #header .logo { */
        /* width: 200px; */
    /* } */

        /* #header .logo a { */
            /* width: 100%; */
        /* } */

    .form-con {
        min-width: 330px;
    }

    .account-container {
        float: none;
        margin: 20px auto;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
  /*  .btnOpenAccount, .form-button, #fixedForm {
        display: block !important;
    }*/

   /* .nav-top {
        top: 0;
    }*/

    .OpenAccount-modal {
        width: 330px;
        min-width: unset;
    }

        .OpenAccount-modal .form-con {
            min-width: unset !important;
        }

            .OpenAccount-modal .form-con .uniq {
                position: static;
            }

            .OpenAccount-modal .form-con .btn-send, .OpenAccount-modal .form-con .btn-send:hover {
                margin-bottom: 10px;
                background-color: #94C11C !important;
                border-color: #94C11C !important;
            }

    #landingImageContainer {
        margin-bottom: 30px;
        margin-top: 92px;
    }

        #landingImageContainer h1 {
            margin-bottom: 0px !important;
        }

    #content h1 {
        margin-bottom: 0px !important;
    }

    #content .description h3 {
        font-size: 26px;
    }

    #footer .coContainer {
        padding-bottom: 50px;
    }

    #footerContainer {
        padding-bottom: 30px;
    }

    .fo-logo a {
        display: none;
    }
}


#form-17 .twoCheck label {
    width: 91%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    font-size: 11px;
    line-height: 17px;
    position: relative;
    top: -2px;
    height: 50px;
    color: white;
}

#form-17 .twoCheck input[type="checkbox"] {
    width: 4%;
    display: inline-block;
    float: left;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 2px 3px 0px rgba(50,50,50,0.1);
}

#form-17 .twoCheck a {
    color: white !important;
    text-decoration: underline;
    font-family: 'unlu_sansmedium' !important;
    font-size: 11px;
}

.g-recaptcha {
    display: block;
    clear: both;
}

.landing-page #btnSubmit {
    float: left;
}

#fixedForm .button-group {
    margin-top: -43px;
}

iframe {
    max-width: 560px;
}
























