body {
    background: linear-gradient(40deg,rgb(230, 230, 255) 0%,#6699ff 90%);
    height:100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 0.9rem;
}
#dateErr,
#nameErr,
#passwordErr {
    display: none;
}
.bi-calendar2-event {
    color: red;
}
#logo{
    width: 80%;
    height: auto;
}
@media screen and (max-width: 767px) {
    #logo{
        width: 50%;
        height: auto;
    }
}