/* styles.css */
.ReadonlyFields {
	background-color:lightgrey;
	color:Black
}

.TheButtons {
	width: 150px; 
	height:30px;
}

.MenuImage {
	width: 40px; 
	height:30px;
}

.leftDiv {
	border: 1px solid lightgrey;
	background-color: white;
	height: 100vh;
	width: 100%;
}

.rightDiv {
	border: 1px solid lightgrey;
	background-color: white;
	height: 100vh;
	width: 100%;
	text-align: center;
}

.outsideLogin {
	background-color: white;
}

#main_image {
	height: 100%; 
	width: 100%; 
	object-fit: cover;
}

.flex-container {
	display: flex;
	flex: 1;
}

.Menu {
	border: 1px solid lightgrey;
	background-color: white;
	height: 100vh;
	width: 100%;
	text-align: left;
}