@charset "utf-8";

body
{

	background-image:url(bg2.jpg);
	margin:0px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #000000;
}
.head
{
	font-family:"Trebuchet MS";
	font-size:40px;
	color:#000;
	margin-left:50px;

}

.hr
{
	width:60%;
	height:3px;
	border-radius:100px;
	background-color:orange;
}
.login
{
	display: inline-block;
	position: relative;
	justify-content: space-between;
}

.subhead
{
	font-family:"Segoe UI";
	color:RED;
	font-size:24px;
	text-decoration:underline;
}
.subhead2 
{
	position: relative;
	margin-bottom: -20px;
	margin-top: 30px;
	font-family: "Segoe UI";
	color: RED;
	font-size: 24px;
	text-decoration: underline;
}

.labels
{
	font-family:"Segoe UI";
	color:#000;
	font-size:16px;
	font-style:italic;
}

.fields
{
	cursor: pointer;
	font-family:"Segoe UI";
	font-size:14px;
	padding:3px 6px;
	color:#000;
	background-color:transparent;
	border:1px solid #126062;
	border-radius:5px;
  	width: 250px;
  	text-decoration: none;
}
.design
{
	background-color:transparent;
	border:1px solid #126062;
	border-radius:5px;
	padding:10px 10px;
	transition: 0.5s ease-out;
}
.design:hover
{
	box-shadow: 5px 6px 15px #000000;
}

a.link:link
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
}
a.link:active
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#0effff;
}
a.link:visited
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
  	background: #rgba(0,0,0,0.7);
	color:#6200ff;
}
a.link:hover
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:rgb(255, 160, 160);
}

.msg
{
	font-family:"Segoe UI";
	font-size:14px;
	color:rgb(255, 0, 0);
}

a.cmd:link
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid #066;
}
a.cmd:active
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;

	border:1px solid #066;
}
a.cmd:visited
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid #066;
}
a.cmd:hover
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#2600ff;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid rgb(0, 0, 0);
}