.cs_login {
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 50px 7px rgba(0,0,0,0.38);
}
.cs_input {
    border-radius: 20px !important;
}
.cs_padding_24 {
    padding: 24px !important;
}

.cs_myslider {
    padding: 1% 5% !important;
    background-color: white !important;
}

.cs_myslider_item{
    border-radius: 30px !important;
}

.cs_alternate {
    background-image: url('../../images/bg-1.jpg') !important; /* Replace with your image path */
    background-size: cover;  /* Ensures the image covers the entire background */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}