* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: #eeecd9;
    font-family: 'Open Sans', sans-serif;
}

.wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
    background: #fff;
}

.logo {
    position: absolute;
    left: 50%;
    margin-left: -83px;
    z-index: 9;
}

.ust {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 80px;
    left: 0;
    background-image: url(../images/ik_image.jpg);
}

.sol {
    position: absolute;
    top: 20px;
    left: 100px;
}

    .sol img {
        width: auto;
        max-width: 100%;
    }

.sag img {
    width: auto;
    max-width: 100%;
}

.sag {
    position: absolute;
    top: 105px;
    right: 100px;
}

.ust2 {
    position: absolute;
    width: 100%;
    height: 100px;
    background: #24303b;
    top: 350px;
    left: 0;
}

.tesekkurler {
    position: absolute;
    width: 100%;
    height: 100px;
    background: #24303b;
    top: 350px;
    left: 0;
}

.basvuru-formu {
    color: white;
    font-weight: 800;
    font-size: 40px;
    float: left;
    margin-top: 20px;
    margin-left: 80px;
}

.icerik {
    max-width: 100%;
    height: auto;
    background: #fff;
    position: absolute;
    top: 530px;
    padding: 25px 100px;
    color: #24303b;
}

.form {
    border-top: 2px dashed #b0aeaf;border-bottom: 2px dashed #b0aeaf;width: 85%;margin-top: 20px;padding-top: 20px;padding-bottom: 20px;float: left;
}

.form-baslik {
    color: #c11c22;font-weight: bold;margin-bottom: 15px;
}

.grup {
    margin-bottom: 15px;float: left;width: 100%;display: inline-block;
}

.input {
    height: 35px;
    width: 50%;
    float: right;
    border: 1px solid #c6c8cb;
    box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.20);
    padding-left: 10px;
}

    .input:focus {
        outline: 0;
    }

label {
    font-weight: bold;
    color: #494949;
    float: left;
    margin-top: 5px;
    width: 45%;
}

.check {
    float: left;
    margin-left: 15px;
}

.gonder {
    width: 100%;
    height: 70px;
    background: #42ae25;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    border-bottom: 3px solid #2e701c;
    cursor: pointer;
    outline: 0;
}

    .gonder:active {
        margin-top: 1px;
        border-bottom: 2px solid #2e701c;
    }

.option {
    color: black;
}

.check-grup {
    float: right;
    margin-top: 0;
    width: auto;
    float: right;
    display: inline-block;
}
