﻿body {
    background-image: url("https://image.slidesdocs.com/responsive-images/background/white-blue-medical-health-hospital-doctor-doctors-powerpoint-background_c4092a7a04__960_540.jpg");
    background-repeat: no-repeat, repeat;
    background-position: center; /* Center the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    padding-top: 10px;
}

.login-form {
    background: #1a11117a;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px;
    border-radius: 50px;
    color: white;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.login-heading {
    text-align: center;
    margin-top: 20px;
}

.container {
    background: #09090a4f;
    border-radius: 50px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.38);
}

.btn-primary {
    width: 100%;
}
