body {
  /* background-image: url("assetes/images/bg001.svg"); */
  background-color: #34ace0;
  /* Full height */
  height: 100vh;
  overflow: hidden;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 font-family: 'Titillium Web', sans-serif;
}
.container {
  display: grid;
  grid-template-columns: 50% auto;

  padding: 10px;
  /* margin-top: 100px; */

  
}
.item {
 
  padding: 10px;
  font-size: 30px;
  text-align: center;
  
 
  
}

.logo {
  margin-bottom: 10px;
  margin-top: 100px;
}
.headline {
    
  
   margin-left: 30px; 
   font-size: 22px;
   color: #34495e;
   padding-left: 20px; 
   font-weight: 100;
  
}

/* .headline::before {
    content: "\f135";
     font-size: 30px;
     font-family: FontAwesome;
} 

}*/
.title {
     margin-left: 30px; 
   font-size: 22px;
   color: #34495e;
   margin-bottom: 50px;
    
}

.item-content {
    margin-left: 30px;
    text-align: center;
   
}

.btn-wraper {
   display: flex;
   align-content: center;
   align-items: center;
   background-color: azure;
   text-align: center;
   
}

.loginBtn {
    
    text-align: center;
    background-color: #f1c40f;
    width:200px;
    height: 50px;
    border: none;
    font-size: 22px;
    color: #34495e;
    align-self: center;
    /* margin-left: 40px; */
    position: relative;
    text-decoration-line: none;
     padding: 6px 50px;
    

}

.logonBtn::after {
  content: '';
  position: absolute;
  background-color: #f39c12;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}


ul {
  list-style: none;
  padding: 15;
  margin-left: 30px;
  font-size: 25px;
}
li {
  
  margin-bottom: 15px;
  color: #fff;

}

.list-icon {

    margin-right: 5px;
}

/*
     FILE ARCHIVED ON 19:08:52 Dec 16, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:50:04 Sep 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.286
  load_resource: 60.499
  PetaboxLoader3.resolve: 36.269
  PetaboxLoader3.datanode: 18.981
*/