﻿.kontorluyazi {
    /*color: black;*/
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.mycloader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(/img/loading.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
}