﻿html, form, body {
    margin: 0;
    height: 100%;
    min-height: 600px;
}

body {
    background-color: #EBEEF0;
}

#logo {
    position: relative;
    top: 20px;
    left: 40px;
    width: 100px;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.background-img {
    position: relative;
    background-image: url(/img/ci/systemcompanybackground.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (max-width: 1700px) {
    .background-img {
        background-image: url(/img/ci/systemcompanybackground.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}
