
								@font-face {
									font-family: 'Montserrat';
									src: url('resimler/Montserrat.otf') format('opentype');
									font-weight: normal;
									font-style: normal;
							 	}
								.login-block {
									width:100%;
								    padding: 20px;
								    background: #fff;
								    border-radius: 5px;
								    border-top: 5px solid #ff656c;
								    margin: 0 auto;
								    
								}
								
								.login-block h1 {
								    text-align: center;
								    color: #000;
								    font-size: 18px;
								    text-transform: uppercase;
								    margin-top: 0;
								    margin-bottom: 20px;
								}
								
								.login-block input {
								    width: 100%;
								    height: 42px;
								    box-sizing: border-box;
								    border-radius: 5px;
								    border: 1px solid #ccc;
								    margin-bottom: 20px;
								    font-size: 14px;
								    font-family: Montserrat;
								    padding: 0 20px 0 50px;
								    outline: none;
								}
								
								.login-block input#kullanici_adi {
								    background: #fff url('../resimler/kullanici.png') 10px 5px no-repeat;
								   
								}
								
								.login-block input#kullanici_adi:focus {
								    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
								    filter: gray;
								    -webkit-filter: grayscale(100%);
								    -webkit-transition: all .6s ease;
								    -webkit-backface-visibility: hidden;
								}
								
								.login-block input#sifre {
								    background: #fff url('../resimler/sifre.png') 10px 5px no-repeat;
								   
								}
								
								.login-block input#sifre:focus {
								    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
								    filter: gray;
								    -webkit-filter: grayscale(100%);
								    -webkit-transition: all .6s ease;
								    -webkit-backface-visibility: hidden;
								}
								
								.login-block input:active, .login-block input:focus {
								    border: 1px solid #ff656c;
								}
								
								.login-block div#buton {
								    width: 100%;
								    height: 35px;
								    background: #ff656c;
								    box-sizing: border-box;
								    border-radius: 5px;
								    border: 1px solid #e15960;
								    color: #fff;
								    font-weight: bold;
								    text-transform: uppercase;
								    font-size: 14px;
								    font-family: Montserrat;
								    outline: none;
								    cursor: pointer;
								    text-align:center;
								    padding-top:10px;
								}
								
								.login-block div#buton:hover {
								    background: #ff7b81;
								}
								#giris_sonucu {
									margin-top:20px;
									font-size:15px;
								}
							
								@media only screen and (max-width: 767px) {
									.standard .login-block {
									    margin-top: 330px;
									}
								}
							