body {
    background-image: url(../img/login.jpg) ;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.card-body-1{
    background-color: white;
}

.card-img-top {
    height: 200px; 
    object-fit: cover; 
}

.card{
    background: rgb(205,107,107);
    background: linear-gradient(0deg, rgba(205,107,107,1) 0%, rgba(255,65,67,1) 43%);
    box-shadow: 0 4px 8px 0 rgba(56, 55, 55, 0.2);
}
.custom-card-style {
    height: 400px; 
}

.card-pdf{
    height:250px
}


