img.icon{
    width: auto;
    height: 1.5rem;
}
.bottom-border-green{
    border-bottom: 10px solid #097521;
}
.green-text{
    color: #097521e8!important;
}
.signInButton{
    height: auto;
    width: auto;
    /* padding: 0; */
    background-color: inherit;
    color: rgba(0,0,0,0.9);
    border: none;
}
.card-fixed-height{
    height: 45rem;
}
.custom-card-background{
    background-image: linear-gradient(140deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0)), url(./media/background.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
.card-icon{
    height: 5rem;
    margin-top: 1rem;
}
#response{
    padding-top: 0.5rem;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.btn-colorgroup{
}
