html.login-page {
  height: 100%;
  text-align: center; }
  html.login-page body {
    height: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5; }
    html.login-page body .content {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      html.login-page body .content .form-signin {
        width: 100%;
        max-width: 330px;
        padding: 15px;
        margin: auto; }
        html.login-page body .content .form-signin .checkbox {
          font-weight: 400; }
        html.login-page body .content .form-signin .form-control {
          position: relative;
          box-sizing: border-box;
          height: auto;
          padding: 10px;
          font-size: 16px; }
          html.login-page body .content .form-signin .form-control:focus {
            z-index: 2; }
        html.login-page body .content .form-signin input[type="email"] {
          margin-bottom: -1px;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; }
        html.login-page body .content .form-signin input[type="password"] {
          margin-bottom: 10px;
          border-top-left-radius: 0;
          border-top-right-radius: 0; }
html body .alert.alert-error {
  color: #7a3634;
  background-color: #fbe1e0;
  border-color: #f9d5d4; }
html body .card .card-header button.btn-sm {
  padding: 0.1rem 0.5rem;
  font-size: 0.775rem; }
html body .chart-container {
  margin-top: 40px;
  display: none; }
html body .videos-table .video-thumb {
  text-align: center; }
  html body .videos-table .video-thumb img {
    width: 160px;
    height: 160px;
    object-fit: cover; }
html body .videos-table .status .download {
  padding-top: 20px; }
html body .videos-table .status .delete-video {
  padding-top: 20px; }
html body .load-more-videos {
  margin-bottom: 50px; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }
  .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5; }

nav .navbar-nav .dropdown .dropdown-menu a {
  min-width: 16rem; }

#video-player {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
