body,
html {
    height: 100%
}

.chart {
    width: 100%;
    height: auto
}

.accordion-title {
    font-size: 18px;
    font-family: 'Open sans', sans-serif
}

.stGr {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #ccc;
    color: #333;
    transition: .4s ease;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    line-height: 1
}

.stGr > p {
    font-display: swap;
    font-weight: 700
}

.stGr:hover {
    background: #333;
    color: #ccc;
    transform: translate(0, 5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5) inset 0 2px 8px rgba(0, 0, 0, .7)
}

.stGr:active {
    color: #c94c4c;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5) inset 0 3px 8px rgba(0, 0, 0, 1);
    transform: translate(0, 1px)
}

.accordion-content.is-collapsed .raspEx,
.stGr + .raspGr {
    height: 0;
    transition: .4s ease;
    padding-bottom: 0;
    position: relative;
    width: 100%
}

.accordion-content.is-expanded .raspEx,
.stGr.open + .raspGr {
    padding-top: 25px;
    height: 0;
    padding-bottom: 56.25%
}

.raspEx > iframe,
.raspGr > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

#bgmk {
    width: 100%!important;
    height: 100%!important;
    float: none!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: 0 0
}

.form-wrap {
    width: 50%;
    height: 50%;
    padding: 50px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    flex-flow: column nowrap;
    min-height: 260px;
    justify-content: space-around
}

.form-contol,
.form-control::placeholder {
    transition: .4s ease
}

.form-control:focus,
.form-control:focus::placeholder {
    background: #d88500;
    color: #eee;
    transition: .4s ease
}

.button-login {
    padding: 10px 15px;
    display: block;
    margin: 15px auto
}

@media only screen and (max-width:767px) {
    #bgmk {
        margin: 0;
        padding: 10px
    }
    .form-wrap {
        width: 95%;
        height: auto;
        font-size: 16px;
        padding: 20px
    }
}
