/*27/4/22 styleINDEX.css*/
* {
	padding: 0;
}

body {
	background: url("../IMAGES/Realtechit11.png");
}




/* Complete form  */
.LOGIN-FORM p {
	color: gray;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	
}




/* Input Boxes  */
.LOGIN-FORM input {
	display: block;
	color: black;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 2px 0;
	padding: 10px 15px;

	width: 350px;
	border-radius: 45px;
	border: 6;
	background-color: yellow;
	display: inline-block;
}
/* Uppercase just User  */
.LOGIN-FORM .CAPS {
	text-transform: uppercase;
}
/* Logon Button  */
.LOGIN-FORM button {
	display: block;
	color: black;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
	padding: 10px 15px;
	width: 100px;
	border-radius: 45px;
	border: 6;
	background-color: lightgreen;
}
