/* Add here all your CSS customizations */
.card-padding-10 {
    padding: 10px !important;
}

.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 50%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.login-bg {
    background-image: url('/img/bg04.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.CodeMirror {
    height: 70vh;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .userbox .name,
    .userbox .role {
        max-width: 100% !important;
    }
}

.header .logo img {
    margin-top: 5px;
}