
.overlay_label {
    font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
	position: absolute;
	color: #5e5e5e;
	background: none;
	z-index: 10001;
	width: 320px;
	font-size: 15px;
	font-weight: bold;
}

.overlay_label .middle {
    border-radius: 8px;
    border: 1mm solid black;
    margin: 2mm;
	width: 300px;
	padding: 5mm;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.overlay_label div,
.overlay_label input,
.overlay_label button {
    margin-top: 1mm;
    margin-bottom: 2mm;
}

.overlay_label input,
.overlay_label button {
    height: 30px;
    width: 120px;
    font-size: 1rem;
    padding: 1mm;
}

