﻿body {
    font-family: Verdana;
    overflow-x: hidden;
    background: #f8f7fc;
    padding: 20px;
}

.wrap {
    max-width: 808px;
    margin: auto;
}

.box {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}

.box2 {
    background: #1a3c7b;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}

.box4 {
    background: #e74c3c;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 5px solid #c0392b;
}

.box3 {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
}

    .box3 .hediye-ismi p {
        color: #999;
        font-size: 15px;
    }

    .box3 .hediye-puan p {
        color: #1a3c7b;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -.50px;
    }

    .box3 figure img {
        max-height: 140px;
    }

    .box3 figure {
        height: 150px;
    }

.box2 p {
    color: #fff !important;
    font-size: 22px;
}

.box2 i {
    color: #fff !important;
}

.padding {
    padding: 30px;
}

    .padding p {
        margin-bottom: 0;
        color: #777;
    }

    .padding i {
        color: #777;
        font-size: 24px;
    }

.login .box h3 {
    color: #1a3c7b;
    font-size: 24px;
    margin-bottom: 30px;
}

.form-control {
    height: 55px;
}

.btn-login {
    background: #1a3c7b !important;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 5px;
}

.btn-login2 {
    background: #cacaca !important;
    color: #333;
    border-radius: 50px;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 30px;
}

.login i {
    margin-right: 5px;
    font-size: 20px;
}

.hediye-ismi {
    height: 55px;
    overflow: hidden;
}

.filtre-box {
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 10px;
}

.filtreler .btn {
    width: 100%;
}

.katilim p {
    font-size: 14px;
}

.katilim .box {
    height: 400px;
    overflow-y: scroll;
}

.katilim a {
    color: #fff;
    text-decoration: none !important;
}

.katilim .box4 i {
    margin-right: 5px;
    color: #fff;
}

.divimizMaster {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.5) !important;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
}
