﻿#request {
    background: url("/images/request-bg.jpg") center top no-repeat;
    background-size: 100% auto;
    height: 575px;
    padding: 20px 0 30px;
}

    #request h1 {
        background: url("/images/request-h1-bg-line.png") center center no-repeat;
        color: #3bb3cf;
        font: 500 30px 'FiraSans';
        padding: 5px 0 0;
        margin-bottom: 30px;
    }

    #request .form-control {
        border: 1px #d3d9dc solid;
        color: #788897;
        font: 300 13px "OpenSans";
        height: 54px;
        margin-top: 20px;
        box-shadow: inset 1px 1px 7px rgba(0,0,0,.08), 1px 1px 1px rgba(0,0,0,.11);
        -moz-box-shadow: inset 1px 1px 7px rgba(0,0,0,.08), 1px 1px 1px rgba(0,0,0,.11);
        -webkit-box-shadow: inset 1px 1px 7px rgba(0,0,0,.08), 1px 1px 1px rgba(0,0,0,.11);
        padding: 0 15px;
    }

    #request .button {
        background: rgb(209,217,226);
        background: -moz-linear-gradient(top, rgba(209,217,226,1) 0%, rgba(123,139,153,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,217,226,1)), color-stop(100%,rgba(123,139,153,1)));
        background: -webkit-linear-gradient(top, rgba(209,217,226,1) 0%,rgba(123,139,153,1) 100%);
        background: -o-linear-gradient(top, rgba(209,217,226,1) 0%,rgba(123,139,153,1) 100%);
        background: -ms-linear-gradient(top, rgba(209,217,226,1) 0%,rgba(123,139,153,1) 100%);
        background: linear-gradient(to bottom, rgba(209,217,226,1) 0%,rgba(123,139,153,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d9e2', endColorstr='#7b8b99',GradientType=0 );
        border: none;
        width: 363px;
        height: 54px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #fefefe;
        font: 500 18px 'FiraSans';
        box-shadow: 5px 5px 5px rgba(0,0,0,.12);
        -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.12);
        -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.12);
        margin-top: 20px;
    }

    #request .close {
        right: 10px;
        top: 17px;
    }


#egitimChk {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ccc;
    border-collapse: separate;
    border-radius: 5px;
    box-sizing: content-box;
    height: 200px;
    overflow: auto;
    padding: 10px;
    position: absolute;
    width: 90%;
    z-index: 10000;
}

.checkboxes {
    width: 100%;
}

    .checkboxes td {
        padding: 2px;
    }

    .checkboxes label {
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        margin-left: 10px !important;
    }


@media (max-width: 479px) {
    #request {
        background-size: auto 100%;
        background-position: 0 0;
        height: auto;
    }

        #request h1 {
            margin: 0;
            padding: 0;
            font-size:25px;
        }

        #request .form-control {
            margin: 5px 0 0;
        }

        #request .button {
            width: 100%;
        }
}

@media (min-width: 480px) and (max-width: 767px) {
    #request {
        background-size: auto 100%;
        background-position: 0 0;
        height: auto;
    }

        #request h1 {
            margin: 0;
            padding: 0;
            font-size:25px;
        }

        #request .form-control {
            margin: 5px 0 0;
        }

        #request .button {
            width: 100%;
        }

}

@media (min-width: 768px) and (max-width: 991px) {
    #request {
        background-size: auto 100%;
        background-position: 0 0;
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #request {
        background-size: auto 100%;
        background-position: 0 0;
        height: auto;
    }
}

@media (min-width: 1200px) {
}
.g-recaptcha {
  margin-top: 20px;
}

