html, body {
    overflow: hidden;
   
  }

.form-padding {
    padding-top: 30px;
    margin-right: 30px;
}

/* change the background color */
.navbar-custom {
    background: whitesmoke;  
     
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(186, 34, 54,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(186, 34, 54,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ba2236;
}


.card {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    opacity: 0.9;
    width: 350px;

}
  
.card:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

footer {
    position: absolute;
    bottom: 0;
}

.page-footer {
    text-align: center;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.content-wrapper {
    padding-bottom: 2.5rem;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            /* Footer height */
}

.body-gradient-cooler {
    text-align: center;  

}

.bg {
 
  background-image: url("STK5.jpg");

  background-position: cover;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: fill;
}

.ident {
    padding-left: 14px;
}

/*img.bg {

    min-height: 100%;
    min-width: 1024px;

    width: 100%;
    height: auto;
      

    position: fixed;
    top: 0;
    left: 0;
  }
  
 
    img.bg {
      left: 50%;
      margin-left: -512px;   /* 50% 
    }
  }
*/

