		html {
            position: relative;
            min-height: 100%;
		}
		
		/* Fonts  */

@font-face {
    font-family: 'SourceSansPro';
    src: url('SourceSansPro-Light.eot');
    src: url('SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
    url('SourceSansPro-Light.woff2') format('woff2'),
    url('SourceSansPro-Light.woff') format('woff'),
    url('SourceSansPro-Light.ttf') format('truetype'),
    url('SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('SourceSansPro-Regular.eot');
    src: url('SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('SourceSansPro-Regular.woff2') format('woff2'),
    url('SourceSansPro-Regular.woff') format('woff'),
    url('SourceSansPro-Regular.ttf') format('truetype'),
    url('SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('SourceSansPro-Bold.eot');
    src: url('SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('SourceSansPro-Bold.woff2') format('woff2'),
    url('SourceSansPro-Bold.woff') format('woff'),
    url('SourceSansPro-Bold.ttf') format('truetype'),
    url('SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('SourceSansPro-Semibold.eot');
    src: url('SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
    url('SourceSansPro-Semibold.woff2') format('woff2'),
    url('SourceSansPro-Semibold.woff') format('woff'),
    url('SourceSansPro-Semibold.ttf') format('truetype'),
    url('SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

		
		body {
			padding: 0px;
			font-size: 13px;
			font-family: SourceSansPro;
		}
	 
	  
      
 
        .qeydiyyat-form {
            padding-top:140px;
        }
        input[type=text] {
            transition: all .3s ease;
            width: 100%;
            border: 2px solid #eaeaea !important;
            padding: 18px;
            border-radius: 5px !important;
            font-size: 14px !important;
            outline: none;
            position: relative;
                height: 50px !important;
            -webkit-appearance: none;
        }
        input:focus, textarea:focus {
            border-color:#4db6e3  !important;
        }
        label {
                display: inline-block;
                font-size: 1rem;
                margin: 5px;
                font-weight: 500;
        }
        input[type=reset] , input[type=submit] {
            width:100%;
            padding:14px;
            background-color:#49d075;
            border:none;
            color:white;
            border-radius:5px;
            font-size:1rem;
            transition:all 0.4s;
        }
         input[type=reset] {
            background-color:#ed6953;
         }
        input[type=submit]:hover {
            background-color:#208136;
        }
         input[type=reset]:hover  {
             background-color:#b35342;
         }
        .security {
                padding: 10px 0;
        }
        .form-select {
            padding:12px !important;
        }
        .form-select:focus {
            border-color: #4db6e3 !important;
            box-shadow:none !important;
        }
        .security img {
             width: 140px;
            height: 100%;
            margin-top: 30px;
            object-fit: contain;
        }
        .submit {
            padding:10px 0;
        }
        h3 {
            text-align:center;
            padding:10px 0;
        }

/*MOBILE*/

@media (max-width: 767px) {



.f{margin:0px !important;}
input{ width: 90%;}
.sec select{ width: 97.3%;}
#guvenlikKodu{width: 60%;}
.submit input{ margin-top: 15px;}







}
