﻿
.form-group
{
    padding-bottom:10px;
}
.mesajSilme
{
    color:red;
    font-size:large;
}
.btnSepet {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    font-family: Arial;
    padding:2px;   
    color: #ffffff;
    font-size: 2vh;
    background: #169ec5;    
    text-decoration: none;
    border:snow;
}

    .btnSepet:hover {
        background: #19384d;
        text-decoration: none;
    }

.sepetGoster {
    border: #169ec5;
}

.adetKontrol {
    border: solid;
    border-color: #169ec5;
}

.adetKontrolZemin {
    background-color: #169ec5;
    color: white;
}
.Baslik {
    background-color: darkgray;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 10px 20px 10px 20px;
    color: white;
    margin-top: 3px;
    font-family: Candara;
}

.AltBaslik {
    background-color: darkgray;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 10px 20px 10px 20px;
    color: white;
    margin-top: 3px;
    font-family: Candara;
}