.startupHeader{
    background-color: rgba(0, 0, 0, 0.6);
    height: 44px;
    min-width: 1000px;
    /* DİKKAT: Aşağıdaki yerel dosya yolu tarayıcıda çalışmayacaktır. */
    background-image: url(C:\Users\emre.bengul\Desktop\app\vLogo.png) !important;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 85px;
}

#loginLogoText{
    margin: 15px 0 0 0 !important;
}

.image {
    /* DİKKAT: content: url() sadece ::before veya ::after gibi sözde elemanlarda (pseudo-elements) ya da çok özel durumlarda çalışır. 
    Bir resim göstermek için genellikle HTML'de <img> etiketi kullanılır ve CSS ile stil verilir. */
    content: url('desktop/Logo.png');
    height: 350px;
    width: 400px;
    margin: 1rem;
}