#login {
    overflow: auto !important;
    height: auto;
    min-height: 100%;
}

.dfdTitle {
    margin: 100px 0 50px;
    text-align: center;
    color: #fff;
}

.dfdButtons {
    width: 90%;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    float: left;
    background: rgba(44, 61, 88, .4);
    border-left: 3px solid rgba(44, 61, 88, .9);
    margin-bottom: 30px;
    font-size: 15px;
}

.dfdButtons:hover {
    background: rgba(44, 61, 88, .7);
    color: #fff;
}

#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.cFullBg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -99;
}

.skin-blue .left-side, .skin-blue .main-sidebar, .skin-blue .wrapper {
    background-color: transparent !important;
}