body {
    background-image: url('../Images/cool-background (1).png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}
.card {
    box-shadow: 0 25px 75px rgb(16 30 54 / 25%);
}
.form-label {
    margin-bottom: .2rem;
    font-size: 13px;
    font-weight: 600;
}
.text-danger {
    font-size: 12px;
    font-weight: 600;
}
.form-check-label{
    font-size:13px;
}
