/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

body {
    margin: 0;
    background-image: url(/images/bg.png);
    background-repeat: repeat;
    background-position: left top;
}

.uk-panel-box {
    background: #ffffff;
    color: #000000;
    border: 10px solid #f6f6f6;
}

.mesaj {
font-size: x-large;
    line-height: normal;
    font-weight: 800;
margin-bottom: 10px;
}

.uk-panel-header {
    background: rgb(250, 250, 250);
    padding: 10px;
}

.uk-panel-title {
text-align: center;
}