#preloaderGlass {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body {
    /* background-image: url(../img/bg-repeat.svg), url(../img/right-arrow.svg), url(../img/left-arrow.svg);
    background-repeat: repeat, no-repeat, no-repeat; */
    background-color: #f5f5fe;
    /* background-position: left, right -100px, 100px 300px;
    background-size: auto, 600px, 300px; */
    color: #000;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
}

.footer-bg {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

#captcha {
    width: calc(100% - 182px);
}

#captcha-refresh {
    cursor: pointer;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0px;
    top: 1px;
    border-radius: .25rem;
    background-color: #f0eef7;
    display: flex;
    align-items: center;
    justify-content: center
}

#captcha-refresh:after {
    content: url(../img/refresh-captcha.svg);
}

#captcha-img {
    width: 120px;
    position: absolute;
    right: 60px;
    top: 1px;
    height: 56px;
    border-radius: .25rem;
}

.container .col a {
    word-break: break-word;
}

.text-primary,
b {
    color: #3D249F !important;
}

a.activaton-start-link {
    font-size: 18px;
    font-weight: 600;
    color: #18209C;
    border: 1px solid #18209C;
    padding: 10px 30px;
    border-radius: 25px;
    margin-right: 10px;
    width: 165px;
    text-align: center;
}

a.activaton-start-link:hover {
    background-color: #18209C;
    color: #fff !important;
}

footer a.nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #18209C;
    padding: 0!important;
    margin-right: 32px;
}
body > footer > div > div > footer > div:nth-child(2) > div {
    margin-top: 24px;
}
.text-body-secondary {
    font-size: 14px;
}

#navbar-login-button {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #18209C;
    padding: 11px 30px;
    border-radius: 25px;
    text-align: center;
    width: 165px;
}

.navbar-toggler {
    border: none;
}

.navbar {
    border-bottom: 1px solid #3D249F;
    padding: 20px;
    background-color: #fff;
}

.form-header {
    font-size: 22px;
    font-weight: 800;
    color: #3D249F;
}

.zebra-section {
    background-color: #fff;
    box-shadow: 0px 2px 12px #3D249F40;
}

.form-control,
.form-select {
    background-color: #f0eef7;
    color: #3d249f;
    border: 1px solid rgba(0, 0, 0, 0);
}

.jetders-form:not(.inner-pages) {
    padding: 60px 30px;
    transition: all 200ms ease-out;
    box-shadow: 0px 2px 12px #3D249F40;
    border: 1px solid #3D249F40;
    border-radius: 20px;
    /* background: url(../img/form-bg.svg) top right #fff no-repeat; */
}

.inner-pages {
    padding: 30px;
    transition: all 200ms ease-out;
    border: 1px solid #3D249F40;
    border-radius: 20px;
}

#static-image-container {
    padding: 20px;
    box-shadow: 0px 0px 99px #3D249F40;
    border-radius: 20px;
    background-color: #fff;
}

#static-image-container img {
    border-radius: 20px;
    width: 100%;
}

.white-bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 99px #3D249F40;
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.form-outline {
    position: relative;
}

input.invalid,
.form-select.invalid {
    border-color: #dc3545;
}

em.error {
    width: 100%;
    font-size: 12px;
    color: #dc3545;
    position: absolute;
}

.btn-primary {
    background-color: #7F00FF;
    border: none;
    border-radius: 27px;
    padding: 15px 40px;
}

.btn-primary:hover {
    background-color: #6300c6;
}

.btn-outline-primary {
    background-color: #fff;
    border: 2px solid #3D249F;
    border-radius: 27px;
    padding: 15px 40px;
    color: #3D249F;
}

.btn-outline-primary:hover {
    background-color: #3D249F;
    border: 2px solid #3D249F;
    color: #fff !important;
}

.btn-kolay-giris {
    background-color: #003865;
    border: none;
    border-radius: 27px;
    padding: 19px 40px;
}

.btn-kolay-giris:hover {
    background-color: #0a4676;
}

#static-login-paragraph {
    font-size: 22px;
    color: #003865;
    font-weight: bold;
    margin-top: 1rem;
}

.form-check-label {
    line-height: 1.2;
}

.hidden {
    display: none;
}

#jetders-logo {
    max-width: 200px;
}



.key-points-icon {
    border-radius: 10px;
}

.key-points-icon-holder {
    background-color: #E0F0F3;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 165px;
}

h1 {
    font-size: 42px;
    font-weight: 800;
}

.main-page-container h5,
.main-page-container h4,
h6 {
    font-weight: 800;
    color: #3D249F;
}

.main-page-container h6 {
    font-weight: 600;
    text-align: center;
}

.card-header,
.card {
    background-color: transparent;
    border: none;
}

.card-header {
    padding-left: 0px;
}

.card-header .btn {
    padding: 0px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #3D249F;
    font-weight: 600;
    text-align: left;
}

.collapse .card-body,
.card-body {
    padding: 0px !important;
}

.app-links {
    max-width: 150px;
}

.relative-position {
    position: relative;
}

#kvkk-error {
    position: relative;
}

#sad-face {
    width: 100px;
}

.swiper#home-slider {
    /*height: 460px;*/
    height: 430px;
}

.swiper-container {
    width: 100%;
}

.vh-100 {
    min-height: 100vh !important;
    height: auto !important;
}

.btn:disabled,
fieldset:disabled .btn {
    opacity: 1;
    background: #efefef;
    border-color: #efefef;
    cursor: not-allowed;
    color: #aaa;
}

.slider-img {
    width: 100%;
}

.swiper {
    border-radius: 20px;
    box-shadow: 0px 2px 12px #3D249F40;
}

.swiper-button-next,
.swiper-button-prev {
    color: #3D249F;
}

.swiper-pagination-bullet-active {
    background-color: #3D249F;
}

.form-check a {
    color: #3D249F;
}

.alert-warning {
    border-radius: 10px;
}

.contact-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 20px;
}


.contact-page p {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
}

.contact-page a {
    word-break: break-all;
}


@media screen and (max-width: 768px) {
    .section#satin-al {
        margin: 24px 12px !important;
    }

    .section#satin-al .container {
        flex-direction: column;
        padding: 24px 16px;
    }

    .section#satin-al .container .right-part {
        width: 100%;
    }
}