@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body{
    font-family: 'PT Sans', sans-serif !important;
}


.login-page {
  width: 360px;
  padding: 15% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  -webkit-box-shadow: 2px 3px 27px -3px rgba(75,175,64,1);
  -moz-box-shadow: 2px 3px 27px -3px rgba(75,175,64,1);
  box-shadow: 2px 3px 27px -3px rgba(75,175,64,1);
}

.loginyazisi{
    padding-bottom: 20px;    
    font-size: 30px;
    color: #4CAA50;
}
.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.form button {
  background: #4CAA50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 16px;
 
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form  {
  margin: 15px 0 0;
  color: #b3ccb3;
  font-size: 12px;
}

.form-baslik{
      border-bottom: solid 2px #000;
  }