body {
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  background-color: #EEEEEE;
}

body.cover,body.login-success,body.login,body.signup {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff;
}

.gallery-photo .card-body{
  padding:5px !important;
  font-size: .8rem;
}

.gallery-sticker{
  border-radius: 1rem !important;
}

a{
  text-decoration: none!important;
}

.text-danger{
  color:#ED0226!important;
}

.btn-danger{
  background-color:#ED0226!important;
}