﻿/*iletişim formu css baslangic*/
.iletisim_form {
    border-radius: 25px;
    /*background-color: white;*/
    background-color: rgb(244, 242, 242);
    padding: 15px 15px 15px 15px;
    width: 300px;
    height: 332px;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
}

.KirmiziBaslik {
    color: rgb(192, 12, 5);
    font-weight: bold;
}

.btn {
    margin-top: 10px;
}


.textbox_giris {
    background: url(../images/textbox_img.png) no-repeat top right;
    border: none;
    margin-bottom: 10px;
    height: 25px;
    width: 184px;
    padding-left: 7px;
}

.MultiTextbox {
    width: 288px;
    height: 56px;
    border-style: solid;
    border-color: #d2d8e6;
    border-width: 2px;
    resize: none;
}

.baslik {
    font-size: 24px;
    margin-bottom: 20px;
    color: rgb(192, 12, 5);
}
/*iletişim formu css bitis*/
