﻿body, html {
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
    background: #414143;
}

a {
    text-decoration: none !important;
}

.wrap {
    max-width: 700px;
    margin: auto;
    padding: 30px;
}

.form-control {
    border-radius: 0;
    height: 55px;
    margin: auto;
}

.veya {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 30px 0;
    margin: 0;
}

.btn {
    background: #ff9800;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    border: none !important;
}

.name {
    width: 100%;
    height: 55px;
    background: #fff;
    color: #414141;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    font-weight: 500;
}

.baslik {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    background: #ff5722;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    line-height: 55px;
    font-size: 18px;
    font-weight: 500;
}

.baslikanasayfa {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    background: #2980b9;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    line-height: 55px;
    font-size: 18px;
    font-weight: 500;
}

.noKayit {
    color: #ff5722 !important;
}

.uyeKaydinaGit {
    width: 100%;
    height: 55px;
    background: #ff5722;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    font-weight: 500;
}

.etkinliKatildi {
    width: 100%;
    height: 55px;
    background: #27ae60;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    font-weight: 500;
}

.islemler {
    margin-top: 20px;
}

.row {
    padding-left: -10px !important;
    padding-right: -10px !important;
}

.col-sm-6, .col-xs-6, .col-sm-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.cocukEkle {
    cursor: pointer;
}

    .cocukEkle td {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        padding-right: 10px;
    }

    .n2 {
    width: 50%;
    height: auto;
    z-index: 220;
    padding: 50px 30px;
    text-align: center;
    color: #333;
    position: fixed;
    top: 100px;
    left: 25%;
    background: #fff;
    border-radius: 5px;
}

.black {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .7;
    z-index: 90;
}

.close-banner {
    position: absolute;
    top: 0;
    width: 35px;
    height: 35px;
    background: #999;
    color: #fff;
    line-height: 35px;
    right: 0;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}