﻿body {
}

.owl-carousel .owl-dots {
    width: 170px;
}
.single-service {
    height: 320px;
}
.tcd-services .video-img {
    position: absolute;
    top: 300px;
    bottom: 10px;
    z-index: -999;
    right: 0;
    left: 0;
    /*    background-origin: content-box;*/
}
    .tcd-services .video-img img {
        width: 100%;
        object-fit: cover;
    }
    #tcd-services {
    position: relative;
}
.tcd-header-1 .logo img{
    width: 120px;
}
.tcd-header-1 .sticky .logo img {
    width: 48px;
}
.poll-service-button-panel {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.tcd-services .closed:hover{
    background: #5a6268;
}
.empty-banner {
    height: 150px;
    display: flex;
    align-items: center;
    background-color: #152644;
    z-index: -1;
}
.tcd-footer {
    background-color: #fff;
}
.login-image-panel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.login-image-text-panel {
    width: 300px;
    height: 200px;
    position: relative;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(256, 256, 256, 0.7);
    z-index: 10;
}
.login-media-panel {
}