body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.login-page {
    position: absolute;
    /*display: table;*/
    max-width: none;
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #11435e;
    /* background-image: url("../images/background2020.jpg"); */
    background-attachment: fixed;
    background-size: cover;
    background-position: center 10.5%;
}

.aside-panel-left {
    position: fixed;
    top: 0;
    left: 0;
    /*display: table-cell;*/
    width: 600px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.09);
}

.login-box {
    width: 300px;
    /*background-color: #00f;*/
    /*height: 100%;*/
    margin: 115px auto;
    transition: all 0.5s;
}

.login-box .logo img {
    height: 35px;
    margin-top: -7px;
}

.login-box .copy-sign {
    position: static;
    width: 300px;
    margin: 10px 0;
    bottom: 0;
    /*color: #fff;*/
    /*color: rgba(0, 0, 0, 0.38) !important;*/
    color: rgba(255, 255, 255, 0.28) !important;
    font-size: 12px;
    text-align: center;
}

.aside-panel-right {
    /*display: table-cell;*/
    /*width: 100%;*/
    height: 100%;
    margin: 0;
    padding-left: 600px;
    /*background-color: #f00;*/
}

.aside-panel-right .panel-content {
    /*height: 100%;*/
    padding: 100px 100px 20px 100px;
    color: #fff;
    transition: all 0.5s;
}

.aside-panel-right h1.title {
    margin-bottom: 20px;
    text-align: center;
}

small.custom-subtitle {
    color: rgba(255, 255, 255, 0.38) !important;
}

.card.custom-bg .body {
    border-radius: 2px;
    /*box-shadow: 0 2px 10px inset rgba(0, 0, 0, 0.2);*/
}

.btn-flat {
    box-shadow: none !important;
}

@font-face {
    font-family: 'srcipt';
    src: url('fonts/OLDENGL.TTF');
}

blockquote p {
    /*font-family: 'srcipt', serif;*/
    /*font-style: normal;*/
    font-size: 15px;
    /*line-height: 1;*/
    color: rgba(255, 255, 255, 0.64);
}

blockquote footer {
    color: rgba(255, 255, 255, 0.28) !important;
    font-size: 12px;
}

.line-char {
    /*display: none;*/
    margin: 20px 0;
    height: 150px;
}

.line-char canvas {
    border-radius: 0 0 2px 2px;
}

.chart {}

.chart img {
    width: 100%;
}

.button-go-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.24) !important;
    color: #fff;
}

.button-go-up.button-go-up-hidden {
    /*display: none;*/
    opacity: 0;
}

@media (max-width: 1279px) {
    .aside-panel-right .panel-content {
        padding: 100px 60px 20px 60px;
    }
}

@media (max-width: 1099px) {

    body {
        height: auto;
    }

    .aside-panel-left {
        position: static;
        width: 100%;
        height: auto;
        background: none;
    }

    .login-box {
        margin: 50px auto;
    }

    .aside-panel-right {
        position: static;
        padding-left: 0;
        height: auto;
        background-color: rgba(255, 255, 255, 0.09);
    }

    .aside-panel-right .panel-content {
        padding: 50px;
    }
}

@media (max-width: 499px) {
    .aside-panel-right .panel-content {
        padding: 50px 20px;
    }
}