﻿


/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
*/
body {
    background-color: #FBFFFF !important;
}



/*Büyül ekranda center et ve wdth set et*/
@media only screen and (min-width: 1024px) {
    .center-card {
        margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 10px; /* Added */
        max-width: 40rem;
        margin-top: 20px !important;
        margin-bottom: 40px !important;
    }
}

.card-header-text {
    color: whitesmoke !important;
    margin-top: 7px;
}

.card {
    border: 1px solid #166894 !important;
}


.card-header-image-holder {
    background-color: #ed2024 !important;
    font-family: raleway,sans-serif;
    font-size: 15px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   
    font-family: raleway,sans-serif;
    font-weight: bold
}

.form-label {
    color: rgba(0,0,0,.5) !important;
}



.btn-primary {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: rgba(0,0,0,.5) !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: whitesmoke !important;
        background-color: rgba(0,0,0,.5) !important;
        border-color: rgba(0,0,0,.5) !important; /*set the color you want here*/
    }


.max-w-350 {
    max-width: 350px;
}

.max-w-250 {
    max-width: 250px;
}

.max-w-225 {
    max-width: 225px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-175 {
    max-width: 175px;
}

.max-w-150 {
    max-width: 150px;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-75 {
    max-width: 75px;
}
