body{
zoom: 95%;
font-family:  Arial, sans-serif;
}

h4{
	margin-bottom:3px;
}

small{
color: DarkSlateGray;
font-weight:750;
}	


.SD{
	padding:5px;
    text-align:center;
	font-size:14px;
	display: flex;
    flex-direction: column;
    align-items: center;

}

a{
    display: inline-block;
	color:green;
	font-size:15px;
}

label{
	color:black;
	font-weight:600;
	font-size:13px;
	margin-top:2px;
	margin-bottom:1px;
}

.MOB{
	width:150px;
	text-align:center;
	background-color: white;
	border: none;
	box-shadow: none;
	padding: 8px 12px;
	color: #333;
	outline: solid 1px;
	outline-color: gray;
	color:black;	
}

.SUBMITBUTTON{
	padding:5px;
	color:white;
	width:120px;
	font-weight:800;
	background-Color:green;
}

.PINHOLDER{
	width:100px;
	text-align:center;
	background-color: white;
	border: none;
	box-shadow: none;
	padding: 8px 12px;
	color:black;
	outline: solid 1px;
	outline-color: gray;
}

.USERNAME{
	text-align:center;
	background-color: white;
	border: none;
	box-shadow: none;
	padding: 8px 12px;
	color:black;
	outline: solid 1px;
	outline-color: gray;
}

select{
	background-color: white;
	border: none;
	box-shadow: none;
	padding: 8px 12px;
	color: #333;
	outline: solid 1px;
	outline-color: gray;
}	

textarea{
min-width:220px;
height:100px;
max-width:220px;
background-color: white;
border:none;
box-shadow:none;
padding: 8px 12px;
color:#333;
outline:solid 1px;
outline-color:gray;	
}
