*{
	padding: 0;
	font-family: Verdana, Arial , sans-serif;
	margin: 0;
	box-sizing: border-box;
}
.h-30{
	height: 30px;
}
nav{
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	background: rgb(60, 53, 43);
}
.logo{
	height: 72px;
	position: relative;
	top: 2px;
}
.nav{
	font-size: 11px;
	color: #FFF;
	padding-right: 15px !important;
}
.h-70{
	height: 70px;
}
main{
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgb(225, 224, 222, .2);
	border-block: 1px solid rgba(128, 128, 128 , .4);
}
main ul {
	display: flex;
	gap: 3px;
	list-style: none;
}
.text-center{
	font-size: 9px;
	text-align: center;
}
main > div:nth-of-type(1){
	width: 30%;
	text-align: center;
}
main > div:nth-of-type(2){
	width: 50%;
	text-align: center;
}
.field{
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 4px;
	width: 420px;
}
.field label{
	color: #666666;
	font-size: 10px;
	width: 99px;
	text-align: left;
}
input,select{
	background: #FFF;
	padding-left: 5px;
	font-size: 10px;
	border:1px solid rgb(225, 224, 222);
	height: 15px;
	width: 300px;
	color: rgb(102, 102, 102);
}
.noText{
	color: transparent!important;

}
label:hover{
	color: #8c489c;
}
.fs-9{
	font-size: 9px;
	color: #666;
}
button{
	border:1px solid rgb(165, 165, 165);
	width: 100px;
	height: 23px;
	font-size: 11px;
	color: rgb(102, 102, 102);
	background: rgb(226, 226, 226);
}
.h10{
	height: 10px;
}
main ul li{
	color:rgb(247, 146, 71) ;
	font-size: 10px;
	text-decoration: underline;
}
main ul li:nth-child(even){
	color: #666;
	text-decoration: none;
}
section p{
	margin: 4px 0 50px 0;
	color: #666;
}
body{
	min-width: 980px;
}
.eye{
	position: absolute;
	left: 96%;
}