/*
    Empty default skin css
}*/
:root {
    --background: #f8f8f8;
    --border: #E4E4E4;
    --borderdark: #8f8f8f;
    --bordertoogle: #f1f1f1;
    --text: #333333;
    --iconbackg: #ffffff;
    --color: orange;
}

.icon-index-logomin {
    background: url('images/log-icon-96_small.png') no-repeat center;
    width: 170px;
    height: 44px;
    margin: auto;
}

.icon-index-logo {
    background: url('images/logo.png') no-repeat center;
    width: 170px;
    height: 44px;
    margin: -10px auto 0 auto;
    background-size: contain;
}