@charset "utf-8";
/* CSS Document */
@font-face {
font-family: nino;
src: url("fonts/bpg_nino_medium_caps_0.otf") format("opentype");
}
@font-face {
font-family: nino;
font-weight: bold;
src: url("fonts/BPG_Nino_Mtavruli_Bold_0.otf") format("opentype");
}
body{
	background: linear-gradient(rgb(60,60,60), rgb(90,90,90)) fixed;
	font-family:nino;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#loginbox{
	background-color: rgb(243,243,244);
	height: 450px;
	width: 425px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	box-shadow: 0px 0px 7px black;
	border-radius: 1px;
	position: relative;
}
#loginlogo{
	position:absolute;
	right:136px;
	top:50px;
	
	}
	
#loginmail{
	position:absolute;
	left:-41px;	
	top: 30px;
}
#sgs{
	position:absolute;
	right: 30px;
	top: 30px;	
}
#loginform ul, #loginform li{
	text-decoration:none;
	list-style:none;
	padding:0;
    margin:0;
}

#loginform{
	position:absolute;
	top:220px;
	left:76.5px;
}
.logininput{
	background-image: url(img/inputbackground.png);
	background-repeat: repeat-x;
	width: 220px;
	height: 51px;
	border: none;
	margin: 0px;
	postion: relative;	
	vertical-align: top;
	font-size:18px;
	text-indent: 10px;
	font-family:nino;
	letter-spacing: 1px;
}
#loginsubmit{
	background: linear-gradient(rgb(43,151,210) 50%,rgb(19,140,193) 50%);
	border:none;
	width:100%;
	height:51px;
	color: white;
	text-decoration:none;
	cursor: pointer;
	font-family:nino;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 3px;
}
	
#loginversion{
	text-align:right;
	font-family: nino;
	font-size: 15px;
	color: rgb(43,151,210);
	letter-spacing: 1px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}




