body{
    background-color: rgb(233, 250, 255);
    margin: 0;
    padding: 0;
    min-height: 100vh;
    
    
}

.cont-header{
    height: 350px;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    background-color: #ffff;
    /*background-image: url(images/crm\ sinar.png); */
    background-repeat: no-repeat;
    
    display: flex;
    padding-bottom: 30px;
    
}
.logo-header{
    width: 300px;
}
.choose{
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 250px;
    width: 100%;
    color: rgb(173, 113, 1);
    padding-bottom: 5px;
    background-color: rgb(196, 229, 255);
    margin-bottom: 100px;
 
}

.h2{
    
   
    font-size: 30px;
    margin-top: 0px;
    padding-top: 0px;
    font-family: 'Poppins', sans-serif;
}
.choose-company{
    align-items: left;
    justify-content: left;
    align-content: left;
}

.bar-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 150px;
    width: 100%;
    margin-top: 1px;
          
}
.logo{
   
    width: 150px;
    margin-left: 50px;
    margin-right: 50px;
  
}

.logo:hover{

    width: 195px;
    transition: 0.5s;
    box-shadow: 0 0 10px 5px #5e9fe9
  
    
}

    
.footer-info{
 
    text-align: center;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    display: flex;
    color: #fffffffe;
    bottom: 0;
    background-color: rgb(1, 36, 77);
    align-content: center;
    align-items: center;
    justify-content: center;
}
a {
    color: orange;


}
a:hover{
    color:rgb(196, 247, 255);
}

.h1{
   font-size: 80px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.color-primary {
    color: rgb(3, 78, 158);
}

.h3 {
    font-size: 40px;
    margin-top: 0;
    padding-top: 0;
}
#sinar12{
    text-align: left;
    margin-top: 0;
    padding-top: 0;
}

.wrapper {
    flex-grow: 1;
  }
.logo-crm{
    width: 100px;
    align-items: center;
    align-content: center;
    display: flex;
    justify-items: center;
}
.container-crm{
   width: 30%;
   justify-content: left;
}
.text-header{
    width: 100%;
    justify-content: left;
    
}
#choose-company{
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}
#logo-sinar12{
    width: px;
}
/*Mobile respond*/
@media screen and (max-width: 600px) {
.cont-header{
    height: 200px;
    background-size: 150px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.choose{
    height: 200px;
    padding-bottom: 5px;
    padding-top: 100px;
    background-color: rgb(196, 229, 255);
   
}

.h2{
    
    font-size: 20px;
  
}
#sinar12{
    text-align: center;
}
.bar-logo{
    height: 80px;
    margin-top: 1px;
          
}

.logo{
   
    width: 80px;
    margin-left: 10px;
    margin-right: 10px;
}
.logo:hover{

    width: 120px;
    transition: 0.5s;

}
.footer-info{
    padding-top: 0px;
    position: absolute;
    width: 100%;
    height: 75px; /* Tinggi footer */
    font-size: 15px;
    justify-content: left;

  }

  #logo-footer{
    width: 50px;
  }

.h1{
    font-size: 40px;
     
 }
 .logo-header{
    width: 120px;
    align-items: center;
    justify-content: center;
    align-content: center;

 }
 .container-crm{
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
 }
 .text-header{
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    
}
#choose-company{
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.h3 {
    font-size: 15px;
}
.container-crm{
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}
}