
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap');
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.menim-bodym{
 background:#ffffff; 
}
.row{
  background:#ffffff;
  box-shadow: 12px 12px 22px;
}
.login h1{
  font-family: 'Candara', sans-serif;
  font-size: 2rem;
  color: #595959;
  font-weight: 600;
}
.login h1 span{
  font-family: 'Candara', sans-serif;
  font-size: 2rem;
  color: #595959;
  font-weight: 600;
}
.inp{
  height: 40px;
  width: 70%;
  border:none;
  outline: none;
  color: #000033;
   box-shadow: 10px 10px 12px -6px rgb(120, 120, 120);
  -webkit-box-shadow: 10px 10px 12px -6px rgb(120, 120, 120);
  -moz-box-shadow: 10px 10px 12px -6px rgb(120, 120, 120 );
}
.btn-giris{
  height: 40px;
  width: 70%;
  border:none;
  outline: none;
  font-weight: 700;
  background-color: #595959;
  color: #ffffff;
  transition: all 0.5s ease;
}
.btn-giris:hover{
  background-color: #ffcc00;
  color: #595959;
  font-weight: 700;
}