.card-custom {
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: none;
}

.border-right-custom {
    border-right:1px solid rgba(0,0,0,.125);
}

.border-right-custom-blue {
    border-right:1px solid #1d335a;
}

.sidebar-custom {
    margin-top: 90px!important;
}

.bg-login-custom{
    background-image: url('../img/bg-uph.jpg');
    background-size: cover;
    background-position: center center;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0px!important;
}

.sidebar{
    padding-bottom: 15rem!important;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* for 16:9 aspect ratio */
}

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