.black-bar{
    margin: 20% 0 100px 0;
    padding: 70px 0 70px 0;
    background-color: rgba(0,0,0,.7);
    width: 100%;
}

.black-bar label{
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}

.logo{
    filter: brightness(0) invert(1);
}

.footer, .footer a{
    color: #fff;
}

.alert{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger{
    background-color:
}
/***************
Custom CSS
****************/

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
body {
  height: 100%;
  overflow: hidden;
}

/* =============================================================================
  CONTENT
============================================================================= */
.content {
  position: relative;
  top: 0;
  z-index: 2;
  margin: 0 auto;
  max-width: 1180px;
  text-align: center;
}


/* =============================================================================
  VIDEO
============================================================================= */
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.black-bar {
    width:500px;
    margin: 12% auto 100px auto;
    border-radius:10px;
    background:rgba(0,0,0,.6);
    padding:0;
    -webkit-box-shadow:0 10px 50px 0px rgba(117, 117, 117, 0.45);
    -moz-box-shadow: 0 10px 50px 0px rgba(117, 117, 117, 0.45);
    box-shadow: 0 10px 50px 0px rgba(117, 117, 117, 0.45);
}
.form-container {
    width:90%;
    margin:0 auto !important;
    text-align: left;
}
.form-container input[type="text"], .form-container input[type="password"] {
    background:rgba(197, 197, 197, 0.5);
    border:none;
    padding:10px 15px 10px 45px !important;
    color:#fff;
    font-size:14px;
    font-weight:700;
    box-sizing: content-box;
    width: calc(100% - 60px);
}

.input-wrapper {
    position: relative;
}

.input-wrapper i {
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    font-size: 20px;
}

.label {
    display: inline-block;
    margin-bottom: 15px;
}

.form-container label {
    font-weight:700;
    font-size:12px;
    text-transform:uppercase;
}

.form-container input[type="submit"] {
    background:#fff;
    color:#000;
    text-transform:uppercase;
    width:150px;
    font-weight:bold;
    height:45px;
    border:none;
    -webkit-box-shadow:0 10px 50px 0px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0 10px 50px 0px rgba(255, 255, 255, 0.45);
    box-shadow: 0 10px 50px 0px rgba(255, 255, 255, 0.45);
    transition:all .5s ease;
}
.form-container input[type="submit"]:hover {
    background:#000;
    color:#fff;
}
.logo-container {
    padding:30px 0;
}
.logo-container img{
    max-width:70% !important;
}
.logo-container .ts-logo {
    border-left:1px solid #fff;
}
.logo-container .ts-logo img {
    padding-top:30px;
    max-width:90% !important;
}

@media (max-width: 1500px){
    body{
        background-size: 2000px;
    }
}

@media (max-width: 991px) {

    .black-bar{
       /* margin: 0 0 50px 0; */
    }
    img.logo{
        margin: 0 0 20px -6px;
    }
    .logo-container .ts-logo {
        border:none;
    }
}
@media (max-width: 767px) {
    .black-bar {
        width: 90%;
    }
}