*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #dee1e6;
}

/* Preloader styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Change this to your desired background color */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader img {
    width: 200px; /* Adjust the size of your GIF */
    height: 200px;
}
.login_form{
    background-color: #006BFF !important;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}
