/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.login,
.image {
  min-height: 100vh;
}

.bg-image {
    background-image: url(../images/ISA3.jpg);
    /* background-size: cover; */
/*    background-position: center center;*/
    filter: brightness(0.7);
    background-repeat: no-repeat;
}

.bg-image ::before {

 background-color: rgba(0, 0, 0, 0.1);
  }
.Logo
{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center ;
}

h1,
h3,
h4,
h5,
h6
 {
  
  /*font-family:'Sakkal Majalla';*/
  }


h2{
    
 font-size:40pt; 
 font-family:'Sakkal Majalla';
 
}

.container

{
    padding-bottom:20px;
    
}


