.content {
    display: block;
    overflow: hidden;
}

.content_black {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.fullscreen-bg {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    z-index: 0;
    position: fixed;
}

video {
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;

}

.login_content {
    padding-top: 200px;
    width: 100%;
    margin-bottom: 250px;
}

.login_content h1 {
    font-size: 20px;
}

.login_form{
    background-color:  #141414;
    padding: 15px;
    color: #fff;
    border-radius: 3px;
    opacity: 0.9;
}

.label{
    border-bottom: 1px solid #383d41;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


label{font-size: 14px}

hr{
    margin: 40px 0px;
    background-color: #383d41;
}

.remember{
    display: block;
    overflow: hidden;
    margin-top: 10px}

.login_content p{font-size: 16px; color:#aaaaaa; margin-bottom:20px}

.btn-site , .btn-site-silver{ margin-top:20px; }