﻿.logo-x {
    position: absolute;
    background: none;
    top: 0;
    height: 60px;
    width: auto;
    left: 0;
    border: none;
    display: block;
    cursor: pointer;
    z-index: 9;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

@media (max-width: 768px) {
    .logo-x {
        left: 60px;
    }
}

@media (max-width:768px) {
    .logo-x {
        left: 60px;
    }
}

#page_info_title_text {
    position: absolute;
    top: 1px;
    left: 50px;
    font-size: 20px;
    font-weight: 400;
}

.navbar-collapse {
    padding-left: 100px;
}

.The-logo-Image {
    position: absolute;
    left: 20px;
    top: 10px;
    height: 100px;
    width: auto;
    border: none;
    cursor: pointer;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.import-form-logo {
    position: absolute;
    left: calc(50% - 60px);
    top: 20px;
    width: 120px;
    height: auto;
}
