body{
    margin: 0;
    padding: 0;
}

.login{
    margin: auto;
    box-shadow: 0px 4px 38px 0px rgba(148,148,148,1);
    border-radius: 5px;
    margin-top: 150px;
    width: 350px;
    height: 350px;
    padding: 20px;
}
.login div input{
    height: 48px;
    margin-bottom: 10px;
}
.login div button{
    height: 50px;
    width: 100%;
    font-weight: bold;
}
.login div img{
    margin-left: 15px;
    width: 280px;
    margin-top: 30px;
    margin-bottom: 50px;
}

header{
    height: 100px;
}
header .mobil{
    display: none;
    background-color: white;
}
header .bar{
    width: 100%;
    height: 27px;
    background-color: #212529;
    position: fixed;
    z-index: 1000; 
    top: 0; 
    left: 0; 
}
header .bar .bar-in{
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 3.5px;
}
header .bar .bar-in h6{
    font-size: 14px;
    color: lightgray;
}
header .header{
    width: 100%;
    height: 75px;
    background-color: white;
    box-shadow: 0px 3px 32px -10px rgba(190, 190, 190, 0.75);
    position: fixed;
    z-index: 1000; 
    top: 0; 
    left: 0; 
}
header .header-in{
    margin: auto;
}
header .header nav{
    justify-content: space-between;
    display: flex;
}
header .header nav ul{
    display: flex;
}
header .header nav ul li{
    padding: 20px;
    list-style: none;
}
header .header nav ul li a{
    text-decoration: none;
    color: black;
}
li.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background: rgb(255, 255, 255);
    max-width: 350px;
    margin-left: -10px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 3px 32px -10px rgba(241, 241, 241, 0.75);
    -moz-box-shadow: 0px 41px 68px 8px rgba(126, 126, 126);
    box-shadow: 0px 41px 68px 8px rgb(162, 162, 162);
}
.dropdown-content a:hover{
    background: #ffffff;
    border-radius: 5px;
    text-align: left;
    width: 200px;

}
  
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    width: 200px;
}

.dropdown-content a:hover {background: #ffffff;
    transition: 0.5s;
    transform: scale(1.1);
}
  
.dropdown:hover .dropdown-content {
    display: block;
}

main{
    margin-top: 70px;
}
.container{
    min-width: 90%;
}


.anasayfa_sorgu_mesai{
    display: flex;
    justify-content: space-between;
}
.kontrol_not_kutusu{
    width: 100%;
    height: 350px;
    box-shadow: 0px 4px 38px 0px rgb(228, 228, 228);
    border-radius: 5px;
    padding: 30px;
}
.is_emri_sonlandırma_kutusu{
    margin-top: 50px;
    width: 100%;
    height: 300px;
    box-shadow: 0px 4px 38px 0px rgb(228, 228, 228);
    border-radius: 5px;
    padding: 30px;
}
.arac_sorgu{
    width: 300px;
    height: 80px;
    box-shadow: 0px 4px 38px 0px rgb(182, 182, 182);
    border-radius: 10px;
    padding: 30px;
}
.arac_sorgu input{
    margin-bottom: 5px;
}
.arac_sorgu button{
    width: 100%;
}

.mesai_kontrol{
    width: 400px;
    height: 90px;
    box-shadow: 0px 4px 38px 0px rgb(182, 182, 182);
    border-radius: 10px;
    padding: 20px;
}
.mesai_kontrol button{
    width: 100%;
}
.mesai_kontrol p{
    font-size: 13px;
    color: gray;
}

.anasayfa_randevular{
    margin-top: 90px;
}
.anasayfa_is_emirleri{
    margin-top: 50px;
}
.anasayfa_is_emirleri table{
    margin-top: 20px;
}

.is_emri_olustur input{
    margin-bottom: 5px;
    
}
.is_emri_olustur select{
    margin-bottom: 5px;
}
.is_emri_olustur button{
    width: 100%;
}
.is_emri_button_grup{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.is_emri_tablo{
    margin-top: 20px;
}

.is_emri_arac_bilgileri_uyari{
    width: 100%;
    height: 80px;
    border-radius: 5px;
    background-color: #212529;
    color: white;
    padding: 32px;
}
.is_emri_arac_bilgileri_uyari h6{
    font-size: 14px;
}
.is_emri_kontrol_noktasi{
    width: 100%;
    height: 100px;
    box-shadow: 0px 4px 38px 0px rgb(201, 201, 201);
    margin-top: 20px;
    border-radius: 10px;
    display: flex;
    padding: 32px;
    text-decoration: none;
}
.is_emri_kontrol_noktasi:hover{
    transition:0.6s;
    box-shadow: 0px 4px 38px 0px rgb(121, 121, 121);
}
.is_emri_kontrol_noktasi div img{
    width: 0px;
    border-radius: 10px;
}
.is_emri_kontrol_noktasi div h5{
    margin-left: 50px;
    color: black;
    font-size: 30px;
}
.zorunlu_alan::placeholder {
    color: red;
    font-weight: 700;
}
@media only screen and (width : 1920px) {
  header .header img{
    margin-left: 25px;
  }
}
@media only screen and (width : 1366px) {
    /* Laptop */
.login{
    margin-top: 100px;
}
header .header nav ul a img{
    margin-left: 50px;
}
header .bar .bar-in{
    max-width: 91%;
}

}

@media only screen and (min-width:321px) and (max-width:768px) {
    /* Mobil */
.login{
    margin-top: 100px;
}
header .header{
   
}
header .bar .bar-in{
    max-width: 91%;
}
header .mobil{
    display: flex;
    width: 100%;
    height: 78px;
    margin-top: 27px;
    background-color: white;
    box-shadow: 0px 7px 36px -15px rgba(0,0,0,0.75);
    position: fixed;
    padding: 22px;
}
header .mobil nav ul{
    display: flex;
}
header .mobil nav ul{
    list-style: none;
}
header .mobil ul li a img{
    margin-top: 2px;
    margin-left: -40px;
}
header .mobil ul li i{
    
    font-size: 25px;
    padding: 10px;
    border-radius: 100px;
}


main{
    margin-top: 50px;
}
.anasayfa_sorgu_mesai{
    display: block;
}
.arac_sorgu{
    width: 100%;
}
.mesai_kontrol{
    margin-top: 20px;
    width: 100%;
}




}