body {
  margin: 0;
  padding: 0;
  background-color: #0a1821;
  height: 100vh;
  width: 100vw;
  font-family: Roboto, Arial, sans-serif;
  color: #fff;
  text-align: center;
}
.not-found {
  width: 560px;
  height: 225px;
  margin-right: -10px;
}
.starry-sky {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.search-icon {
  display: inline-block;
}
.notfound-copy {
  color: #fff;
  position: fixed;
  top: 25px;
  right: 10%;
  text-align: right;
}
h1 {
   font-weight: 700;
   color: #f05a1f;
  font-size: 40px;
}
a {
  font-weight: 300;
  color: #f05a1f;
  border-bottom: 1.5px solid #5581d4;
  text-decoration: none;
}
a:hover {
  font-weight: 300;
  color: #eeb74d;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
/* change to alternating star opacities */
.all-stars {
  animation: blinkblink 7s linear infinite;
}

@keyframes blinkblink {  
  50% { opacity: 0.1; }
}
.moon {
}
input[type=text] {
  color: #fff;
  background-color: #0a1821;
  padding:5px; 
  border: none; 
  border-bottom:2px solid #ccc; 
  font-size: 18px;
}
input[type=text]:focus {
  border-color:none; 
  border-bottom:2px solid #ccc;
  }
/* mobile test * /
@media (max-width: 647px) { 
  .moon {
    padding-top: -500px;
  }
}


/*====================================
 Free To Use For Personal And Commercial Usage
Author: http://binarytheme.com
 Share Us if You Like our work 
 Enjoy Our Codes For Free always.
======================================*/

/* user image section */
.user-section {
    background-color:rgb(0, 0, 0);
    margin-bottom: 6px;
}
.user-section-inner {
    height: 65px;
width: 65px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
display: inline-block;
float: left;
margin-right: 15px;
margin-top: 20px;
}
    .user-section-inner img {
        margin-left:10px;
        width:50px;
        height:50px;
        
    }
.user-info {
    display: block;
    color:#fff !important;
    display: inline-block;
    padding: 15px;
    margin-bottom: 0px;
}
.user-text-online {
    color:#fff
}
.user-circle-online {
    width: 15px!important;
    height: 15px!important;
}

/* side-menu section */
.nav > li > a:hover, .nav > li > a:focus {
    background-color:rgba(74, 72, 126, 0);
}
.navbar-top-links  .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #75C5B8;
}
.navbar-top-links > li > a {
color: #FFFFFF;
}
.nav > li > a {
padding: 20px 15px;
}
#side-menu {
    background-color:#000;
}

 #side-menu a {
            color:#fff;
           border-bottom: 1px solid #fff !important;
           height: 55px;
        }
        /* seleccionado */
        .selected {
            background-color:rgb(16, 17, 17);
        }
/* back colors */
        .blue {
            background-color:rgb(113, 159, 241);
        }
         .green {
            background-color:rgb(144, 236, 192);
        }
          .red {
            background-color:rgb(255, 102, 133);
        }
        .yellow {
            background-color:rgb(237, 253, 46);
        }

  /* No border */
.no-boder {
    border:0px solid #5bc0de !important;
}
/* tap nvbar Section */

#navbar {
    background-color:rgb(0, 0, 0);
}

.navbar-brand {
    padding-left:20px;
}
.navbar-brand img {
    height:30px;
}
.top-label {
    position: absolute;
top: 50%;
right: 50%;
margin-top: -24px;
margin-right: -24px;
}

/*large font*/
.large-font {
    font-size:18px;
}

.body-Login-back {
    background-color:#000;
}

.margin-tips {
    margin:5px;
}
.navbar-default {
border-color: #fff;
}
/*media queries*/

@media(min-width:768px) 
{
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 1000px;
       
       
    }
}

@media(max-width:768px) {
    #wrapper {
        margin-top:140px!important;
        
    }
    
    h1, .h1 {
        font-size: 20px !important;
    }
}

.navbar-default .navbar-brand {
    color: #fff !important;
}

.navbar-brand{ 
    padding: 1px 15px !important;
}

#page-wrapper{
    background: white !important;
}

#contenedor_login{
    background-image: url(../../back/img/login/fondo.png); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.logo_login{
    max-width: 100%;
}