#login_box {
    width: 260px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
}
#login_box label,
#login_box input,
#login_box button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
header.login {
    position: absolute;
    width: 100%;
    padding: 10px;
    background-color: #333;
    color: white;
    top: 0;
}

#startLiveBox .pure-u-md-1-4 {
  text-align: right;
}

#startLiveBox {
    align-items: center;
}

#startLiveBox #novaLiveBtn {
    background-color: #333;
    color: white;
    border-width: 0;
    padding: 10px 15px;
}

#livesBox .box-live {
    position: relative;
    margin: 2px 5px;
}

#livesBox .box-live .status {
    color: white;
    background-color: gray;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 2px 6px;
    border-radius: 3px;
}
#livesBox .box-live .status.online {
  background-color: green;}
#livesBox .box-live .status.offline {
  background-color: red;}

#livesBox .box-live img {
    width: 100%;
    border-radius: 3px;
}

#livesBox .box-live .legend-live {
    position: absolute;
    bottom: 10px;
    left: 4%;
    width: 92%;
    color: white;
    text-shadow: 0px 0px 3px #333;
    display: flex;
    justify-content: space-between;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.btn-stream-cr {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  border-radius: 0;
  padding: 4px 10px;
}

.title-stream-cr {
  font-size: 20px !important;
  color: #333 !important;
  margin-bottom: 15px !important;
}