
body{
    margin: 7%;
    }


.blur-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../hospital.jpg"); /* Adjusted path assuming image is in the parent directory */
    background-size: cover; /* Ensures the image covers the entire background */
    background-position: center; /* Centers the background image */
    filter: blur(8px); /* Adjust the blur intensity as needed */
    z-index: -1;
}

.container{
    width: 45%;
    background-color: #D3D3D3;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 5px 0 rgba(240, 240, 240, 0.3);
    animation: transitionIn-Y-over 0.5s;

}

.melon {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
    padding-top: 10px;
}

td{
    text-align: center;

}
.header-text{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;

}

.sub-text{
    font-size: 15px;
    color: rgb(138, 138, 138);
}

.form-label{
    color: rgb(44, 44, 44);
    text-align: left;
    font-size: 14px;
}
.label-td{
    text-align: left;
    padding-top: 10px;
}

.hover-link1{
    font-weight: bold;
}


.hover-link1:hover{
    opacity: 0.8;
    transition: 0.5s;


}.login-btn{
    margin-bottom: 15px;
    width: 100%;
}

