﻿body {
    
}
.login{
    background-image:url(/ajans/css/images/1.png);
    
}
.defaultBackground{
      background-image:url(/ajans/images/1.png);
}
.box{

}
#logo-footer{
    background-color:white;
    padding:7px;
    border-radius:5px;

}
.title{
    font-size:36px;
    color:white;
    font-weight:600;
    margin-left:17px;

    margin-top:10px;

}

.txtError {
    display: block;
}
    .loginForm {
    margin: 70px auto;
    border: 10px 10px 10px solid gray;
    min-height: 300px;
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: gainsboro;
    border-radius: 10px;
    opacity: 0.7;
}
.header{
    height:110px;
    box-shadow:none;
}
.logo {
    margin: 20px 20px;
    border: 10px 10px 10px solid gray;
    height: 20px;
    width: 100%;
    text-align:center; 
   
 
}
.loginLogo{
    margin: 100px auto;
    border: 10px 10px 10px solid gray;
    height: 20px;
    width: 100%;
    text-align:center; 
}
.projeResim{
   height:180px;
   width:100%;
  
   object-fit:cover;
   object-position:center;
   box-shadow:10px 5px gray !important;

   border: 1px solid #ddd;
  border-radius: 1px;
  padding: 1px;
  
}
.icerikResim{
    width:100%;
    height:350px;
    object-fit:cover;
    object-position:center;
    box-shadow:1px 1px 2px 0px gray;
    padding:4px;
    border:1px dotted #9d9797;
}

.arananKelime{
    font-size:20px;
}
.aramaAlani{
    margin:200px auto;
    font-size:30px;
}
@media (max-width: 1260px) {
    .icerikResim {
        height: 300px;
    }

}
@media (max-width: 1921px) {
    .icerikResim {
        height: 350px;
    }
}