html {
    font-size: 13px;
}

@media (min-width: 768px) {
    html {
        font-size: 15px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.login-logo img:last-child {
    float: right;
    margin-top: 5px;
}
/* Tüm % değişim renkleri */
.negative {
    color: red;
}

.positive {
    color: blue;
}

/** Endeks Etki Tablosu Beta > 1 **/
.beta1 {
    color: blue;
}

/** Endeks Etki Tablosu Beta < 1 **/
.beta1 {
    color: red;
}


button.btn.btn-lg.btn-primary {
    background: #3c32a3;
    border: #3c32a3;
}

.me-n3 {
    margin-right: -1rem !important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../content/images/login_bg_T.jpg');
}

@media (min-width: 1400px) {
    .px-xxl-6 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
}


