@charset "utf-8";
 
.ove {
	background:rgba(0,0,0,0.8);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999999;display:none;
}
a {
	color: #999;
	text-decoration: none;
}

a:hover { color: #1dabb8; }

fieldset {
	border: none;
	margin: 0;
}

input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type="submit"] { cursor: pointer; }

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;	
}
.clearfix:after { clear: both; }

/* ---------- LOGIN-FORM ---------- */

.login-form {
 
	width: 300px;
	position:fixed;
	margin-top:-130px;margin-left:-150px;
	z-index:99999999999;top:50%;left:50%; 
	display:none;
}
.login-form .rel1 {
	position:relative;
}
.login-form .rel1 .close {
	position:absolute;top:-120px;right:-80px;cursor:pointer;
}
.login-form h1 {
	background-color: #282830;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}

.login-form fieldset {
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 20px;
	position: relative;
}

.login-form fieldset:before {
	background-color: #fff;
	content: "";
	height: 8px;
	left: 50%;
	margin: -4px 0 0 -4px;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
}

.login-form input {
	font-size: 14px;
}

.login-form input {
	border: 1px solid #dcdcdc;
	padding: 12px 10px;
	width: 100%;
	margin-bottom:12px;
}
  
.login-form input[type="submit"] {
	background: rgb(115, 163, 247);
	border-radius: 3px;
	color: #fff;
	width:100%;
	font-weight: bold;
	 
	padding: 12px 20px;
}

 

.login-form footer {
	font-size: 12px;
	margin-top: 16px;
}
 