#ImgCar
{
  width: 300px;
}

img.index
{
    /* content:url("/img/FR320WE.jpg");     */
    height: 200px;
}
.bannerIndex
{
    /* height: 420px; */    
}

.titleIndex
{
    font-size: 40px;    
}


/* Hide all steps by default: */
.tab {
    display: none;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none; 
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  /* Mark the active step: */
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #4CAF50;
  }


img.googlebtn {
    content:url("/img/web/1x/btn_google_signin_dark_focus_web.png")  ;        
}

img.profile
{
    width: 30px;
    height: 30px;       
    align-content: center;
}

img.Imageprofile
{
    width: 100px;
    height:  100px;       
    align-content: center;    
}

#ct{
    font-size: x-small;
}

div.login
{                
    margin: 10%;
    margin-top: 30px;    
    width: 100%;    
    height: 200px;        
}