.imgs img{
  height: 100px;
  margin-left: : auto;
  margin-right: auto;
}
.full{
  width: 100%;
}
#imgCaptcha{
  width: 100%;
  height: 85px;
  font-weight: bold;
  font-size: 30px;
}

.form-control.disabled{
	pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eeeeee;
}

.title {
  font-family: 'Bubbler One', sans-serif;
  font-size: 36px !important;
  line-height: 50px;
  color: #fff;
}

.app-bar-special:hover{
  background-color: rgba(52,73,94,0.5) !important;
}

.login-wrapper .box {
  margin: 0 auto;
  padding: 30px 0 30px;
  float: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
#yellow:hover{
  background:#e3c800!important;
}

.transparent{
  background:transparent!important;
}

#cameroun{
  height:50px;
}

#side >li >a{
  color:rgb(255,255,255)!important;
}
#side .icon{
  color:rgb(255,255,255)!important;
}

#side ul >li >a{
  color:rgb(255,255,255)!important;
}
#side{
  background:#34495e;
}
#side ul{
  background:#34495e;
}
#side ul>li:hover:not(.menu-title){
  background:rgba(0,0,0,0.4)!important;
}
.padding-ajust{
  padding: 15px 5px 5px 5px ;
}
.step-list2{
  margin:0 0 0 2rem;
  padding:0;
  list-style-type:none;
  counter-reset:li;
}
.step-list2 .step-li{
  border-left:1px #ccc solid;
  position:relative;
  padding:0 .625rem;
  margin:.625rem;
  list-style:none;
  vertical-align:top
}
.step-list2 .step-li:before{
  position:absolute;
  content:counter(li);
  counter-increment:li;
  font-size:2rem;
  color:#999;
  left:0;
  top:.3125rem;
  margin-left:-2.5rem;
}

.bold{
  font-weight:bold;
}


.login-wrapper .box .social{
  margin: 0 auto;
  width: 90%;
}
.login-wrapper .box .social a.face_login{
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#4566a9));
  background: -webkit-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#4566a9 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#4566a9 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
  border: 1px solid #3B4868;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 37px;
    overflow: hidden;
    width: 99%;

    text-decoration: none !important;
}
.login-wrapper .box .social a.face_login:hover {
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#5773AC));
  background: -webkit-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#5773AC 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#5773AC 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );
}

.bg-hover-transparent:hover{
  background-color: transparent!important;
}

.images{
    height: 100px;
    width: 100px;
    border:1px solid rgb(200,200,200);
    margin-right: auto;
    margin-left: auto;
}
.center{
    margin-right: auto;
    margin-left: auto;
}
.no-decoration{
  text-decoration: none!important;
}

label p{
  margin:0;
  display: inline;
  font-weight: bold;
}
.bg-action{
  background-color: rgba(52,73,94,0.5);
  color: rgb(255,255,255) !important;
}
.bg-action:hover{
  color: rgb(255,255,255) !important;
  background-color: rgba(52,73,94,0.6);
}
.input-control label{
  font-weight: normal !important;
  color: #1d1d1d !important;
}