
body {
    background-image: url(/cabinet/static/img/pinstripe.png);
}

.main-container {
    background: url(/cabinet/static/img/cross-background.png) no-repeat center top;
    min-height: 100vh;
}

.box-shadow {
    -moz-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
    box-shadow: 0 5px 0 rgba(0,0,0,0.05)
}

.transparent-line {
    background-color: rgba(255, 255, 255, 0.5);
    height: 10px;
    position: relative;
    width: auto;
}
