﻿.fill-body {
    margin:auto;
    position:absolute;
    top: 0;
    left:0;
    bottom:0;
    right:0;
    max-width:350px;
    /*height:350px;*/

}

body {
    margin: 0;
    background: #13181c url(/images/admin/bg-body-pattern.jpg);
    color: #323232;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none !important;
}