body{
font-family: 'Rubik', sans-serif!important;
}
h3{
    font-size:2rem;
    font-weight: 300;
    line-height: 1.5;
}
a{
    color: #0d5b99;
}
.lead{
    /* font-family: 'Rubik', light!important; */
    font-size: 1.15rem;
    font-weight: 300;
}
#backbg{
    max-width: 1100px;
    /* max-height: 610px; */
    flex-shrink: 0;
    background: #f8fcfe !important;
    /* display: flex;
    flex-direction: row;
    justify-content: center; */
    align-items: center;

}
input{
    width: 100%;
    height: 60px; 
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    color: #6F7173;
    font-family: Rubik;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: .375rem .75rem;
}

#guncelle{
    border-radius: 40px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    white-space: nowrap;
    background: #0F5B99;
    color: white;
    
}
#guncelle:hover{
    border-radius: 40px;
    border: none;
    background: #1d72b7;
    color: white;
}
.card{
    border: none!important;
}
.card .card-header h2 button{
    color: #000000;
}
.card-header{
    border-bottom: none!important;
    margin:5px;
}
.card-body{
    margin: 0 25px;
}

