﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.arkaplan {
    background-image: url('../img/bos.png');
    height: 850px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}

.panel1 {
    border-color: white;
    background-color: white;
    top: 5px;
    left: 0px;
    height: auto;
    padding-bottom: 10px;
}

.sehit_sayfasi {
    background-image: url('../img/sehitBos.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    margin: auto,auto,50px,auto;
    padding: 110px,100px,110px,100px;
    /*width:746px;*/
    height: 900px;
}

.vefat_sayfasi {
    background-image: url('../img/bos.png');
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    margin: auto,auto,50px,auto;
    padding: 110px,100px,110px,100px;
    /*width:746px;*/
    height: 900px;
}

.form-control1 {
display:block;
padding:4px 6px;
margin-top:8px;
font-size:16px;
line-height:1.42;
color:#555;
/*border:1px solid rgb(204, 204, 204);
border-radius:4px;*/
height:34px;
}