﻿.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img{
    width:33px;
}
img{
    height:30px;
    width:170px;
}






.carousel-caption
{
    bottom: 15%;
    background-color:rgba(3,3,3,0.8);
    padding:20px
}





.Spec{
    bottom: 15%;
    background-color:rgba(0, 100, 255,0.4);
    color:red;
}



.carousel-indicators
{
    bottom:-20px;
}

.carousel-indicators li
{
    width: 15px;
    height: 15px;
}

.carousel-indicators .active
{
     width: 17px;
    height: 17px;
    background-color:#808080;
    border:2px solid #0026ff;
}






/*.register-background {
  
    background-image: url('../../imgs/log2.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#demo-navbar{
    border-radius:0;
    margin-bottom :0;
}
.navbar{
    border:0;
    font-size:16px;
    padding:10px;
    z-index:3;
}
.logo-container .logo{
    overflow:hidden;
    border-radius:50%;
    border:1px solid #333333;
    width:50px;
    float:left;
}
.logo-container .logo img{
    width:100%
}*/